Results

By type

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

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

2021-08-31T22:38:57.692Z||main|||||INFO|500||The following profiles are active: basic
2021-08-31T22:39:07.364Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-31T22:39:07.365Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-31T22:39:07.478Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-31T22:39:09.584Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-31T22:39:09.771Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-31T22:39:10.183Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-31T22:39:10.191Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-31T22:39:10.262Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-31T22:39:10.382Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-31T22:39:10.779Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-31T22:39:11.632Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-31T22:39:13.630Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-31T22:39:13.678Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-31T22:39:14.218Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-31T22:39:14.459Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-08-31T22:39:15.596Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-31T22:39:16.520Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-08-31T22:39:16.536Z||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$$f4e4aa4.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-08-31T22:39:16.537Z||main|||||WARN|500||The sdc end point is not alive
2021-08-31T22:39:19.256Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-08-31T22:39:21.639Z||main|||||WARN|500||---
2021-08-31T22:39:21.640Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-31T22:39:21.640Z||main|||||WARN|500||---
2021-08-31T22:39:22.071Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-31T22:39:26.362Z||main|||||INFO|500||Started Application in 33.099 seconds (JVM running for 34.244)
2021-08-31T22:39:26.373Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-31T22:39:26.374Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-31T22:39:26.423Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-31T22:39:26.448Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-31T22:39:26.520Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0787a129-fffb-4e6d-911a-0677d4def746 url= /sdc/v1/artifactTypes
2021-08-31T22:39:26.520Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-31T22:39:26.754Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-31T22:39:26.770Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-31T22:39:26.794Z||scheduling-1|||||DEBUG|500||create keys
2021-08-31T22:39:26.802Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-31T22:39:26.822Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:39:26.840Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 740d5080-dffe-46c8-be9d-83272b685f74 url= /sdc/v1/registerForDistribution
2021-08-31T22:39:27.120Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 740d5080-dffe-46c8-be9d-83272b685f74 url= /sdc/v1/registerForDistribution
2021-08-31T22:39:27.121Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-31T22:39:27.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:39:27.131Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:39:27.136Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-31T22:39:27.138Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:39:27.138Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:39:27.138Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:39:27.138Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:39:37.361Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:39:37.369Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:40:27.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:40:27.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:40:27.131Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:40:27.131Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:40:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:40:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:40:36.673Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:40:36.674Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:41:27.129Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:41:27.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:41:27.130Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:41:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:41:27.131Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:41:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:41:36.675Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:41:36.675Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:42:27.129Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:42:27.130Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:42:27.130Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fo01l0bepjKmKJnX) ...
2021-08-31T22:42:27.130Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:42:27.132Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:42:27.132Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:42:36.674Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:42:36.675Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:43:27.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:43:27.130Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:43:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:43:27.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:43:27.131Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:43:27.132Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:43:36.672Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:43:36.672Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:44:27.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:44:27.129Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:44:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:44:27.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:44:27.132Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:44:27.133Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:44:36.669Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:44:36.672Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:45:27.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:45:27.130Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:45:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:45:27.132Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:45:27.133Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:45:27.134Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:45:36.671Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:45:36.673Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:46:27.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:46:27.130Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:46:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:46:27.130Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:46:27.132Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:46:27.132Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:46:36.672Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:46:36.674Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:47:27.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:47:27.129Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:47:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:47:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:47:27.131Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:47:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:47:36.671Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:47:36.672Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:48:27.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:48:27.130Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:48:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:48:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:48:27.131Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:48:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:48:36.673Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:48:36.673Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:49:14.797Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-31T22:49:27.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:49:27.129Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:49:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:49:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:49:27.131Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:49:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:49:36.671Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:49:36.674Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:50:27.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:50:27.130Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:50:27.130Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:50:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:50:27.131Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:50:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:50:36.673Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:50:36.673Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:51:27.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:51:27.130Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:51:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:51:27.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:51:27.132Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:51:27.132Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:51:36.672Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:51:36.672Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:52:27.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:52:27.129Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:52:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:52:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:52:27.131Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:52:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:52:36.669Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:52:36.669Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:53:27.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:53:27.130Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:53:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:53:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:53:27.131Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:53:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:53:36.670Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:53:36.671Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:54:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:54:27.130Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:54:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:54:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:54:27.131Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:54:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:54:36.672Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:54:36.674Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:55:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:55:27.130Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:55:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:55:27.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:55:27.131Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:55:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:55:36.670Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:55:36.670Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:56:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:56:27.130Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:56:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:56:27.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:56:27.131Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:56:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:56:36.672Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:56:36.673Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:57:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:57:27.130Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:57:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:57:27.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:57:27.131Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:57:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:57:36.669Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:57:36.669Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:58:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:58:27.130Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:58:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:58:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:58:27.131Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:58:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:58:36.673Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:58:36.675Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:59:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:59:27.129Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:59:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:59:27.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:59:27.131Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:59:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:59:36.668Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T22:59:36.671Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:00:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:00:27.129Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:00:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:00:27.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:00:27.130Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:00:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:00:36.690Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:00:36.693Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:01:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:01:27.129Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:01:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:01:27.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:01:27.131Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:01:27.132Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:01:36.667Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:01:36.671Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:02:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:02:27.129Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:02:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:02:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:02:27.131Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:02:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:02:36.667Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:02:36.669Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:03:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:03:27.129Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:03:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:03:27.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:03:27.131Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:03:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:03:36.668Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:03:36.668Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:04:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:04:27.130Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:04:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:04:27.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:04:27.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:04:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:04:36.670Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:04:36.671Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:05:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:05:27.130Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:05:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:05:27.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:05:27.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:05:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:05:36.668Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:05:36.668Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:06:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:06:27.129Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:06:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:06:27.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:06:27.132Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:06:27.132Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:06:36.667Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:06:36.669Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:07:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:07:27.129Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:07:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:07:27.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:07:27.131Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:07:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:07:36.672Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:07:36.672Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:08:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:08:27.129Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:08:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:08:27.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:08:27.131Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:08:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:08:36.668Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:08:36.681Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:09:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:09:27.130Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:09:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:09:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:09:27.131Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:09:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:09:36.668Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:09:36.670Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:10:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:10:27.129Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:10:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:10:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:10:27.131Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:10:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:10:36.668Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:10:36.698Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:11:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:11:27.129Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:11:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:11:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:11:27.131Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:11:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:11:36.669Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:11:36.671Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:12:27.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:12:27.129Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:12:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:12:27.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:12:27.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:12:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:12:36.669Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:12:36.669Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:13:27.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:13:27.129Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:13:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:13:27.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:13:27.132Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:13:27.132Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:13:36.666Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:13:36.667Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:14:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:14:27.130Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:14:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:14:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:14:27.131Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:14:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:14:36.671Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:14:36.672Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:15:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:15:27.130Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:15:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:15:27.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:15:27.131Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:15:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:15:36.670Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:15:36.670Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:16:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:16:27.130Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:16:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:16:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:16:27.131Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:16:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:16:36.669Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:16:36.671Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:17:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:17:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:17:27.131Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:17:27.131Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:17:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:17:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:17:36.670Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:17:36.670Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:18:27.129Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:18:27.130Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:18:27.130Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fo01l0bepjKmKJnX) ...
2021-08-31T23:18:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:18:27.131Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:18:27.132Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:18:36.672Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:18:36.673Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:19:27.129Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:19:27.130Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:19:27.130Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fo01l0bepjKmKJnX) ...
2021-08-31T23:19:27.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:19:27.131Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:19:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:19:36.671Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:19:36.671Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:20:27.129Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:20:27.130Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:20:27.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:20:27.130Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fo01l0bepjKmKJnX) ...
2021-08-31T23:20:27.131Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:20:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:20:36.671Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:20:36.672Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:21:27.129Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:21:27.130Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:21:27.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:21:27.130Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fo01l0bepjKmKJnX) ...
2021-08-31T23:21:27.131Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:21:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:21:36.669Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:21:36.669Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:22:27.129Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:22:27.129Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:22:27.130Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fo01l0bepjKmKJnX) ...
2021-08-31T23:22:27.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:22:27.131Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:22:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:22:36.665Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:22:36.667Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:23:27.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:23:27.129Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:23:27.129Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fo01l0bepjKmKJnX) ...
2021-08-31T23:23:27.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:23:27.131Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:23:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:23:36.666Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:23:36.666Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:24:27.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:24:27.129Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:24:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:24:27.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:24:27.132Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:24:27.132Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:24:36.668Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:24:36.668Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:25:27.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:25:27.129Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:25:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:25:27.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:25:27.131Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:25:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:25:36.669Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:25:36.670Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:26:27.129Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:26:27.129Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:26:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:26:27.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:26:27.131Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:26:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:26:36.668Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:26:36.669Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:27:27.129Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:27:27.130Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:27:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:27:27.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:27:27.131Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:27:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:27:36.667Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:27:36.667Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:28:27.129Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:28:27.130Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:28:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:28:27.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:28:27.132Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:28:27.132Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:28:36.667Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:28:36.667Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:29:27.129Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:29:27.129Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:29:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:29:27.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:29:27.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:29:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:29:36.667Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:29:36.668Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:30:27.129Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:30:27.130Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:30:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:30:27.130Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:30:27.131Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:30:27.132Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:30:36.669Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:30:36.670Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:31:27.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:31:27.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:31:27.131Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:31:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:31:27.130Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:31:27.133Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:31:36.665Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:31:36.669Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:32:27.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:32:27.129Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:32:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:32:27.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:32:27.131Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:32:27.132Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:32:36.665Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:32:36.670Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:33:27.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:33:27.130Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:33:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:33:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:33:27.131Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:33:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:33:36.672Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:33:36.678Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:34:27.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:34:27.130Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:34:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:34:27.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:34:27.131Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:34:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:34:36.668Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:34:36.668Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:35:27.129Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:35:27.129Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:35:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:35:27.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:35:27.132Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:35:27.132Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:35:36.667Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:35:36.667Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:36:27.129Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:36:27.129Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:36:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:36:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:36:27.130Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:36:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:36:36.666Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:36:36.666Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:37:27.129Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:37:27.129Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:37:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:37:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:37:27.132Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:37:27.132Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:37:36.668Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:37:36.670Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:38:27.129Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:38:27.129Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:38:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:38:27.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:38:27.131Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:38:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:38:36.668Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:38:36.668Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:39:27.129Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:39:27.129Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:39:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:39:27.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:39:27.131Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:39:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:39:36.667Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:39:36.669Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:40:27.129Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:40:27.130Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:40:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:40:27.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:40:27.131Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:40:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:40:36.668Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:40:36.670Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:41:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:41:27.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:41:27.133Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:41:27.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:41:27.134Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:41:27.134Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:41:36.673Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:41:36.673Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:42:27.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:42:27.129Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:42:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:42:27.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:42:27.131Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:42:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:42:36.668Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:42:36.683Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:43:27.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:43:27.129Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:43:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:43:27.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:43:27.131Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:43:27.132Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:43:36.669Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:43:36.669Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:44:27.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:44:27.129Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:44:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:44:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:44:27.131Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:44:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:44:36.667Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:44:36.668Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:45:27.129Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:45:27.129Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:45:27.130Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fo01l0bepjKmKJnX) ...
2021-08-31T23:45:27.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:45:27.132Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:45:27.132Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:45:36.668Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:45:36.671Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:46:27.129Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:46:27.129Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:46:27.130Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fo01l0bepjKmKJnX) ...
2021-08-31T23:46:27.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:46:27.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:46:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:46:36.668Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:46:36.668Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:47:27.129Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:47:27.130Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:47:27.130Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fo01l0bepjKmKJnX) ...
2021-08-31T23:47:27.130Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:47:27.131Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:47:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:47:36.666Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:47:36.666Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:48:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:48:27.129Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:48:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:48:27.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:48:27.133Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:48:27.133Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:48:36.670Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:48:36.671Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:49:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:49:27.130Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:49:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:49:27.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:49:27.131Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:49:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:49:36.667Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:49:36.669Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:50:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:50:27.129Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:50:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:50:27.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:50:27.131Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:50:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:50:36.668Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:50:36.669Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:51:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:51:27.129Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:51:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:51:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:51:27.130Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:51:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:51:36.668Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:51:36.668Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:52:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:52:27.129Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:52:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:52:27.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:52:27.131Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:52:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:52:36.666Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:52:36.667Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:53:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:53:27.129Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:53:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:53:27.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:53:27.131Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:53:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:53:36.668Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:53:36.668Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:54:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:54:27.130Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:54:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:54:27.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:54:27.131Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:54:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:54:36.673Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:54:36.673Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:55:27.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:55:27.129Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:55:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:55:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:55:27.131Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:55:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:55:36.665Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:55:36.668Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:56:27.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:56:27.129Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:56:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:56:27.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:56:27.131Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:56:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:56:36.667Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:56:36.668Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:57:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:57:27.129Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:57:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:57:27.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:57:27.130Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:57:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:57:36.665Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:57:36.667Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:58:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:58:27.130Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:58:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:58:27.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:58:27.131Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:58:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:58:36.669Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:58:36.669Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:59:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:59:27.129Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:59:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:59:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:59:27.131Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T23:59:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:59:36.666Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-31T23:59:36.667Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:00:27.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:00:27.129Z||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-09-01T00:00:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:00:27.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:00:27.131Z||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-09-01T00:00:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:00:36.670Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:00:36.670Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:01:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:01:27.130Z||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-09-01T00:01:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:01:27.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:01:27.131Z||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-09-01T00:01:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:01:36.667Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:01:36.667Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:02:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:02:27.129Z||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-09-01T00:02:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:02:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:02:27.131Z||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-09-01T00:02:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:02:36.666Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:02:36.666Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:03:27.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:03:27.129Z||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-09-01T00:03:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:03:27.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:03:27.131Z||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-09-01T00:03:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:03:36.669Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:03:36.696Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:04:27.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:04:27.129Z||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-09-01T00:04:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:04:27.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:04:27.131Z||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-09-01T00:04:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:04:36.668Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:04:36.668Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:05:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:05:27.129Z||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-09-01T00:05:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:05:27.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:05:27.131Z||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-09-01T00:05:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:05:36.671Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:05:36.672Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:06:27.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:06:27.129Z||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-09-01T00:06:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:06:27.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:06:27.131Z||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-09-01T00:06:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:06:36.667Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:06:36.667Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:07:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:07:27.130Z||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-09-01T00:07:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:07:27.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:07:27.131Z||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-09-01T00:07:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:07:36.665Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:07:36.665Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:08:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:08:27.129Z||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-09-01T00:08:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:08:27.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:08:27.130Z||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-09-01T00:08:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:08:36.667Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:08:36.669Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:09:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:09:27.129Z||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-09-01T00:09:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:09:27.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:09:27.132Z||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-09-01T00:09:27.132Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:09:36.667Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:09:36.668Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:10:27.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:10:27.129Z||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-09-01T00:10:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:10:27.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:10:27.131Z||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-09-01T00:10:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:10:36.666Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:10:36.666Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:11:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:11:27.129Z||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-09-01T00:11:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:11:27.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:11:27.130Z||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-09-01T00:11:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:11:36.668Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:11:36.668Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:12:27.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:12:27.129Z||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-09-01T00:12:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:12:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:12:27.130Z||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-09-01T00:12:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:12:36.663Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:12:36.666Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:13:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:13:27.129Z||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-09-01T00:13:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:13:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:13:27.131Z||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-09-01T00:13:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:13:27.253Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:13:27.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455165530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "clamp",
  "timestamp": 1630455167508,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "policy-id",
  "timestamp": 1630455165691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455165530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
  "status": "NOTIFIED"
}
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "clamp",
  "timestamp": 1630455167508,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
  "status": "NOTIFIED"
}
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "policy-id",
  "timestamp": 1630455165691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455165530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "clamp",
  "timestamp": 1630455167508,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "policy-id",
  "timestamp": 1630455165691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455165530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "clamp",
  "timestamp": 1630455167508,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "policy-id",
  "timestamp": 1630455165691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "cds",
  "timestamp": 1630455173825,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455165530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-01T00:13:27.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "clamp",
  "timestamp": 1630455167508,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "policy-id",
  "timestamp": 1630455165691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "aai-ml",
  "timestamp": 1630455174729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "cds",
  "timestamp": 1630455173825,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455165530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "clamp",
  "timestamp": 1630455167508,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "policy-id",
  "timestamp": 1630455165691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "aai-ml",
  "timestamp": 1630455174729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "cds",
  "timestamp": 1630455173825,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455165530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "clamp",
  "timestamp": 1630455167508,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "policy-id",
  "timestamp": 1630455165691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "aai-ml",
  "timestamp": 1630455174729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "cds",
  "timestamp": 1630455173825,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "dcae-sch",
  "timestamp": 1630455177600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455178329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "aai-ml",
  "timestamp": 1630455174729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "policy-id",
  "timestamp": 1630455178413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "cds",
  "timestamp": 1630455173825,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "dcae-sch",
  "timestamp": 1630455177600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "aai-ml",
  "timestamp": 1630455174729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "policy-id",
  "timestamp": 1630455179419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "cds",
  "timestamp": 1630455173825,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455179803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "dcae-sch",
  "timestamp": 1630455177600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455179624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "aai-ml",
  "timestamp": 1630455174729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "policy-id",
  "timestamp": 1630455180422,
  "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-09-01T00:13:27.697Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 756ac22a-aa87-43a0-b398-6715b9c49f39
2021-09-01T00:13:27.720Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 756ac22a-aa87-43a0-b398-6715b9c49f39 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-09-01T00:13:27.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "cds",
  "timestamp": 1630455173825,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:13:27.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455181245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.748Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "dcae-sch",
  "timestamp": 1630455177600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455179624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455181237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "aai-ml",
  "timestamp": 1630455174729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "dcae-sch",
  "timestamp": 1630455177600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455179624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455181237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "cds",
  "timestamp": 1630455182440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.750Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455182464,
  "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-09-01T00:13:27.755Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:13:27.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"756ac22a-aa87-43a0-b398-6715b9c49f39","serviceName":"basic_onboard_dZYZUp","serviceVersion":"1.0","serviceUUID":"73615bd5-5a4c-4706-9b18-659e1b2b537d","serviceDescription":"service","serviceInvariantUUID":"a0ea4464-a079-4233-be11-597914f280cf","resources":[{"resourceInstanceName":"basic_onboard_dZYZUp 0","resourceName":"basic_onboard_dZYZUp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e542d885-a39e-4aef-8e03-ee403ebe5672","resourceInvariantUUID":"7958f375-1005-48a9-83a2-53b4277eca85","resourceCustomizationUUID":"5ee31676-af72-4712-9f7b-e6d50c931922","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vf-license-model.xml","artifactChecksum":"ZmMyZGFjYTRkMmZjMjE3NDVhNDNkNDQ5MDFlNTU5OGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"39457c87-83b6-41f7-ab42-fcb0a79f16b7","artifactVersion":"1"},{"artifactName":"basic_onboard_dzyzup0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json","artifactChecksum":"NTMxMTZlNzBjMDA2NjYyM2M1MzExNTc3NmY1Mzg3NmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d689a623-970a-4a51-b058-6c3b4e48495c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"360edf78-3e08-4edb-8d46-b83a18d9d8fb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"653f6ffc-9687-411b-b2c2-9a7680553d13","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f706a6c-5684-4b6d-b456-e58e0dc0c692","artifactVersion":"2","generatedFromUUID":"360edf78-3e08-4edb-8d46-b83a18d9d8fb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDzyzup-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-template.yml","artifactChecksum":"OGVjN2Y4ZWU1MDAwYTYyNTE2YzY3YTk4OTc0NmFjMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb433ce4-59ca-40b1-b93c-c3c133e1530a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDzyzup-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar","artifactChecksum":"ZWNmODhiYTRiZjNmMzc0YmJjNDZmMmMxYTIwMjcwYWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f2e43a76-e499-44da-b4ed-66a9b21b82f2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-01T00:13:27.760Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:13:27.764Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 756ac22a-aa87-43a0-b398-6715b9c49f39
2021-09-01T00:13:27.764Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 756ac22a-aa87-43a0-b398-6715b9c49f39 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:13:27.767Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-01T00:13:27.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "dcae-sch",
  "timestamp": 1630455177600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.774Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:27.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.774Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455179624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455181237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "cds",
  "timestamp": 1630455183456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-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-09-01T00:13:27.780Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 756ac22a-aa87-43a0-b398-6715b9c49f39
2021-09-01T00:13:27.780Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 756ac22a-aa87-43a0-b398-6715b9c49f39 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-09-01T00:13:27.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455183467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-01T00:13:27.791Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "aai-ml",
  "timestamp": 1630455183897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.791Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "dcae-sch",
  "timestamp": 1630455177600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455179624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455181237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455179624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455181237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455185530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455179624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "policy-id",
  "timestamp": 1630455185691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455181237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455185530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
  "status": "NOTIFIED"
}
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "policy-id",
  "timestamp": 1630455185691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455181237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455185530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "policy-id",
  "timestamp": 1630455185691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455185530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "policy-id",
  "timestamp": 1630455185691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455189439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "cds",
  "timestamp": 1630455188825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "clamp",
  "timestamp": 1630455189906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455185530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "policy-id",
  "timestamp": 1630455185691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "cds",
  "timestamp": 1630455188825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455185530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "policy-id",
  "timestamp": 1630455185691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "cds",
  "timestamp": 1630455188825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "clamp",
  "timestamp": 1630455191917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455185530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "policy-id",
  "timestamp": 1630455185691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "cds",
  "timestamp": 1630455188825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "clamp",
  "timestamp": 1630455192921,
  "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-09-01T00:13:27.803Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 756ac22a-aa87-43a0-b398-6715b9c49f39
2021-09-01T00:13:27.803Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 756ac22a-aa87-43a0-b398-6715b9c49f39 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-09-01T00:13:27.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455193201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:13:27.817Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "cds",
  "timestamp": 1630455188825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455193907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.817Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "policy-id",
  "timestamp": 1630455194112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.818Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455194205,
  "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-09-01T00:13:27.824Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 756ac22a-aa87-43a0-b398-6715b9c49f39
2021-09-01T00:13:27.824Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 756ac22a-aa87-43a0-b398-6715b9c49f39 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-09-01T00:13:27.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "cds",
  "timestamp": 1630455188825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455195083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "policy-id",
  "timestamp": 1630455195115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:13:27.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "aai-ml",
  "timestamp": 1630455195253,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:13:27.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "cds",
  "timestamp": 1630455188825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:13:27.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "policy-id",
  "timestamp": 1630455196118,
  "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-09-01T00:13:27.850Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
2021-09-01T00:13:27.850Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ba6486d-fbef-4bd6-b977-7b31cfbdd056 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-09-01T00:13:27.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "aai-ml",
  "timestamp": 1630455196258,
  "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-09-01T00:13:27.865Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 756ac22a-aa87-43a0-b398-6715b9c49f39
2021-09-01T00:13:27.865Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 756ac22a-aa87-43a0-b398-6715b9c49f39 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-09-01T00:13:27.873Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-01T00:13:27.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455196266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.874Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "cds",
  "timestamp": 1630455196753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455197286,
  "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-09-01T00:13:27.878Z||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-09-01T00:13:27.878Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:27.881Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
2021-09-01T00:13:27.881Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ba6486d-fbef-4bd6-b977-7b31cfbdd056 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-09-01T00:13:27.887Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:13:27.887Z||pool-3-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:13:27.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "cds",
  "timestamp": 1630455197758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-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-09-01T00:13:27.893Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
2021-09-01T00:13:27.893Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ba6486d-fbef-4bd6-b977-7b31cfbdd056 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-09-01T00:13:27.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "clamp",
  "timestamp": 1630455197508,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "dcae-sch",
  "timestamp": 1630455197600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455198288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-01T00:13:27.902Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "clamp",
  "timestamp": 1630455197508,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
  "status": "NOTIFIED"
}
2021-09-01T00:13:27.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "dcae-sch",
  "timestamp": 1630455197600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "clamp",
  "timestamp": 1630455197508,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "dcae-sch",
  "timestamp": 1630455197600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455199624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "clamp",
  "timestamp": 1630455197508,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "dcae-sch",
  "timestamp": 1630455197600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455199624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "clamp",
  "timestamp": 1630455197508,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "dcae-sch",
  "timestamp": 1630455197600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455199624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "clamp",
  "timestamp": 1630455197508,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "dcae-sch",
  "timestamp": 1630455197600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455199624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "clamp",
  "timestamp": 1630455197508,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:13:27.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "dcae-sch",
  "timestamp": 1630455197600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455199624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455199624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "aai-ml",
  "timestamp": 1630455204729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455199624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:27.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "aai-ml",
  "timestamp": 1630455204729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:13:28.780Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:13:28.781Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:28.782Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:28.783Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
  "status": "NOTIFIED"
}
2021-09-01T00:13:28.883Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:13:28.884Z||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-09-01T00:13:28.884Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:28.893Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:13:28.894Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:13:29.783Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:13:29.784Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:29.786Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:29.786Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:13:29.887Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-01T00:13:29.887Z||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-09-01T00:13:29.888Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:29.896Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:13:29.897Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:13:30.787Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:13:30.788Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:30.790Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:30.790Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:30.891Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-01T00:13:30.892Z||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-09-01T00:13:30.892Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:30.900Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:13:30.900Z||pool-6-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:13:31.791Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:13:31.792Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:31.794Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:31.794Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-01T00:13:31.894Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:13:31.895Z||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-09-01T00:13:31.895Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:31.902Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:13:31.902Z||pool-7-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:13:32.795Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:13:32.796Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:32.798Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:32.799Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:13:32.899Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:13:32.900Z||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-09-01T00:13:32.900Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:32.909Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:13:32.909Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:13:33.799Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:13:33.800Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:33.803Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:33.803Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:13:33.903Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:13:33.904Z||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-09-01T00:13:33.904Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:33.913Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:13:33.913Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:13:34.806Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "serviceName": "basic_onboard_dZYZUp",
  "serviceVersion": "1.0",
  "serviceUUID": "73615bd5-5a4c-4706-9b18-659e1b2b537d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a0ea4464-a079-4233-be11-597914f280cf",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_dZYZUp 0",
      "resourceCustomizationUUID": "5ee31676-af72-4712-9f7b-e6d50c931922",
      "resourceName": "basic_onboard_dZYZUp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e542d885-a39e-4aef-8e03-ee403ebe5672",
      "resourceInvariantUUID": "7958f375-1005-48a9-83a2-53b4277eca85",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_dzyzup0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
          "artifactChecksum": "NTMxMTZlNzBjMDA2NjYyM2M1MzExNTc3NmY1Mzg3NmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d689a623-970a-4a51-b058-6c3b4e48495c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "360edf78-3e08-4edb-8d46-b83a18d9d8fb",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6f706a6c-5684-4b6d-b456-e58e0dc0c692",
            "generatedFromUUID": "360edf78-3e08-4edb-8d46-b83a18d9d8fb"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6f706a6c-5684-4b6d-b456-e58e0dc0c692",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardDzyzup-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
      "artifactChecksum": "ZWNmODhiYTRiZjNmMzc0YmJjNDZmMmMxYTIwMjcwYWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f2e43a76-e499-44da-b4ed-66a9b21b82f2"
    }
  ],
  "workloadContext": "Production"
}
2021-09-01T00:13:34.807Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-01T00:13:34.809Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 73615bd5-5a4c-4706-9b18-659e1b2b537d ASDC
2021-09-01T00:13:34.928Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:756ac22a-aa87-43a0-b398-6715b9c49f39
ServiceName:basic_onboard_dZYZUp
ServiceVersion:1.0
ServiceUUID:73615bd5-5a4c-4706-9b18-659e1b2b537d
ServiceInvariantUUID:a0ea4464-a079-4233-be11-597914f280cf
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDzyzup-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar
ArtifactUUID:f2e43a76-e499-44da-b4ed-66a9b21b82f2
ArtifactChecksum:ZWNmODhiYTRiZjNmMzc0YmJjNDZmMmMxYTIwMjcwYWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_dZYZUp 0
ResourceCustomizationUUID:5ee31676-af72-4712-9f7b-e6d50c931922
ResourceInvariantUUID:7958f375-1005-48a9-83a2-53b4277eca85
ResourceName:basic_onboard_dZYZUp
ResourceType:VF
ResourceUUID:e542d885-a39e-4aef-8e03-ee403ebe5672
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dzyzup0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json
ArtifactUUID:d689a623-970a-4a51-b058-6c3b4e48495c
ArtifactChecksum:NTMxMTZlNzBjMDA2NjYyM2M1MzExNTc3NmY1Mzg3NmY=
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/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml
ArtifactUUID:360edf78-3e08-4edb-8d46-b83a18d9d8fb
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/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env
ArtifactUUID:6f706a6c-5684-4b6d-b456-e58e0dc0c692
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/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env
ArtifactUUID:6f706a6c-5684-4b6d-b456-e58e0dc0c692
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-01T00:13:34.929Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73615bd5-5a4c-4706-9b18-659e1b2b537d 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-09-01T00:13:34.974Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:13:34.975Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:13:34.976Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:13:34.976Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f2e43a76-e499-44da-b4ed-66a9b21b82f2 from URL: /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:34.976Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:13:34.977Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:35.196Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:13:35.209Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar f2e43a76-e499-44da-b4ed-66a9b21b82f2 71366
2021-09-01T00:13:35.210Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar ASDC sendASDCNotification
2021-09-01T00:13:35.210Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:35.212Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:13:35.213Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:35.214Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:35.215Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455215209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:13:35.315Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:13:35.316Z||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-09-01T00:13:35.316Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:35.324Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:13:35.325Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:13:36.215Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:13:36.217Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:13:36.218Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f2e43a76-e499-44da-b4ed-66a9b21b82f2, URL: /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar to file: /app/ASDC/1/service-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:36.218Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:36.277Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:36.277Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:36.690Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11936942656900930906/Definitions/service-BasicOnboardDzyzup-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-09-01T00:13:38.291Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-01T00:13:38.295Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:13:38.295Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:38.295Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-01T00:13:38.295Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_dZYZUp 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-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:38.295Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||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-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:38.295Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||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-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:38.295Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||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-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:38.295Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||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-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:38.296Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:38.296Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:38.296Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||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-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:38.296Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||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-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:38.296Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:13:38.301Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:38.302Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:38.314Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dZYZUp 0 is matching search criteria
2021-09-01T00:13:38.315Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:13:38.316Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dZYZUp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:13:38.317Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:38.318Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:38.318Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dZYZUp 0 is matching search criteria
2021-09-01T00:13:38.318Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:13:38.318Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dZYZUp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:13:38.318Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:38.318Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:38.322Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:38.322Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dZYZUp 0 is not matching search criteria
2021-09-01T00:13:38.322Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-01T00:13:38.322Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-01T00:13:38.323Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-01T00:13:38.323Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-01T00:13:38.323Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-01T00:13:38.323Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:38.323Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-01T00:13:38.324Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:38.324Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dZYZUp 0 is matching search criteria
2021-09-01T00:13:38.324Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dZYZUp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:13:38.324Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:38.324Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dZYZUp 0 is matching search criteria
2021-09-01T00:13:38.325Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dZYZUp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:13:38.325Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:38.325Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dZYZUp 0 is matching search criteria
2021-09-01T00:13:38.325Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dZYZUp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:13:38.325Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:38.325Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dZYZUp 0 is not matching search criteria
2021-09-01T00:13:38.325Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-01T00:13:38.325Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-01T00:13:38.325Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6f364f44-39e8-4160-ae55-39a29b2b1ab7
2021-09-01T00:13:38.325Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:38.326Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:38.326Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:38.326Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:38.326Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:38.326Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:38.326Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:38.326Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:38.326Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_dZYZUp
Description:service
Model UUID:73615bd5-5a4c-4706-9b18-659e1b2b537d
Model Version:NULL
Model InvariantUuid:a0ea4464-a079-4233-be11-597914f280cf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_dZYZUp
Model UUID:a0e176f9-3532-48a9-a104-7c56da2bd317
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7958f375-1005-48a9-83a2-53b4277eca85
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5ee31676-af72-4712-9f7b-e6d50c931922
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7a8d15d7-f50a-4a89-86f9-9ee1367013ae
ModelName:BasicOnboardDzyzup..base_ubuntu18..module-0
ModelUuid:5a0bbcff-3667-44d4-9c7b-07c2a670af88
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6f364f44-39e8-4160-ae55-39a29b2b1ab7
ModelInvariantUuid:3ed3703e-2672-43a8-9838-6ca6c44a41bc
ModelName:basic_onboard_dZYZUp-nodes.ubuntu18Cvfc
ModelUuid:ca436853-2dd6-42e2-9ff4-aa75863a4346
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:94465b10-e2fb-4ce8-9cf4-10756d7ff04d
ModelInvariantUuid:b6e8f87d-bb46-4397-8b0d-4fda89e16396
ModelName:BasicOnboardDzyzup.compute.nodes.heat.ubuntu18
ModelUuid:914fdb04-ba0a-4963-b248-5eeff188616a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-01T00:13:38.339Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: e542d885-a39e-4aef-8e03-ee403ebe5672
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:13:38.414Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||basic_onboard_dZYZUp 0
2021-09-01T00:13:38.421Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e542d885-a39e-4aef-8e03-ee403ebe5672
2021-09-01T00:13:38.421Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d689a623-970a-4a51-b058-6c3b4e48495c from URL: /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json
2021-09-01T00:13:38.421Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:13:38.421Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json
2021-09-01T00:13:38.899Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:13:38.900Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json d689a623-970a-4a51-b058-6c3b4e48495c 798
2021-09-01T00:13:38.900Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json ASDC sendASDCNotification
2021-09-01T00:13:38.900Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json
2021-09-01T00:13:38.900Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:13:38.900Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:38.903Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:38.904Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455218900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:13:39.004Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:13:39.005Z||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-09-01T00:13:39.005Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:39.015Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:13:39.015Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:13:39.905Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDzyzup..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7a8d15d7-f50a-4a89-86f9-9ee1367013ae",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5a0bbcff-3667-44d4-9c7b-07c2a670af88",
    "vfModuleModelCustomizationUUID": "a4a5c7d6-7765-40ce-b77f-0f010be8c985",
    "isBase": true,
    "artifacts": [
      "360edf78-3e08-4edb-8d46-b83a18d9d8fb",
      "6f706a6c-5684-4b6d-b456-e58e0dc0c692"
    ],
    "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-09-01T00:13:39.923Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDzyzup..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5a0bbcff-3667-44d4-9c7b-07c2a670af88
VfModuleModelInvariantUUID:7a8d15d7-f50a-4a89-86f9-9ee1367013ae
VfModuleModelDescription:NULL
Artifacts UUID List:{
360edf78-3e08-4edb-8d46-b83a18d9d8fb
,
6f706a6c-5684-4b6d-b456-e58e0dc0c692

}
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-09-01T00:13:39.925Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDzyzup..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7a8d15d7-f50a-4a89-86f9-9ee1367013ae",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5a0bbcff-3667-44d4-9c7b-07c2a670af88",
    "vfModuleModelCustomizationUUID": "a4a5c7d6-7765-40ce-b77f-0f010be8c985",
    "isBase": true,
    "artifacts": [
      "360edf78-3e08-4edb-8d46-b83a18d9d8fb",
      "6f706a6c-5684-4b6d-b456-e58e0dc0c692"
    ],
    "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-09-01T00:13:39.925Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDzyzup..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5a0bbcff-3667-44d4-9c7b-07c2a670af88
VfModuleModelInvariantUUID:7a8d15d7-f50a-4a89-86f9-9ee1367013ae
VfModuleModelDescription:NULL
Artifacts UUID List:{
360edf78-3e08-4edb-8d46-b83a18d9d8fb
,
6f706a6c-5684-4b6d-b456-e58e0dc0c692

}
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-09-01T00:13:39.925Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 360edf78-3e08-4edb-8d46-b83a18d9d8fb from URL: /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml
2021-09-01T00:13:39.925Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:13:39.925Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml
2021-09-01T00:13:40.528Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:13:40.528Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml 360edf78-3e08-4edb-8d46-b83a18d9d8fb 5033
2021-09-01T00:13:40.529Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-01T00:13:40.529Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml
2021-09-01T00:13:40.529Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:13:40.529Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:40.531Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:40.532Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455220529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:13:40.632Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:13:40.632Z||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-09-01T00:13:40.632Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:40.640Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:13:40.640Z||pool-12-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:13:41.532Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6f706a6c-5684-4b6d-b456-e58e0dc0c692 from URL: /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env
2021-09-01T00:13:41.533Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:13:41.533Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env
2021-09-01T00:13:42.065Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:13:42.065Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env 6f706a6c-5684-4b6d-b456-e58e0dc0c692 909
2021-09-01T00:13:42.065Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-01T00:13:42.066Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env
2021-09-01T00:13:42.066Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:13:42.066Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:42.069Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:42.069Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455222065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:13:42.169Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:13:42.170Z||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-09-01T00:13:42.170Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:42.178Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:13:42.179Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:13:43.070Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 73615bd5-5a4c-4706-9b18-659e1b2b537d
2021-09-01T00:13:43.071Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_dZYZUp 0 e542d885-a39e-4aef-8e03-ee403ebe5672 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:13:43.102Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d6135a8, org.onap.sdc.toscaparser.api.parameters.Input@6ddf3be5, org.onap.sdc.toscaparser.api.parameters.Input@605b1bed, org.onap.sdc.toscaparser.api.parameters.Input@3edf6c57, org.onap.sdc.toscaparser.api.parameters.Input@6a47c251]
2021-09-01T00:13:43.107Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:43.107Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:43.107Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-01T00:13:43.107Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 5ee31676-af72-4712-9f7b-e6d50c931922
2021-09-01T00:13:43.108Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5ee31676-af72-4712-9f7b-e6d50c931922 matches Tosca VF Customization UUID: 5ee31676-af72-4712-9f7b-e6d50c931922
2021-09-01T00:13:43.108Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 5ee31676-af72-4712-9f7b-e6d50c931922  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-01T00:13:43.115Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:43.115Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:43.116Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 5ee31676-af72-4712-9f7b-e6d50c931922: {\"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-09-01T00:13:43.116Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f03bcea
2021-09-01T00:13:43.116Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:43.116Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-01T00:13:43.116Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a4a5c7d6-7765-40ce-b77f-0f010be8c985
2021-09-01T00:13:43.117Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a4a5c7d6-7765-40ce-b77f-0f010be8c985
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-01T00:13:43.121Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:43.122Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dZYZUp 0 is matching search criteria
2021-09-01T00:13:43.122Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dZYZUp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:13:43.122Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:43.122Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dZYZUp 0 is matching search criteria
2021-09-01T00:13:43.123Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dZYZUp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:13:43.123Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:43.123Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dZYZUp 0 is not matching search criteria
2021-09-01T00:13:43.123Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-01T00:13:43.123Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-01T00:13:43.123Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6f364f44-39e8-4160-ae55-39a29b2b1ab7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-01T00:13:43.128Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:43.128Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dZYZUp 0 is matching search criteria
2021-09-01T00:13:43.128Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dZYZUp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:13:43.128Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:43.128Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dZYZUp 0 is matching search criteria
2021-09-01T00:13:43.128Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dZYZUp 0] matching following query criteria: sdcType=VF, customizationUUID=5ee31676-af72-4712-9f7b-e6d50c931922
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:13:43.130Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:43.130Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:43.130Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 73615bd5-5a4c-4706-9b18-659e1b2b537d: basic_onboard_dZYZUp
2021-09-01T00:13:43.130Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:43.130Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:43.131Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:43.131Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:43.131Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:43.131Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:43.131Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:43.131Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:43.131Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:13:43.131Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:43.131Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_dZYZUp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-01T00:13:43.333Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_dZYZUp e542d885-a39e-4aef-8e03-ee403ebe5672 1 ASDC deployResourceStructure
2021-09-01T00:13:43.334Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json ASDC sendASDCNotification
2021-09-01T00:13:43.334Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json
2021-09-01T00:13:43.334Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:13:43.334Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:43.335Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:43.335Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455223334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-01T00:13:43.436Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:13:43.436Z||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-09-01T00:13:43.436Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:43.443Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:13:43.444Z||pool-14-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:13:44.336Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-01T00:13:44.337Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml
2021-09-01T00:13:44.337Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:13:44.337Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:44.338Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:44.339Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455224336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-01T00:13:44.439Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:13:44.439Z||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-09-01T00:13:44.440Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:44.448Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:13:44.449Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:13:45.339Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-01T00:13:45.340Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env
2021-09-01T00:13:45.340Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:13:45.340Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:45.342Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:45.342Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455225339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-01T00:13:45.443Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:13:45.443Z||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-09-01T00:13:45.444Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:45.451Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:13:45.452Z||pool-16-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:13:46.343Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar ASDC sendASDCNotification
2021-09-01T00:13:46.344Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:46.344Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:13:46.344Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:46.346Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:46.346Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455226343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:13:46.446Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:13:46.447Z||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-09-01T00:13:46.447Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:46.456Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:13:46.456Z||pool-17-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:13:47.347Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 756ac22a-aa87-43a0-b398-6715b9c49f39
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:13:47.366Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 756ac22a-aa87-43a0-b398-6715b9c49f39
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:13:47.369Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:13:47.369Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-01T00:13:47.369Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-01T00:13:47.369Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-01T00:13:47.369Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:13:47.370Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:13:47.370Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:13:47.370Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:13:47.370Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:13:47.370Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:13:47.370Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||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-09-01T00:13:47.376Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-01T00:14:17.376Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 756ac22a-aa87-43a0-b398-6715b9c49f39 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-09-01T00:14:17.386Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 756ac22a-aa87-43a0-b398-6715b9c49f39 and serviceModelVersionId: 73615bd5-5a4c-4706-9b18-659e1b2b537d
2021-09-01T00:14:17.386Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a0ea4464-a079-4233-be11-597914f280cf
2021-09-01T00:14:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:14:27.131Z||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-09-01T00:14:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:14:27.149Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:14:27.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:14:27.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "aai-ml",
  "timestamp": 1630455204729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:14:27.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:14:29.334Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a0ea4464-a079-4233-be11-597914f280cf/model-vers/model-ver/73615bd5-5a4c-4706-9b18-659e1b2b537d?depth=0
2021-09-01T00:14:29.430Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-01T00:14:29.944Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0ea4464-a079-4233-be11-597914f280cf/model-vers/model-ver/73615bd5-5a4c-4706-9b18-659e1b2b537d?depth=0|INFO|500||Invoke
2021-09-01T00:14:29.951Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0ea4464-a079-4233-be11-597914f280cf/model-vers/model-ver/73615bd5-5a4c-4706-9b18-659e1b2b537d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0ea4464-a079-4233-be11-597914f280cf/model-vers/model-ver/73615bd5-5a4c-4706-9b18-659e1b2b537d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[756ac22a-aa87-43a0-b398-6715b9c49f39], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[391cfd9d-05b7-4330-b839-06ea2a12c605], X-ECOMP-RequestID=[756ac22a-aa87-43a0-b398-6715b9c49f39], X-TransactionId=[], X-ONAP-RequestID=[756ac22a-aa87-43a0-b398-6715b9c49f39], Content-Type=[application/merge-patch+json]}
2021-09-01T00:14:30.223Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0ea4464-a079-4233-be11-597914f280cf/model-vers/model-ver/73615bd5-5a4c-4706-9b18-659e1b2b537d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-01T00:14:30.580Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0ea4464-a079-4233-be11-597914f280cf/model-vers/model-ver/73615bd5-5a4c-4706-9b18-659e1b2b537d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0ea4464-a079-4233-be11-597914f280cf/model-vers/model-ver/73615bd5-5a4c-4706-9b18-659e1b2b537d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210901-00:14:30:233-37008], vertex-id=[188552], Content-Length=[0], Date=[Wed, 01 Sep 2021 00:14:30 GMT], Content-Type=[application/json]}
2021-09-01T00:14:30.582Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0ea4464-a079-4233-be11-597914f280cf/model-vers/model-ver/73615bd5-5a4c-4706-9b18-659e1b2b537d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-01T00:14:30.582Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0ea4464-a079-4233-be11-597914f280cf/model-vers/model-ver/73615bd5-5a4c-4706-9b18-659e1b2b537d?depth=0|INFO|500||InvokeReturn
2021-09-01T00:14:30.593Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-01T00:14:30.593Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:14:30.600Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||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-09-01T00:14:30.602Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 756ac22a-aa87-43a0-b398-6715b9c49f39 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-01T00:14:30.603Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-01T00:14:30.604Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:30.605Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:30.606Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455270603,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-01T00:14:30.706Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:14:30.707Z||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-09-01T00:14:30.707Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:30.716Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:14:30.716Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 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-09-01T00:14:31.620Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-01T00:14:31.620Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2ba6486d-fbef-4bd6-b977-7b31cfbdd056","serviceName":"vFW 2021-09-01 00-10-45","serviceVersion":"1.0","serviceUUID":"7bea2472-27e1-4ca6-8fa5-e1a7666f29dc","serviceDescription":"catalog service description","serviceInvariantUUID":"7672fc95-e175-4233-b47d-f4132b07c2c8","resources":[{"resourceInstanceName":"vFW acefb442-c265 0","resourceName":"vFW acefb442-c265","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fd16070d-8ebe-4a3e-a25e-9bfc3c04cf53","resourceInvariantUUID":"65aecdae-9c8d-4aa9-9ab4-70b02312a503","resourceCustomizationUUID":"fffbe063-82e2-4932-a07a-7965150ebd35","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vf-license-model.xml","artifactChecksum":"NDdjYzA0ZjcwYzVlYjg2MTQzNTcxMmZjMDdhOGQ2Njc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"229ba6f9-92e4-4db0-8488-33977696da6d","artifactVersion":"1"},{"artifactName":"vfwacefb442c2650_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json","artifactChecksum":"MGZiOThhYjE5NGYxNDc3MjU5MzA2YzIyNGQxYWQxNDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"79528bc0-2293-4dd9-895b-ad8867e6a2bb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cddfd29e-ca08-46fa-9491-d8112a8cd3bf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vendor-license-model.xml","artifactChecksum":"ZWUyOTQ3ZWU2YTIyNDAxYjI2NzIyY2JkY2IxMTZhMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0d8085c9-65c3-44b6-9603-b335ac571e9f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"867ca896-2175-4ef5-8d21-0025d1f1fa4a","artifactVersion":"2","generatedFromUUID":"cddfd29e-ca08-46fa-9491-d8112a8cd3bf"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210901001045-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-template.yml","artifactChecksum":"OWVkN2RiZTliZjc3MmI5NDUxYjllMmUyZjU3ZmQyZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"86a23bb7-8bac-4c71-ae9d-f7074f548584","artifactVersion":"1"},{"artifactName":"service-Vfw20210901001045-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar","artifactChecksum":"NzdiMTZkZWVhZDMyMDVjMTkzNDQ2OGQ3OWQ1ZGFkOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dfd79d9c-e250-488d-8d01-63bbd7ba10ff","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-01T00:14:31.620Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:14:31.621Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:31.623Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:31.624Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:14:31.724Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:14:31.725Z||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-09-01T00:14:31.725Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:31.732Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:14:31.733Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:32.624Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:14:32.625Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:32.627Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:32.627Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
  "status": "NOTIFIED"
}
2021-09-01T00:14:32.728Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:14:32.728Z||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-09-01T00:14:32.729Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:32.736Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:14:32.737Z||pool-20-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:33.628Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:14:33.629Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:33.631Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:33.632Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:14:33.732Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:14:33.732Z||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-09-01T00:14:33.733Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:33.741Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:14:33.741Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:34.632Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:14:34.633Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:34.636Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:34.636Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:14:34.737Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:14:34.737Z||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-09-01T00:14:34.737Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:34.745Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:14:34.745Z||pool-22-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:14:35.637Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:14:35.638Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:35.640Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:35.640Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-01T00:14:35.741Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-01T00:14:35.741Z||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-09-01T00:14:35.742Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:35.749Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:14:35.750Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:36.641Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:14:36.642Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:36.643Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:36.643Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:14:36.744Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-01T00:14:36.745Z||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-09-01T00:14:36.745Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:36.752Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:14:36.752Z||pool-24-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:37.644Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:14:37.645Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:37.646Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:37.646Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:14:37.746Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:14:37.747Z||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-09-01T00:14:37.747Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:37.755Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:14:37.756Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:38.648Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "serviceName": "vFW 2021-09-01 00-10-45",
  "serviceVersion": "1.0",
  "serviceUUID": "7bea2472-27e1-4ca6-8fa5-e1a7666f29dc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7672fc95-e175-4233-b47d-f4132b07c2c8",
  "resources": [
    {
      "resourceInstanceName": "vFW acefb442-c265 0",
      "resourceCustomizationUUID": "fffbe063-82e2-4932-a07a-7965150ebd35",
      "resourceName": "vFW acefb442-c265",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fd16070d-8ebe-4a3e-a25e-9bfc3c04cf53",
      "resourceInvariantUUID": "65aecdae-9c8d-4aa9-9ab4-70b02312a503",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwacefb442c2650_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
          "artifactChecksum": "MGZiOThhYjE5NGYxNDc3MjU5MzA2YzIyNGQxYWQxNDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "79528bc0-2293-4dd9-895b-ad8867e6a2bb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cddfd29e-ca08-46fa-9491-d8112a8cd3bf",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "867ca896-2175-4ef5-8d21-0025d1f1fa4a",
            "generatedFromUUID": "cddfd29e-ca08-46fa-9491-d8112a8cd3bf"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "867ca896-2175-4ef5-8d21-0025d1f1fa4a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210901001045-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
      "artifactChecksum": "NzdiMTZkZWVhZDMyMDVjMTkzNDQ2OGQ3OWQ1ZGFkOTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dfd79d9c-e250-488d-8d01-63bbd7ba10ff"
    }
  ],
  "workloadContext": "Production"
}
2021-09-01T00:14:38.649Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-01T00:14:38.649Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7bea2472-27e1-4ca6-8fa5-e1a7666f29dc ASDC
2021-09-01T00:14:38.650Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2ba6486d-fbef-4bd6-b977-7b31cfbdd056
ServiceName:vFW 2021-09-01 00-10-45
ServiceVersion:1.0
ServiceUUID:7bea2472-27e1-4ca6-8fa5-e1a7666f29dc
ServiceInvariantUUID:7672fc95-e175-4233-b47d-f4132b07c2c8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210901001045-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar
ArtifactUUID:dfd79d9c-e250-488d-8d01-63bbd7ba10ff
ArtifactChecksum:NzdiMTZkZWVhZDMyMDVjMTkzNDQ2OGQ3OWQ1ZGFkOTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW acefb442-c265 0
ResourceCustomizationUUID:fffbe063-82e2-4932-a07a-7965150ebd35
ResourceInvariantUUID:65aecdae-9c8d-4aa9-9ab4-70b02312a503
ResourceName:vFW acefb442-c265
ResourceType:VF
ResourceUUID:fd16070d-8ebe-4a3e-a25e-9bfc3c04cf53
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwacefb442c2650_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json
ArtifactUUID:79528bc0-2293-4dd9-895b-ad8867e6a2bb
ArtifactChecksum:MGZiOThhYjE5NGYxNDc3MjU5MzA2YzIyNGQxYWQxNDM=
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/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml
ArtifactUUID:cddfd29e-ca08-46fa-9491-d8112a8cd3bf
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/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env
ArtifactUUID:867ca896-2175-4ef5-8d21-0025d1f1fa4a
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/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env
ArtifactUUID:867ca896-2175-4ef5-8d21-0025d1f1fa4a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-01T00:14:38.650Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7bea2472-27e1-4ca6-8fa5-e1a7666f29dc 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-09-01T00:14:38.686Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:14:38.687Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:14:38.687Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:14:38.687Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dfd79d9c-e250-488d-8d01-63bbd7ba10ff from URL: /sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar
2021-09-01T00:14:38.688Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:14:38.688Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar
2021-09-01T00:14:39.120Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:14:39.125Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar dfd79d9c-e250-488d-8d01-63bbd7ba10ff 98757
2021-09-01T00:14:39.125Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar ASDC sendASDCNotification
2021-09-01T00:14:39.126Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar
2021-09-01T00:14:39.126Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:14:39.126Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:39.127Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:39.127Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455279125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:14:39.228Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-01T00:14:39.228Z||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-09-01T00:14:39.228Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:39.237Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:14:39.238Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:40.128Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:14:40.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:14:40.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: dfd79d9c-e250-488d-8d01-63bbd7ba10ff, URL: /sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar to file: /app/ASDC/1/service-Vfw20210901001045-csar.csar
2021-09-01T00:14:40.130Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210901001045-csar.csar
2021-09-01T00:14:40.130Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210901001045-csar.csar
2021-09-01T00:14:40.131Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210901001045-csar.csar
2021-09-01T00:14:40.330Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8623870862373808436/Definitions/service-Vfw20210901001045-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-09-01T00:14:42.570Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-01T00:14:42.570Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:14:42.570Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||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-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||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-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||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-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||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-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||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-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||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-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||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-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW acefb442-c265 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-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||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-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:42.572Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:42.572Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is matching search criteria
2021-09-01T00:14:42.572Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:14:42.572Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW acefb442-c265 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:14:42.572Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:42.572Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:42.572Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is matching search criteria
2021-09-01T00:14:42.572Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:14:42.572Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW acefb442-c265 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is not matching search criteria
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-01T00:14:42.574Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-01T00:14:42.574Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:42.574Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-01T00:14:42.574Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:42.574Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-01T00:14:42.574Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-01T00:14:42.574Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-01T00:14:42.574Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:42.574Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-01T00:14:42.574Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:42.574Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is matching search criteria
2021-09-01T00:14:42.574Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW acefb442-c265 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:14:42.575Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:42.575Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is matching search criteria
2021-09-01T00:14:42.575Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW acefb442-c265 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:14:42.575Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:42.575Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is matching search criteria
2021-09-01T00:14:42.575Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW acefb442-c265 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:14:42.575Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:42.575Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is not matching search criteria
2021-09-01T00:14:42.575Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=202e6258-fd77-48b8-836c-502c724b2834
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is not matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6022038a-1198-4f6b-b44e-239d8ee17a1a
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is not matching search criteria
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:42.579Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-01T00:14:42.579Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=638ef73c-b3ae-4ff4-b367-947d9de81466
2021-09-01T00:14:42.579Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:42.579Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:42.579Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:42.579Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:42.579Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:42.579Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:42.579Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:42.579Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:42.579Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-01 00-10-45
Description:catalog service description
Model UUID:7bea2472-27e1-4ca6-8fa5-e1a7666f29dc
Model Version:NULL
Model InvariantUuid:7672fc95-e175-4233-b47d-f4132b07c2c8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW acefb442-c265
Model UUID:92b4a04a-e3df-44b1-b2e6-8502cebd84b7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:65aecdae-9c8d-4aa9-9ab4-70b02312a503
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fffbe063-82e2-4932-a07a-7965150ebd35
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b32770a6-8d08-47ec-b8c3-0ebb461feb02
ModelName:VfwAcefb442C265..base_vfw..module-0
ModelUuid:b3fc1844-2a7a-4643-a78b-5618c0963754
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:202e6258-fd77-48b8-836c-502c724b2834
ModelInvariantUuid:d66cdbb9-ae21-4727-a444-021d2ad9ced6
ModelName:vFW acefb442-c265-nodes.vfwCvfc
ModelUuid:9d715bd9-2370-42c8-a28d-c8d07bcadd8b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:30a057ce-4f64-464c-946c-25868406d49a
ModelInvariantUuid:5d670cfc-0b5e-40c0-89e1-6e24c59c19b7
ModelName:VfwAcefb442C265.compute.nodes.heat.vfw
ModelUuid:cac226d4-18d5-4253-9923-85ed268c21a5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6022038a-1198-4f6b-b44e-239d8ee17a1a
ModelInvariantUuid:8b8d4aa5-b998-472c-baf7-332d57cf9ec5
ModelName:vFW acefb442-c265-nodes.vsnCvfc
ModelUuid:3f9dbb75-8822-4f5b-8f73-b0a6714b4bd6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:582e7870-ad64-4ff5-9461-f8713480f91b
ModelInvariantUuid:65b180e8-48db-42df-abd2-4778d5bd03b4
ModelName:VfwAcefb442C265.compute.nodes.heat.vsn
ModelUuid:acc657e2-9e31-4e4c-8d30-91c3c98c0ded
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:638ef73c-b3ae-4ff4-b367-947d9de81466
ModelInvariantUuid:09b56fe1-8a9c-4157-98ac-bcb1196b1a56
ModelName:vFW acefb442-c265-nodes.vpgCvfc
ModelUuid:0752675e-03a9-4fba-a34f-29b36f9acad7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:bd98f360-7da9-4dd4-ac0d-56c759e25667
ModelInvariantUuid:977b2690-1e93-4ee2-958d-cac95717e4e7
ModelName:VfwAcefb442C265.compute.nodes.heat.vpg
ModelUuid:cf0a8ca9-9a9f-41db-bd79-5528e8e2b0a5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-01T00:14:42.621Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fd16070d-8ebe-4a3e-a25e-9bfc3c04cf53
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:14:42.625Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||vFW acefb442-c265 0
2021-09-01T00:14:42.625Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fd16070d-8ebe-4a3e-a25e-9bfc3c04cf53
2021-09-01T00:14:42.625Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 79528bc0-2293-4dd9-895b-ad8867e6a2bb from URL: /sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json
2021-09-01T00:14:42.625Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:14:42.625Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json
2021-09-01T00:14:43.967Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:14:43.967Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json 79528bc0-2293-4dd9-895b-ad8867e6a2bb 785
2021-09-01T00:14:43.968Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json ASDC sendASDCNotification
2021-09-01T00:14:43.968Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json
2021-09-01T00:14:43.968Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:14:43.968Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:43.970Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:43.971Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455283968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:14:44.071Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:14:44.072Z||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-09-01T00:14:44.072Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:44.080Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:14:44.080Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:44.971Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAcefb442C265..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b32770a6-8d08-47ec-b8c3-0ebb461feb02",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b3fc1844-2a7a-4643-a78b-5618c0963754",
    "vfModuleModelCustomizationUUID": "252140d2-e25d-43cc-92ad-8f7559cd5325",
    "isBase": true,
    "artifacts": [
      "cddfd29e-ca08-46fa-9491-d8112a8cd3bf",
      "867ca896-2175-4ef5-8d21-0025d1f1fa4a"
    ],
    "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-09-01T00:14:44.977Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAcefb442C265..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3fc1844-2a7a-4643-a78b-5618c0963754
VfModuleModelInvariantUUID:b32770a6-8d08-47ec-b8c3-0ebb461feb02
VfModuleModelDescription:NULL
Artifacts UUID List:{
cddfd29e-ca08-46fa-9491-d8112a8cd3bf
,
867ca896-2175-4ef5-8d21-0025d1f1fa4a

}
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-09-01T00:14:44.980Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAcefb442C265..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b32770a6-8d08-47ec-b8c3-0ebb461feb02",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b3fc1844-2a7a-4643-a78b-5618c0963754",
    "vfModuleModelCustomizationUUID": "252140d2-e25d-43cc-92ad-8f7559cd5325",
    "isBase": true,
    "artifacts": [
      "cddfd29e-ca08-46fa-9491-d8112a8cd3bf",
      "867ca896-2175-4ef5-8d21-0025d1f1fa4a"
    ],
    "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-09-01T00:14:44.980Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAcefb442C265..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3fc1844-2a7a-4643-a78b-5618c0963754
VfModuleModelInvariantUUID:b32770a6-8d08-47ec-b8c3-0ebb461feb02
VfModuleModelDescription:NULL
Artifacts UUID List:{
cddfd29e-ca08-46fa-9491-d8112a8cd3bf
,
867ca896-2175-4ef5-8d21-0025d1f1fa4a

}
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-09-01T00:14:44.980Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cddfd29e-ca08-46fa-9491-d8112a8cd3bf from URL: /sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml
2021-09-01T00:14:44.980Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:14:44.981Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml
2021-09-01T00:14:46.021Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:14:46.022Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml cddfd29e-ca08-46fa-9491-d8112a8cd3bf 20368
2021-09-01T00:14:46.022Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-01T00:14:46.022Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml
2021-09-01T00:14:46.022Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:14:46.022Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:46.024Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:46.024Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455286022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:14:46.125Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-01T00:14:46.126Z||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-09-01T00:14:46.126Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:46.134Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:14:46.135Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:47.025Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 867ca896-2175-4ef5-8d21-0025d1f1fa4a from URL: /sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env
2021-09-01T00:14:47.026Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:14:47.026Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env
2021-09-01T00:14:47.817Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:14:47.818Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env 867ca896-2175-4ef5-8d21-0025d1f1fa4a 2098
2021-09-01T00:14:47.818Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-01T00:14:47.819Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env
2021-09-01T00:14:47.819Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:14:47.819Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:47.822Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:47.823Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455287818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:14:47.922Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-01T00:14:47.923Z||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-09-01T00:14:47.923Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:47.931Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:14:47.931Z||pool-29-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:48.823Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7bea2472-27e1-4ca6-8fa5-e1a7666f29dc
2021-09-01T00:14:48.824Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW acefb442-c265 0 fd16070d-8ebe-4a3e-a25e-9bfc3c04cf53 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:14:48.847Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c7bf7bf, org.onap.sdc.toscaparser.api.parameters.Input@69ae27fa, org.onap.sdc.toscaparser.api.parameters.Input@72483cb6, org.onap.sdc.toscaparser.api.parameters.Input@379b9bef, org.onap.sdc.toscaparser.api.parameters.Input@749e44ac]
2021-09-01T00:14:48.849Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:48.849Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:48.850Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-01T00:14:48.850Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= fffbe063-82e2-4932-a07a-7965150ebd35
2021-09-01T00:14:48.850Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fffbe063-82e2-4932-a07a-7965150ebd35 matches Tosca VF Customization UUID: fffbe063-82e2-4932-a07a-7965150ebd35
2021-09-01T00:14:48.850Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: fffbe063-82e2-4932-a07a-7965150ebd35  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-01T00:14:48.853Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:48.853Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:48.854Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id fffbe063-82e2-4932-a07a-7965150ebd35: {\"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-09-01T00:14:48.855Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7166e7fc
2021-09-01T00:14:48.856Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:48.856Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-01T00:14:48.857Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 252140d2-e25d-43cc-92ad-8f7559cd5325
2021-09-01T00:14:48.857Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 252140d2-e25d-43cc-92ad-8f7559cd5325
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-01T00:14:48.859Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:48.859Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is matching search criteria
2021-09-01T00:14:48.860Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW acefb442-c265 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:14:48.860Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:48.860Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is matching search criteria
2021-09-01T00:14:48.861Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW acefb442-c265 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:14:48.861Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:48.861Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is not matching search criteria
2021-09-01T00:14:48.861Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-01T00:14:48.862Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-01T00:14:48.862Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-01T00:14:48.862Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-01T00:14:48.863Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-01T00:14:48.863Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-01T00:14:48.863Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:48.863Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-01T00:14:48.864Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:48.864Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-01T00:14:48.864Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-01T00:14:48.864Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=202e6258-fd77-48b8-836c-502c724b2834
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-01T00:14:48.866Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:48.866Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is matching search criteria
2021-09-01T00:14:48.867Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW acefb442-c265 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:14:48.867Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:48.867Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is not matching search criteria
2021-09-01T00:14:48.867Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-01T00:14:48.867Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-01T00:14:48.868Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:48.868Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-01T00:14:48.868Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-01T00:14:48.868Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-01T00:14:48.868Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-01T00:14:48.869Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-01T00:14:48.869Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-01T00:14:48.869Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:48.869Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-01T00:14:48.869Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-01T00:14:48.870Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6022038a-1198-4f6b-b44e-239d8ee17a1a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-01T00:14:48.872Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:48.872Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is matching search criteria
2021-09-01T00:14:48.872Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW acefb442-c265 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:14:48.874Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:48.875Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is not matching search criteria
2021-09-01T00:14:48.875Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-01T00:14:48.875Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-01T00:14:48.875Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:48.876Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-01T00:14:48.876Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-01T00:14:48.876Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-01T00:14:48.876Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-01T00:14:48.876Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-01T00:14:48.877Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-01T00:14:48.877Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-01T00:14:48.877Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:48.877Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-01T00:14:48.877Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=638ef73c-b3ae-4ff4-b367-947d9de81466
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-01T00:14:48.879Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:48.880Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is matching search criteria
2021-09-01T00:14:48.880Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW acefb442-c265 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:14:48.880Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:48.880Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is matching search criteria
2021-09-01T00:14:48.881Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW acefb442-c265 0] matching following query criteria: sdcType=VF, customizationUUID=fffbe063-82e2-4932-a07a-7965150ebd35
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:14:48.883Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:48.883Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:48.883Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7bea2472-27e1-4ca6-8fa5-e1a7666f29dc: vFW acefb442-c265
2021-09-01T00:14:48.883Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:48.883Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:48.884Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:48.884Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:48.884Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:48.884Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:48.884Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:48.885Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:48.885Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:14:48.885Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:48.885Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-09-01 00-10-45 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-01T00:14:49.095Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW acefb442-c265 fd16070d-8ebe-4a3e-a25e-9bfc3c04cf53 1 ASDC deployResourceStructure
2021-09-01T00:14:49.095Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json ASDC sendASDCNotification
2021-09-01T00:14:49.095Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json
2021-09-01T00:14:49.095Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:14:49.096Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:49.097Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:49.097Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455289095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-01T00:14:49.198Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-01T00:14:49.199Z||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-09-01T00:14:49.199Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:49.207Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:14:49.207Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:50.098Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-01T00:14:50.099Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml
2021-09-01T00:14:50.099Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:14:50.100Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:50.102Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:50.102Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455290098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-01T00:14:50.202Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-01T00:14:50.203Z||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-09-01T00:14:50.204Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:50.214Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:14:50.215Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:51.103Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-01T00:14:51.104Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env
2021-09-01T00:14:51.104Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:14:51.104Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:51.106Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:51.107Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455291103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-01T00:14:51.207Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:14:51.208Z||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-09-01T00:14:51.208Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:51.215Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:14:51.216Z||pool-32-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:14:52.107Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar ASDC sendASDCNotification
2021-09-01T00:14:52.108Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar
2021-09-01T00:14:52.108Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:14:52.109Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:52.110Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:52.110Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455292107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:14:52.211Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:14:52.211Z||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-09-01T00:14:52.212Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:52.219Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:14:52.220Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:53.111Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:14:53.124Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:14:53.126Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:14:53.127Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:14:53.127Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:15:23.127Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:15:23.142Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:15:23.145Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:15:23.145Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:15:23.145Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:15:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:15:27.131Z||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-09-01T00:15:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:15:27.151Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:15:27.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:15:27.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:15:27.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:15:53.145Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:15:53.158Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:15:53.161Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:15:53.161Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:15:53.161Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:16:23.161Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:16:23.172Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:16:23.175Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:16:23.176Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:16:23.176Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:16:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:16:27.131Z||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-09-01T00:16:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:16:27.152Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:16:27.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "aai-ml",
  "timestamp": 1630455204729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:16:27.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:16:27.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
  "status": "NOTIFIED"
}
2021-09-01T00:16:27.156Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:16:27.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "aai-ml",
  "timestamp": 1630455204729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:16:27.156Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:16:27.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:16:27.157Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:16:27.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "aai-ml",
  "timestamp": 1630455204729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:16:27.157Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:16:27.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:16:27.158Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:16:27.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "aai-ml",
  "timestamp": 1630455204729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:16:27.158Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:16:27.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455211237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:16:27.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:16:27.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-01T00:16:27.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:16:27.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455211237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:16:27.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:16:27.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:16:27.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:16:27.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "aai-ml",
  "timestamp": 1630455213306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:16:27.160Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455211237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:16:27.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:16:27.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:16:27.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:16:27.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455211237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:16:27.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:16:27.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455215209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:16:27.163Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455211237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:16:27.163Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:16:27.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455211237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:16:27.163Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:16:27.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "clamp",
  "timestamp": 1630455216903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:16:27.163Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455211237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:16:27.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:16:27.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455218900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:16:27.164Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "clamp",
  "timestamp": 1630455218913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:16:27.164Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455219112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:16:27.165Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "clamp",
  "timestamp": 1630455219916,
  "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-09-01T00:16:27.171Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
2021-09-01T00:16:27.171Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ba6486d-fbef-4bd6-b977-7b31cfbdd056 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-09-01T00:16:27.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455220529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:16:27.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "aai-ml",
  "timestamp": 1630455221519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:16:27.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455222065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:16:27.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455222362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:16:27.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "aai-ml",
  "timestamp": 1630455222523,
  "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-09-01T00:16:27.186Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
2021-09-01T00:16:27.186Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ba6486d-fbef-4bd6-b977-7b31cfbdd056 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-09-01T00:16:27.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455223334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-01T00:16:27.195Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455223365,
  "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-09-01T00:16:27.201Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
2021-09-01T00:16:27.201Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ba6486d-fbef-4bd6-b977-7b31cfbdd056 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-09-01T00:16:27.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455224336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-01T00:16:27.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455225339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-01T00:16:27.211Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455226343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:16:27.211Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:53.176Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:16:53.189Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:16:53.195Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:16:53.195Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-01T00:16:53.195Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-01T00:16:53.195Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-01T00:16:53.196Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:16:53.196Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:16:53.196Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:16:53.196Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:16:53.196Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:16:53.196Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:16:53.196Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||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-09-01T00:16:53.202Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-01T00:17:23.202Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2ba6486d-fbef-4bd6-b977-7b31cfbdd056 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-09-01T00:17:23.208Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2ba6486d-fbef-4bd6-b977-7b31cfbdd056 and serviceModelVersionId: 7bea2472-27e1-4ca6-8fa5-e1a7666f29dc
2021-09-01T00:17:23.208Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7672fc95-e175-4233-b47d-f4132b07c2c8
2021-09-01T00:17:23.210Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7672fc95-e175-4233-b47d-f4132b07c2c8/model-vers/model-ver/7bea2472-27e1-4ca6-8fa5-e1a7666f29dc?depth=0
2021-09-01T00:17:23.216Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-01T00:17:23.258Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7672fc95-e175-4233-b47d-f4132b07c2c8/model-vers/model-ver/7bea2472-27e1-4ca6-8fa5-e1a7666f29dc?depth=0|INFO|500||Invoke
2021-09-01T00:17:23.258Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7672fc95-e175-4233-b47d-f4132b07c2c8/model-vers/model-ver/7bea2472-27e1-4ca6-8fa5-e1a7666f29dc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7672fc95-e175-4233-b47d-f4132b07c2c8/model-vers/model-ver/7bea2472-27e1-4ca6-8fa5-e1a7666f29dc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2ba6486d-fbef-4bd6-b977-7b31cfbdd056], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d5ff3540-49fa-4388-9ac1-10ce85ca8734], X-ECOMP-RequestID=[2ba6486d-fbef-4bd6-b977-7b31cfbdd056], X-TransactionId=[], X-ONAP-RequestID=[2ba6486d-fbef-4bd6-b977-7b31cfbdd056], Content-Type=[application/merge-patch+json]}
2021-09-01T00:17:23.279Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7672fc95-e175-4233-b47d-f4132b07c2c8/model-vers/model-ver/7bea2472-27e1-4ca6-8fa5-e1a7666f29dc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-01T00:17:23.617Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7672fc95-e175-4233-b47d-f4132b07c2c8/model-vers/model-ver/7bea2472-27e1-4ca6-8fa5-e1a7666f29dc?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7672fc95-e175-4233-b47d-f4132b07c2c8/model-vers/model-ver/7bea2472-27e1-4ca6-8fa5-e1a7666f29dc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210901-00:17:23:292-4911], vertex-id=[250104], Content-Length=[0], Date=[Wed, 01 Sep 2021 00:17:23 GMT], Content-Type=[application/json]}
2021-09-01T00:17:23.617Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7672fc95-e175-4233-b47d-f4132b07c2c8/model-vers/model-ver/7bea2472-27e1-4ca6-8fa5-e1a7666f29dc?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-01T00:17:23.618Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7672fc95-e175-4233-b47d-f4132b07c2c8/model-vers/model-ver/7bea2472-27e1-4ca6-8fa5-e1a7666f29dc?depth=0|INFO|500||InvokeReturn
2021-09-01T00:17:23.618Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-01T00:17:23.619Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:17:23.624Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||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-09-01T00:17:23.625Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2ba6486d-fbef-4bd6-b977-7b31cfbdd056 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-01T00:17:23.625Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-01T00:17:23.625Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:17:23.627Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:17:23.627Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455443625,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-01T00:17:23.727Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:17:23.728Z||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-09-01T00:17:23.728Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:17:23.741Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:17:23.741Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 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-09-01T00:17:24.639Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:17:24.640Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:17:24.640Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:17:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:17:27.131Z||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-09-01T00:17:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:17:27.150Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:17:27.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455270603,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-01T00:17:27.152Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:17:27.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:17:27.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:17:27.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
  "status": "NOTIFIED"
}
2021-09-01T00:17:27.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:17:27.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:17:27.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:17:27.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:17:27.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:17:27.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-01T00:17:27.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:17:27.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:17:27.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:17:27.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455207128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:17:27.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:17:27.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455279125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:17:27.155Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:17:27.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455283968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:17:27.155Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:17:27.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455286022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:17:27.155Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:17:27.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455287818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:17:27.156Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:17:27.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455289095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-01T00:17:27.156Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:17:27.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455290098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-01T00:17:27.156Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:17:27.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455291103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-01T00:17:27.157Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:17:27.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455292107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:17:27.157Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:17:34.828Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:17:34.828Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:17:34.829Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:17:34.829Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:17:44.363Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:17:44.364Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:17:44.364Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:17:44.364Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:17:53.895Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:17:53.896Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:17:53.896Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:17:53.896Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:18:03.428Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:18:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:18:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:18:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:18:27.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:18:27.130Z||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-09-01T00:18:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:18:27.655Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:18:27.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-01T00:18:27.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455443625,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-01T00:18:27.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:18:36.663Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:19:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:19:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:19:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:19:27.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:19:27.130Z||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-09-01T00:19:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:19:36.665Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:19:36.665Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:20:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:20:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:20:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:20:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:20:27.130Z||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-09-01T00:20:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:20:36.667Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:20:36.670Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:21:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:21:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:21:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:21:27.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:21:27.131Z||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-09-01T00:21:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:21:36.665Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:21:36.668Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:22:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:22:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:22:27.130Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:22:27.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:22:27.131Z||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-09-01T00:22:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:22:36.668Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:22:36.671Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:23:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:23:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:23:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:23:27.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:23:27.131Z||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-09-01T00:23:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:23:36.670Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:23:36.674Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:24:27.128Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:24:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:24:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:24:27.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:24:27.131Z||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-09-01T00:24:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:24:36.666Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:24:36.674Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:25:27.128Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:25:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:25:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:25:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:25:27.131Z||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-09-01T00:25:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:25:34.365Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:25:34.366Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-01T00:25:34.366Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b776105d-7bc0-4b7c-810d-be5191b3d149","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4efc15b6-a37d-44b0-9838-15fedaa20d0e","serviceDescription":"service","serviceInvariantUUID":"ca9b1fce-b3d9-4603-a103-46a28b8059bd","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4cdd7298-7862-4d07-9364-de0fdb10d768","resourceInvariantUUID":"c9f83580-fed3-43fd-b5a9-187d5ebd4651","resourceCustomizationUUID":"b039e7fc-bf58-4006-90b0-c007920f4249","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":"NWNmZWE3ZjU2MjYwNWY5YTEwMzIyN2QzMjgyODQ5ZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1b9e2452-5772-4fe1-940a-c10962c8f3d9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjNhMDE0YTE4Y2I5NjkwNzM0MjY3MTVlYjlkOWM1NjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83331285-9074-49b6-8e82-aa0e447a4abb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-01T00:25:34.369Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:25:34.369Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:25:34.371Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:25:34.371Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455927128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:25:34.471Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:25:34.472Z||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-09-01T00:25:34.473Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:25:34.483Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:25:34.484Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:25:34.564Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:25:34.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:25:34.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455925530,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:25:34.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:25:34.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:25:34.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455931237,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:25:34.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:25:35.371Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:25:35.373Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:25:35.375Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:25:35.376Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455927128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:25:35.475Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-01T00:25:35.476Z||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-09-01T00:25:35.476Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:25:35.494Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:25:35.495Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:25:36.377Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "4efc15b6-a37d-44b0-9838-15fedaa20d0e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ca9b1fce-b3d9-4603-a103-46a28b8059bd",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "b039e7fc-bf58-4006-90b0-c007920f4249",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "4cdd7298-7862-4d07-9364-de0fdb10d768",
      "resourceInvariantUUID": "c9f83580-fed3-43fd-b5a9-187d5ebd4651",
      "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": "MjNhMDE0YTE4Y2I5NjkwNzM0MjY3MTVlYjlkOWM1NjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83331285-9074-49b6-8e82-aa0e447a4abb"
    }
  ],
  "workloadContext": "Production"
}
2021-09-01T00:25:36.377Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-01T00:25:36.377Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4efc15b6-a37d-44b0-9838-15fedaa20d0e ASDC
2021-09-01T00:25:36.378Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b776105d-7bc0-4b7c-810d-be5191b3d149
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4efc15b6-a37d-44b0-9838-15fedaa20d0e
ServiceInvariantUUID:ca9b1fce-b3d9-4603-a103-46a28b8059bd
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:83331285-9074-49b6-8e82-aa0e447a4abb
ArtifactChecksum:MjNhMDE0YTE4Y2I5NjkwNzM0MjY3MTVlYjlkOWM1NjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b039e7fc-bf58-4006-90b0-c007920f4249
ResourceInvariantUUID:c9f83580-fed3-43fd-b5a9-187d5ebd4651
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4cdd7298-7862-4d07-9364-de0fdb10d768
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-01T00:25:36.378Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4efc15b6-a37d-44b0-9838-15fedaa20d0e 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-09-01T00:25:36.451Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:25:36.452Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:25:36.452Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:25:36.452Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 83331285-9074-49b6-8e82-aa0e447a4abb from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-01T00:25:36.452Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:25:36.452Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-01T00:25:36.752Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:25:36.755Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 83331285-9074-49b6-8e82-aa0e447a4abb 52175
2021-09-01T00:25:36.755Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-01T00:25:36.756Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-01T00:25:36.756Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:25:36.756Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:25:36.758Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:25:36.758Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455936755,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:25:36.858Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:25:36.859Z||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-09-01T00:25:36.859Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:25:36.867Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:25:36.867Z||pool-37-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:25:37.758Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:25:37.759Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:25:37.760Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 83331285-9074-49b6-8e82-aa0e447a4abb, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-01T00:25:37.760Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-01T00:25:37.760Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-01T00:25:37.760Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-01T00:25:37.835Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3751580868418442097/Definitions/service-BasicNetwork-template.yml
2021-09-01T00:25:38.136Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-01T00:25:38.136Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:25:38.136Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-01T00:25:38.136Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-01T00:25:38.136Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||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-09-01T00:25:38.136Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||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-09-01T00:25:38.136Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||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-09-01T00:25:38.136Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||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-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||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-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||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-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||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-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||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-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:25:38.138Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:25:38.138Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:25:38.138Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.138Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:25:38.138Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.138Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:25:38.138Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.138Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:25:38.138Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.138Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:25:38.138Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.138Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:4efc15b6-a37d-44b0-9838-15fedaa20d0e
Model Version:NULL
Model InvariantUuid:ca9b1fce-b3d9-4603-a103-46a28b8059bd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c9f83580-fed3-43fd-b5a9-187d5ebd4651
Model UUID:f7104f9e-3238-48a7-aefe-4e80a5e51d26
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:b039e7fc-bf58-4006-90b0-c007920f4249
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-01T00:25:38.144Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 4cdd7298-7862-4d07-9364-de0fdb10d768
2021-09-01T00:25:38.145Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||No resources found for Service: 4efc15b6-a37d-44b0-9838-15fedaa20d0e
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:25:38.148Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||
2021-09-01T00:25:38.148Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-01T00:25:38.148Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 4efc15b6-a37d-44b0-9838-15fedaa20d0e
2021-09-01T00:25:38.148Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 4efc15b6-a37d-44b0-9838-15fedaa20d0e
2021-09-01T00:25:38.148Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-01T00:25:38.149Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:25:38.153Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b5b894e, org.onap.sdc.toscaparser.api.parameters.Input@67c0be19, org.onap.sdc.toscaparser.api.parameters.Input@36dae2a3, org.onap.sdc.toscaparser.api.parameters.Input@68cabcc3, org.onap.sdc.toscaparser.api.parameters.Input@4ffc596d]
2021-09-01T00:25:38.154Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:25:38.154Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.154Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:25:38.154Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.154Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 4efc15b6-a37d-44b0-9838-15fedaa20d0e: Generic NeutronNet
2021-09-01T00:25:38.154Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:25:38.155Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.155Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:25:38.155Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-01T00:25:38.174Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:25:38.174Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.175Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:25:38.175Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.175Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:25:38.175Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.175Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-01T00:25:38.232Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-01T00:25:38.233Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-01T00:25:38.233Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-01T00:25:38.233Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:25:38.233Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:25:38.234Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:25:38.234Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455938233,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:25:38.335Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:25:38.335Z||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-09-01T00:25:38.335Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:25:38.342Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:25:38.342Z||pool-38-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:25:39.235Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:25:39.247Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:25:39.249Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:25:39.249Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:25:39.249Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:26:09.250Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:26:09.261Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:26:09.264Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:26:09.265Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:26:09.265Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:26:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:26:27.131Z||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-09-01T00:26:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:26:27.150Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:26:27.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:26:27.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455927128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:26:27.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:26:39.265Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:26:39.276Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:26:39.278Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:26:39.278Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:26:39.278Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:27:09.279Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:27:09.293Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:27:09.295Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:27:09.295Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:27:09.296Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:27:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:27:27.131Z||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-09-01T00:27:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:27:27.150Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:27:27.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:27:27.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "policy-id",
  "timestamp": 1630455925691,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:27:27.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:27:27.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:27:27.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "aai-ml",
  "timestamp": 1630455924729,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:27:27.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:27:39.296Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:27:39.306Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:27:39.311Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:27:39.312Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:27:39.312Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:28:09.312Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:28:09.326Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:28:09.328Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:28:09.328Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:28:09.328Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:28:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:28:27.131Z||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-09-01T00:28:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:28:27.159Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:28:27.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455931237,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455925530,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "policy-id",
  "timestamp": 1630455925691,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455927128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "aai-ml",
  "timestamp": 1630455924729,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455936596,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "aai-ml",
  "timestamp": 1630455936612,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "policy-id",
  "timestamp": 1630455936603,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455936755,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "policy-id",
  "timestamp": 1630455937608,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455938003,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:28:27.166Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "dcae-sch",
  "timestamp": 1630455937600,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630455938233,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:28:27.166Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "policy-id",
  "timestamp": 1630455938610,
  "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-09-01T00:28:27.172Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b776105d-7bc0-4b7c-810d-be5191b3d149
2021-09-01T00:28:27.173Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b776105d-7bc0-4b7c-810d-be5191b3d149 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-09-01T00:28:27.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455939007,
  "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-09-01T00:28:27.189Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b776105d-7bc0-4b7c-810d-be5191b3d149
2021-09-01T00:28:27.189Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b776105d-7bc0-4b7c-810d-be5191b3d149 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-09-01T00:28:27.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "dcae-sch",
  "timestamp": 1630455937600,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "cds",
  "timestamp": 1630455938825,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "aai-ml",
  "timestamp": 1630455939993,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:28:27.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455939624,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "cds",
  "timestamp": 1630455938825,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:28:27.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "aai-ml",
  "timestamp": 1630455940997,
  "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-09-01T00:28:27.205Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b776105d-7bc0-4b7c-810d-be5191b3d149
2021-09-01T00:28:27.206Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b776105d-7bc0-4b7c-810d-be5191b3d149 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-09-01T00:28:27.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455939624,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "cds",
  "timestamp": 1630455942520,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:28:27.216Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "cds",
  "timestamp": 1630455943526,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-01T00:28:27.223Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b776105d-7bc0-4b7c-810d-be5191b3d149
2021-09-01T00:28:27.223Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b776105d-7bc0-4b7c-810d-be5191b3d149 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-09-01T00:28:27.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "clamp",
  "timestamp": 1630455947508,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "clamp",
  "timestamp": 1630455947508,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:28:27.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "clamp",
  "timestamp": 1630455955025,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:28:27.232Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "clamp",
  "timestamp": 1630455957035,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:28:27.232Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "clamp",
  "timestamp": 1630455958038,
  "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-09-01T00:28:27.237Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b776105d-7bc0-4b7c-810d-be5191b3d149
2021-09-01T00:28:27.237Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b776105d-7bc0-4b7c-810d-be5191b3d149 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-09-01T00:28:27.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455959624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455965530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "cds",
  "timestamp": 1630455968824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455961237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "policy-id",
  "timestamp": 1630455965691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455965530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455959624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "cds",
  "timestamp": 1630455968824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455961237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "policy-id",
  "timestamp": 1630455965691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455965530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455959624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "cds",
  "timestamp": 1630455968824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455961237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "policy-id",
  "timestamp": 1630455965691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455959624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455965530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "cds",
  "timestamp": 1630455968824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "policy-id",
  "timestamp": 1630455965691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455961237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455959624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455965530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "cds",
  "timestamp": 1630455968824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455961237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "policy-id",
  "timestamp": 1630455965691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455965530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455959624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:28:27.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "cds",
  "timestamp": 1630455968824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455961237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "policy-id",
  "timestamp": 1630455965691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455965530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455959624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "cds",
  "timestamp": 1630455968824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455961237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "policy-id",
  "timestamp": 1630455965691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630455965530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:28:27.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455959624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "cds",
  "timestamp": 1630455968824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:28:27.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455961237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:28:27.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "policy-id",
  "timestamp": 1630455965691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455978122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "clamp",
  "timestamp": 1630455977508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455978133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "cds",
  "timestamp": 1630455978132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:28:27.257Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "policy-id",
  "timestamp": 1630455978119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:28:27.257Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "dcae-sch",
  "timestamp": 1630455977600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "clamp",
  "timestamp": 1630455977508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "cds",
  "timestamp": 1630455979138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-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-09-01T00:28:27.271Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f49774f9-388b-409a-8523-9260c011a0aa
2021-09-01T00:28:27.271Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f49774f9-388b-409a-8523-9260c011a0aa 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-09-01T00:28:27.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "policy-id",
  "timestamp": 1630455979123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:28:27.279Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "dcae-sch",
  "timestamp": 1630455977600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455979308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455979824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "clamp",
  "timestamp": 1630455977508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "policy-id",
  "timestamp": 1630455980126,
  "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-09-01T00:28:27.286Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f49774f9-388b-409a-8523-9260c011a0aa
2021-09-01T00:28:27.286Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f49774f9-388b-409a-8523-9260c011a0aa 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-09-01T00:28:27.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "dcae-sch",
  "timestamp": 1630455977600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630455980351,
  "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-09-01T00:28:27.301Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f49774f9-388b-409a-8523-9260c011a0aa
2021-09-01T00:28:27.301Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f49774f9-388b-409a-8523-9260c011a0aa 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-09-01T00:28:27.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630455980827,
  "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-09-01T00:28:27.317Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f49774f9-388b-409a-8523-9260c011a0aa
2021-09-01T00:28:27.317Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f49774f9-388b-409a-8523-9260c011a0aa 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-09-01T00:28:27.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "clamp",
  "timestamp": 1630455977508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "dcae-sch",
  "timestamp": 1630455977600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "clamp",
  "timestamp": 1630455977508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "dcae-sch",
  "timestamp": 1630455977600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "clamp",
  "timestamp": 1630455977508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "dcae-sch",
  "timestamp": 1630455977600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "clamp",
  "timestamp": 1630455977508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "dcae-sch",
  "timestamp": 1630455977600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "clamp",
  "timestamp": 1630455977508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "dcae-sch",
  "timestamp": 1630455977600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "aai-ml",
  "timestamp": 1630455984729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:27.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "aai-ml",
  "timestamp": 1630455984729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:28:39.328Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:28:39.340Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:28:39.344Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:28:39.344Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-01T00:28:39.344Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-01T00:28:39.344Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-01T00:28:39.344Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:28:39.344Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:28:39.345Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:28:39.345Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:28:39.345Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:28:39.345Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:28:39.345Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||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-09-01T00:28:39.350Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-01T00:29:09.351Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149 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-09-01T00:29:09.356Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b776105d-7bc0-4b7c-810d-be5191b3d149 and serviceModelVersionId: 4efc15b6-a37d-44b0-9838-15fedaa20d0e
2021-09-01T00:29:09.356Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca9b1fce-b3d9-4603-a103-46a28b8059bd
2021-09-01T00:29:09.357Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca9b1fce-b3d9-4603-a103-46a28b8059bd/model-vers/model-ver/4efc15b6-a37d-44b0-9838-15fedaa20d0e?depth=0
2021-09-01T00:29:09.364Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-01T00:29:09.397Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ca9b1fce-b3d9-4603-a103-46a28b8059bd/model-vers/model-ver/4efc15b6-a37d-44b0-9838-15fedaa20d0e?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-09-01T00:29:09.398Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ca9b1fce-b3d9-4603-a103-46a28b8059bd/model-vers/model-ver/4efc15b6-a37d-44b0-9838-15fedaa20d0e?depth=0|INFO|500||Invoke
2021-09-01T00:29:09.419Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ca9b1fce-b3d9-4603-a103-46a28b8059bd/model-vers/model-ver/4efc15b6-a37d-44b0-9838-15fedaa20d0e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-01T00:29:09.647Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ca9b1fce-b3d9-4603-a103-46a28b8059bd/model-vers/model-ver/4efc15b6-a37d-44b0-9838-15fedaa20d0e?depth=0|INFO|500||InvokeReturn
2021-09-01T00:29:09.648Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ca9b1fce-b3d9-4603-a103-46a28b8059bd/model-vers/model-ver/4efc15b6-a37d-44b0-9838-15fedaa20d0e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210901-00:29:09:426-63118], vertex-id=[209136], Content-Length=[0], Date=[Wed, 01 Sep 2021 00:29:09 GMT], Content-Type=[application/json]}
2021-09-01T00:29:09.648Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-01T00:29:09.648Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-01T00:29:09.648Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:29:09.653Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||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-09-01T00:29:09.653Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b776105d-7bc0-4b7c-810d-be5191b3d149 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-01T00:29:09.653Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-01T00:29:09.654Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:29:09.656Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:29:09.656Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456149653,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-01T00:29:09.756Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:29:09.757Z||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-09-01T00:29:09.757Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:29:09.766Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:29:09.766Z||pool-39-thread-1|||||INFO|500||cambria reply ok (9 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-09-01T00:29:10.669Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:29:10.670Z|b776105d-7bc0-4b7c-810d-be5191b3d149|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-09-01T00:29:10.670Z|b776105d-7bc0-4b7c-810d-be5191b3d149|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:29:14.939Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:29:14.941Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-01T00:29:14.941Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"f49774f9-388b-409a-8523-9260c011a0aa","serviceName":"Demo_pNF_umdgKqVYq0tl4oqOQw2L","serviceVersion":"1.0","serviceUUID":"a601abe1-b9de-406b-a698-0d01c128759a","serviceDescription":"catalog service description","serviceInvariantUUID":"38111a23-91a7-486f-a573-6993512f6fa2","resources":[{"resourceInstanceName":"pNF 7fa0281f-51c1 0","resourceName":"pNF 7fa0281f-51c1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e0622716-b211-4a85-a47c-8bc4135db701","resourceInvariantUUID":"62039b9d-84ba-4162-b89d-bb1f437d6f84","resourceCustomizationUUID":"681ca3c6-ba1f-4f18-8e55-f99c9edbcc7b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vf-license-model.xml","artifactChecksum":"OTY1ODNjNzQ5NjY2NjQ4MGUzMWUyZTg5MTdjNDlmMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"825f477b-5854-441c-9fca-dab43538f88f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/pNF.csar","artifactChecksum":"YmEzY2ZmN2JjZjlmYjllMzIyY2M0ZmRlOWQwMmUyMTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ad45aebe-b6be-4aeb-8e73-3fe2bb3af7b6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f48d468-4d15-45d6-bf05-6468eb55ecac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vendor-license-model.xml","artifactChecksum":"MzVmMzI3ZDNhZTY5NzAxYzIzYzg2NjIzMTViZDY5NmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d81147c5-db50-4b6d-b747-eb9e366c50bd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"281d1240-9ce5-4922-8bc9-b2d6cb4d1ed7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e439062-88e5-4c18-b14d-2e666e75ee79","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUmdgkqvyq0tl4oqoqw2l-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-template.yml","artifactChecksum":"ZGNjZmEwZWEwZTVkNDZkNmZmZDViNzlmMTFiMWM4ODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"65fa029a-95e9-4929-9af7-35bc268d837f","artifactVersion":"1"},{"artifactName":"service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar","artifactChecksum":"NzE5MmY4YTcyNTY0Y2UxN2YyYTUwNzU0YWUyYzIwYmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f9877333-f1a8-4eb0-b78f-daa485241d47","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-01T00:29:14.943Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:29:14.943Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:29:14.945Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:29:14.945Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:29:15.045Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:29:15.046Z||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-09-01T00:29:15.046Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:29:15.054Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:29:15.054Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:29:15.945Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:29:15.946Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:29:15.948Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:29:15.948Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:29:16.048Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:29:16.050Z||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-09-01T00:29:16.050Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:29:16.058Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:29:16.058Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:29:16.948Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:29:16.949Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:29:16.951Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:29:16.951Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:29:17.051Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:29:17.052Z||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-09-01T00:29:17.052Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:29:17.062Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:29:17.062Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:29:17.952Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:29:17.953Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:29:17.955Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:29:17.955Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:29:18.055Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:29:18.056Z||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-09-01T00:29:18.056Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:29:18.064Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:29:18.064Z||pool-43-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:29:18.956Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:29:18.957Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:29:18.958Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:29:18.958Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:29:19.059Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:29:19.059Z||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-09-01T00:29:19.060Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:29:19.067Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:29:19.068Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:29:19.959Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:29:19.960Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:29:19.962Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:29:19.963Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:29:20.062Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-01T00:29:20.064Z||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-09-01T00:29:20.064Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:29:20.073Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:29:20.073Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:29:20.963Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:29:20.967Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:29:20.968Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:29:20.969Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:29:21.069Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:29:21.070Z||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-09-01T00:29:21.070Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:29:21.078Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:29:21.079Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:29:21.969Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:29:21.970Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:29:21.973Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:29:21.973Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:29:22.073Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:29:22.074Z||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-09-01T00:29:22.074Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:29:22.082Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:29:22.083Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:29:22.975Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "serviceName": "Demo_pNF_umdgKqVYq0tl4oqOQw2L",
  "serviceVersion": "1.0",
  "serviceUUID": "a601abe1-b9de-406b-a698-0d01c128759a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "38111a23-91a7-486f-a573-6993512f6fa2",
  "resources": [
    {
      "resourceInstanceName": "pNF 7fa0281f-51c1 0",
      "resourceCustomizationUUID": "681ca3c6-ba1f-4f18-8e55-f99c9edbcc7b",
      "resourceName": "pNF 7fa0281f-51c1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e0622716-b211-4a85-a47c-8bc4135db701",
      "resourceInvariantUUID": "62039b9d-84ba-4162-b89d-bb1f437d6f84",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
      "artifactChecksum": "NzE5MmY4YTcyNTY0Y2UxN2YyYTUwNzU0YWUyYzIwYmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f9877333-f1a8-4eb0-b78f-daa485241d47"
    }
  ],
  "workloadContext": "Production"
}
2021-09-01T00:29:22.975Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-01T00:29:22.976Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a601abe1-b9de-406b-a698-0d01c128759a ASDC
2021-09-01T00:29:22.976Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f49774f9-388b-409a-8523-9260c011a0aa
ServiceName:Demo_pNF_umdgKqVYq0tl4oqOQw2L
ServiceVersion:1.0
ServiceUUID:a601abe1-b9de-406b-a698-0d01c128759a
ServiceInvariantUUID:38111a23-91a7-486f-a573-6993512f6fa2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
ArtifactUUID:f9877333-f1a8-4eb0-b78f-daa485241d47
ArtifactChecksum:NzE5MmY4YTcyNTY0Y2UxN2YyYTUwNzU0YWUyYzIwYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7fa0281f-51c1 0
ResourceCustomizationUUID:681ca3c6-ba1f-4f18-8e55-f99c9edbcc7b
ResourceInvariantUUID:62039b9d-84ba-4162-b89d-bb1f437d6f84
ResourceName:pNF 7fa0281f-51c1
ResourceType:PNF
ResourceUUID:e0622716-b211-4a85-a47c-8bc4135db701
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-01T00:29:22.976Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a601abe1-b9de-406b-a698-0d01c128759a 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-09-01T00:29:23.003Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:29:23.003Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:29:23.003Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:29:23.003Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f9877333-f1a8-4eb0-b78f-daa485241d47 from URL: /sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:23.003Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:29:23.004Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:24.417Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:29:24.424Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar f9877333-f1a8-4eb0-b78f-daa485241d47 82543
2021-09-01T00:29:24.424Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar ASDC sendASDCNotification
2021-09-01T00:29:24.424Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:24.424Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:29:24.425Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:29:24.426Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:29:24.427Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456164424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:29:24.527Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:29:24.528Z||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-09-01T00:29:24.528Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:29:24.536Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:29:24.536Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:29:25.431Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:29:25.432Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:29:25.432Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f9877333-f1a8-4eb0-b78f-daa485241d47, URL: /sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar to file: /app/ASDC/1/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:25.433Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:25.433Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:25.433Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:25.542Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4536755986220631182/Definitions/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-template.yml
2021-09-01T00:29:26.157Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-01T00:29:26.158Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:29:26.158Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:26.158Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-01T00:29:26.158Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7fa0281f-51c1 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-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:26.158Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||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-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:26.158Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:26.158Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||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-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:26.158Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||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-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:26.158Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||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-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:26.159Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||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-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:26.159Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:29:26.159Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:29:26.159Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_umdgKqVYq0tl4oqOQw2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:29:26.159Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Node template pNF 7fa0281f-51c1 0 is matching search criteria
2021-09-01T00:29:26.159Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:29:26.159Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 7fa0281f-51c1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:29:26.159Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:29:26.159Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_umdgKqVYq0tl4oqOQw2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:29:26.160Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Node template pNF 7fa0281f-51c1 0 is matching search criteria
2021-09-01T00:29:26.160Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:29:26.160Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 7fa0281f-51c1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:29:26.160Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:29:26.160Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_umdgKqVYq0tl4oqOQw2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:29:26.160Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:29:26.160Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_umdgKqVYq0tl4oqOQw2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:29:26.160Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:29:26.160Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_umdgKqVYq0tl4oqOQw2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:29:26.160Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:29:26.161Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_umdgKqVYq0tl4oqOQw2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:29:26.161Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:29:26.161Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_umdgKqVYq0tl4oqOQw2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:29:26.161Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_umdgKqVYq0tl4oqOQw2L
Description:catalog service description
Model UUID:a601abe1-b9de-406b-a698-0d01c128759a
Model Version:NULL
Model InvariantUuid:38111a23-91a7-486f-a573-6993512f6fa2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-01T00:29:26.167Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: e0622716-b211-4a85-a47c-8bc4135db701
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:29:26.170Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||pNF 7fa0281f-51c1 0
2021-09-01T00:29:26.170Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e0622716-b211-4a85-a47c-8bc4135db701
2021-09-01T00:29:26.170Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||No resources found for Service: a601abe1-b9de-406b-a698-0d01c128759a
2021-09-01T00:29:26.170Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a601abe1-b9de-406b-a698-0d01c128759a
2021-09-01T00:29:26.170Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7fa0281f-51c1 0 e0622716-b211-4a85-a47c-8bc4135db701 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:29:26.174Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4eaf17d8, org.onap.sdc.toscaparser.api.parameters.Input@a0d0e13, org.onap.sdc.toscaparser.api.parameters.Input@73f863e4, org.onap.sdc.toscaparser.api.parameters.Input@5d41c1b4, org.onap.sdc.toscaparser.api.parameters.Input@6b660c13]
2021-09-01T00:29:26.175Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:29:26.175Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_umdgKqVYq0tl4oqOQw2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:29:26.175Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a601abe1-b9de-406b-a698-0d01c128759a: pNF 7fa0281f-51c1
2021-09-01T00:29:26.175Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||Processing PNF resource: e0622716-b211-4a85-a47c-8bc4135db701
2021-09-01T00:29:26.175Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:29:26.175Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_umdgKqVYq0tl4oqOQw2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:29:26.176Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||Resource customization UUID: 681ca3c6-ba1f-4f18-8e55-f99c9edbcc7b is the same as notified resource customizationUUID: 681ca3c6-ba1f-4f18-8e55-f99c9edbcc7b
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-01T00:29:26.226Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7fa0281f-51c1 e0622716-b211-4a85-a47c-8bc4135db701 0 ASDC deployResourceStructure
2021-09-01T00:29:26.226Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar ASDC sendASDCNotification
2021-09-01T00:29:26.226Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:26.226Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:29:26.226Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:29:26.228Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:29:26.228Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456166226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:29:26.328Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:29:26.329Z||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-09-01T00:29:26.329Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:29:26.337Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:29:26.337Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:29:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:29:27.131Z||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-09-01T00:29:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:29:27.149Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:29:27.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:29:27.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "aai-ml",
  "timestamp": 1630455984729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:29:27.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:29:27.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:29:27.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "aai-ml",
  "timestamp": 1630455984729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:29:27.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:29:27.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:29:27.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "aai-ml",
  "timestamp": 1630455984729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:29:27.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:29:27.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:29:27.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "aai-ml",
  "timestamp": 1630455984729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:29:27.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:29:27.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:29:27.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "aai-ml",
  "timestamp": 1630455984729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:29:27.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:29:27.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:29:27.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "aai-ml",
  "timestamp": 1630455984729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:29:27.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:29:27.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:29:27.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "aai-ml",
  "timestamp": 1630455993722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:29:27.152Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:29:27.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:29:27.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "clamp",
  "timestamp": 1630455995032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:29:27.153Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:29:27.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:29:27.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "clamp",
  "timestamp": 1630455996050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:29:27.153Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:29:27.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:29:27.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "clamp",
  "timestamp": 1630455997053,
  "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-09-01T00:29:27.160Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f49774f9-388b-409a-8523-9260c011a0aa
2021-09-01T00:29:27.160Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f49774f9-388b-409a-8523-9260c011a0aa 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-09-01T00:29:27.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:29:27.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "aai-ml",
  "timestamp": 1630455997795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:29:27.169Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:29:27.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:29:27.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "aai-ml",
  "timestamp": 1630455998798,
  "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-09-01T00:29:27.175Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f49774f9-388b-409a-8523-9260c011a0aa
2021-09-01T00:29:27.175Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f49774f9-388b-409a-8523-9260c011a0aa 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-09-01T00:29:27.228Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f49774f9-388b-409a-8523-9260c011a0aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:29:27.238Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f49774f9-388b-409a-8523-9260c011a0aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:29:27.241Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:29:27.241Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-01T00:29:27.241Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-01T00:29:27.241Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-01T00:29:27.241Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:29:27.241Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:29:27.241Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:29:27.241Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:29:27.241Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:29:27.241Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:29:27.241Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:29:27.241Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||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-09-01T00:29:27.247Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-01T00:29:57.247Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f49774f9-388b-409a-8523-9260c011a0aa 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-09-01T00:29:57.252Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f49774f9-388b-409a-8523-9260c011a0aa and serviceModelVersionId: a601abe1-b9de-406b-a698-0d01c128759a
2021-09-01T00:29:57.252Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 38111a23-91a7-486f-a573-6993512f6fa2
2021-09-01T00:29:57.253Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/38111a23-91a7-486f-a573-6993512f6fa2/model-vers/model-ver/a601abe1-b9de-406b-a698-0d01c128759a?depth=0
2021-09-01T00:29:57.258Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-01T00:29:57.287Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/38111a23-91a7-486f-a573-6993512f6fa2/model-vers/model-ver/a601abe1-b9de-406b-a698-0d01c128759a?depth=0|INFO|500||Invoke
2021-09-01T00:29:57.287Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/38111a23-91a7-486f-a573-6993512f6fa2/model-vers/model-ver/a601abe1-b9de-406b-a698-0d01c128759a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/38111a23-91a7-486f-a573-6993512f6fa2/model-vers/model-ver/a601abe1-b9de-406b-a698-0d01c128759a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f49774f9-388b-409a-8523-9260c011a0aa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[842d04af-ca36-46c5-b926-9ea552d82b53], X-ECOMP-RequestID=[f49774f9-388b-409a-8523-9260c011a0aa], X-TransactionId=[], X-ONAP-RequestID=[f49774f9-388b-409a-8523-9260c011a0aa], Content-Type=[application/merge-patch+json]}
2021-09-01T00:29:57.303Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/38111a23-91a7-486f-a573-6993512f6fa2/model-vers/model-ver/a601abe1-b9de-406b-a698-0d01c128759a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-01T00:29:57.492Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/38111a23-91a7-486f-a573-6993512f6fa2/model-vers/model-ver/a601abe1-b9de-406b-a698-0d01c128759a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/38111a23-91a7-486f-a573-6993512f6fa2/model-vers/model-ver/a601abe1-b9de-406b-a698-0d01c128759a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210901-00:29:57:309-36477], vertex-id=[385200], Content-Length=[0], Date=[Wed, 01 Sep 2021 00:29:57 GMT], Content-Type=[application/json]}
2021-09-01T00:29:57.493Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/38111a23-91a7-486f-a573-6993512f6fa2/model-vers/model-ver/a601abe1-b9de-406b-a698-0d01c128759a?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-01T00:29:57.493Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/38111a23-91a7-486f-a573-6993512f6fa2/model-vers/model-ver/a601abe1-b9de-406b-a698-0d01c128759a?depth=0|INFO|500||InvokeReturn
2021-09-01T00:29:57.494Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-01T00:29:57.494Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:29:57.498Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||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-09-01T00:29:57.498Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f49774f9-388b-409a-8523-9260c011a0aa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-01T00:29:57.498Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-01T00:29:57.499Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:29:57.500Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:29:57.500Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456197498,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-01T00:29:57.601Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-01T00:29:57.601Z||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-09-01T00:29:57.602Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:29:57.612Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:29:57.612Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 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-09-01T00:29:58.513Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-01T00:29:58.513Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"efedeafb-604b-42b0-a816-6d14f91c3763","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4985232f-d194-492c-985b-2b6c22095ed1","serviceDescription":"service","serviceInvariantUUID":"6334b4ba-22c5-47f0-ab6d-645979c181b1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f2ff08c7-ddba-4dc9-8a23-d473cda43b3c","resourceInvariantUUID":"84b2ac84-df86-425b-9bb5-b42165b5e5c4","resourceCustomizationUUID":"dbb39908-3d7d-43b4-ab2a-d993d15da1d2","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":"OGE5M2FiODcyYzYwZWNkOGU0MjhjMGRhMDE4N2VkYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"582082e9-a433-4b9a-9469-55fbda58608d","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":"Y2RkYTg5NDYwMWVhMjY4ZTJmZWYyMjZiZGQxZTUwZmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"65b76a4c-7b0d-4155-95a2-7b98f637e8c7","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e24755c3-2151-45b8-804b-c31421fcbd52","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":"e52323bc-8eb5-4bc6-a401-afecf00a7d4e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b669be46-9a89-4ad9-9740-95b2e068e323","artifactVersion":"2","generatedFromUUID":"e24755c3-2151-45b8-804b-c31421fcbd52"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MWFlMTMxNDA1NjVhYjUxOTQwNDljMjFiMTk5MTNlYmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"127453fc-bd05-4aa7-8ff7-07a163a97a43","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NmRlOTViOTU2ZDBjMmY0MDExZWFjNzE2NDIyN2M5MzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"375482c2-ddeb-4c4a-adfc-f03f63adedae","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-01T00:29:58.514Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:29:58.514Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:29:58.516Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:29:58.516Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:29:58.616Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:29:58.617Z||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-09-01T00:29:58.617Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:29:58.625Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:29:58.626Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:29:59.516Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:29:59.517Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:29:59.519Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:29:59.519Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-01T00:29:59.619Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:29:59.620Z||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-09-01T00:29:59.620Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:29:59.627Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:29:59.627Z||pool-52-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:30:00.519Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:30:00.520Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:30:00.522Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:30:00.522Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:30:00.623Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-01T00:30:00.624Z||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-09-01T00:30:00.624Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:30:00.632Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:30:00.632Z||pool-53-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:30:01.523Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:30:01.524Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:30:01.526Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:30:01.526Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:01.626Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:30:01.627Z||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-09-01T00:30:01.627Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:30:01.635Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:30:01.635Z||pool-54-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:30:02.527Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:30:02.528Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:30:02.531Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:30:02.531Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-01T00:30:02.631Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:30:02.632Z||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-09-01T00:30:02.632Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:30:02.639Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:30:02.639Z||pool-55-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:30:03.532Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:30:03.532Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:30:03.534Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:30:03.535Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:03.635Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-01T00:30:03.635Z||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-09-01T00:30:03.635Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:30:03.642Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:30:03.643Z||pool-56-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:30:04.535Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:30:04.536Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:30:04.538Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:30:04.538Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:30:04.638Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:30:04.639Z||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-09-01T00:30:04.639Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:30:04.647Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:30:04.648Z||pool-57-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:30:05.539Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "4985232f-d194-492c-985b-2b6c22095ed1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6334b4ba-22c5-47f0-ab6d-645979c181b1",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "dbb39908-3d7d-43b4-ab2a-d993d15da1d2",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f2ff08c7-ddba-4dc9-8a23-d473cda43b3c",
      "resourceInvariantUUID": "84b2ac84-df86-425b-9bb5-b42165b5e5c4",
      "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": "Y2RkYTg5NDYwMWVhMjY4ZTJmZWYyMjZiZGQxZTUwZmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "65b76a4c-7b0d-4155-95a2-7b98f637e8c7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e24755c3-2151-45b8-804b-c31421fcbd52",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b669be46-9a89-4ad9-9740-95b2e068e323",
            "generatedFromUUID": "e24755c3-2151-45b8-804b-c31421fcbd52"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b669be46-9a89-4ad9-9740-95b2e068e323",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NmRlOTViOTU2ZDBjMmY0MDExZWFjNzE2NDIyN2M5MzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "375482c2-ddeb-4c4a-adfc-f03f63adedae"
    }
  ],
  "workloadContext": "Production"
}
2021-09-01T00:30:05.539Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-01T00:30:05.540Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4985232f-d194-492c-985b-2b6c22095ed1 ASDC
2021-09-01T00:30:05.540Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:efedeafb-604b-42b0-a816-6d14f91c3763
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:4985232f-d194-492c-985b-2b6c22095ed1
ServiceInvariantUUID:6334b4ba-22c5-47f0-ab6d-645979c181b1
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:375482c2-ddeb-4c4a-adfc-f03f63adedae
ArtifactChecksum:NmRlOTViOTU2ZDBjMmY0MDExZWFjNzE2NDIyN2M5MzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:dbb39908-3d7d-43b4-ab2a-d993d15da1d2
ResourceInvariantUUID:84b2ac84-df86-425b-9bb5-b42165b5e5c4
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:f2ff08c7-ddba-4dc9-8a23-d473cda43b3c
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:65b76a4c-7b0d-4155-95a2-7b98f637e8c7
ArtifactChecksum:Y2RkYTg5NDYwMWVhMjY4ZTJmZWYyMjZiZGQxZTUwZmU=
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:e24755c3-2151-45b8-804b-c31421fcbd52
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:b669be46-9a89-4ad9-9740-95b2e068e323
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:b669be46-9a89-4ad9-9740-95b2e068e323
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-01T00:30:05.540Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4985232f-d194-492c-985b-2b6c22095ed1 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-09-01T00:30:05.571Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:30:05.571Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:30:05.572Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:30:05.572Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 375482c2-ddeb-4c4a-adfc-f03f63adedae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-01T00:30:05.572Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:30:05.572Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-01T00:30:06.418Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:30:06.423Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 375482c2-ddeb-4c4a-adfc-f03f63adedae 70845
2021-09-01T00:30:06.423Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-01T00:30:06.424Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-01T00:30:06.424Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:30:06.424Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:30:06.425Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:30:06.425Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456206423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:30:06.526Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:30:06.526Z||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-09-01T00:30:06.526Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:30:06.534Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:30:06.534Z||pool-58-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:30:07.426Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:30:07.427Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:30:07.428Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 375482c2-ddeb-4c4a-adfc-f03f63adedae, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-01T00:30:07.428Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-01T00:30:07.428Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-01T00:30:07.429Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-01T00:30:07.613Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4862815304819943538/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-09-01T00:30:08.494Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-01T00:30:08.495Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:30:08.495Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-01T00:30:08.495Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-01T00:30:08.495Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||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-09-01T00:30:08.495Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||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-09-01T00:30:08.495Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||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-09-01T00:30:08.495Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||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-09-01T00:30:08.495Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||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-09-01T00:30:08.495Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||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-09-01T00:30:08.495Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-01T00:30:08.495Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||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-09-01T00:30:08.495Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||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-09-01T00:30:08.495Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:30:08.495Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:08.496Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:30:08.496Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-01T00:30:08.496Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:30:08.496Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:30:08.496Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:08.496Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:30:08.496Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-01T00:30:08.496Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:30:08.496Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:30:08.496Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:08.496Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:30:08.496Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:08.497Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-01T00:30:08.497Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-01T00:30:08.497Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-09-01T00:30:08.497Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-09-01T00:30:08.497Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-01T00:30:08.497Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-01T00:30:08.497Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:08.497Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-01T00:30:08.497Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:08.497Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-01T00:30:08.497Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:30:08.497Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:08.498Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-01T00:30:08.498Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:30:08.498Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:08.498Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-01T00:30:08.498Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:30:08.498Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:08.498Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-01T00:30:08.498Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-01T00:30:08.498Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-09-01T00:30:08.498Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=862bafe5-544c-4f83-a177-5b944f534c48
2021-09-01T00:30:08.498Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:08.498Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:30:08.499Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:08.499Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:30:08.499Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:08.499Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:30:08.499Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:08.499Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:30:08.499Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:4985232f-d194-492c-985b-2b6c22095ed1
Model Version:NULL
Model InvariantUuid:6334b4ba-22c5-47f0-ab6d-645979c181b1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:b97734d7-09af-41cd-b20a-667fd2bb0295
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:84b2ac84-df86-425b-9bb5-b42165b5e5c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dbb39908-3d7d-43b4-ab2a-d993d15da1d2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7e26c300-85ae-4a75-8f26-5920d38d924c
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5cb9cac7-6a3b-44fd-a08e-af09d777f0ad
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:862bafe5-544c-4f83-a177-5b944f534c48
ModelInvariantUuid:e18b8f56-022a-42ef-aca0-d0cc5fa45bb1
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:6aa41067-aa8b-4cad-8e57-6ecfb033af64
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:d115eaae-f816-48a4-8614-a9b7813a12ef
ModelInvariantUuid:0aa28dc8-2e87-4d56-9c95-5ab35cf67434
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:69416b4e-8c0d-4dff-9143-dbb43d4b69a9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-01T00:30:08.506Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: f2ff08c7-ddba-4dc9-8a23-d473cda43b3c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:30:08.509Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||basic_vm 0
2021-09-01T00:30:08.509Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f2ff08c7-ddba-4dc9-8a23-d473cda43b3c
2021-09-01T00:30:08.509Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 65b76a4c-7b0d-4155-95a2-7b98f637e8c7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-01T00:30:08.509Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:30:08.509Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||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-09-01T00:30:08.847Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:30:08.847Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 65b76a4c-7b0d-4155-95a2-7b98f637e8c7 787
2021-09-01T00:30:08.848Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||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-09-01T00:30:08.848Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||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-09-01T00:30:08.848Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:30:08.848Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:30:08.850Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:30:08.850Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456208848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:30:08.950Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:30:08.951Z||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-09-01T00:30:08.951Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:30:08.959Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:30:08.960Z||pool-59-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:30:09.850Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7e26c300-85ae-4a75-8f26-5920d38d924c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5cb9cac7-6a3b-44fd-a08e-af09d777f0ad",
    "vfModuleModelCustomizationUUID": "a21e7233-5ee4-445c-8822-ddc54aca7735",
    "isBase": true,
    "artifacts": [
      "e24755c3-2151-45b8-804b-c31421fcbd52",
      "b669be46-9a89-4ad9-9740-95b2e068e323"
    ],
    "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-09-01T00:30:09.853Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5cb9cac7-6a3b-44fd-a08e-af09d777f0ad
VfModuleModelInvariantUUID:7e26c300-85ae-4a75-8f26-5920d38d924c
VfModuleModelDescription:NULL
Artifacts UUID List:{
e24755c3-2151-45b8-804b-c31421fcbd52
,
b669be46-9a89-4ad9-9740-95b2e068e323

}
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-09-01T00:30:09.855Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7e26c300-85ae-4a75-8f26-5920d38d924c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5cb9cac7-6a3b-44fd-a08e-af09d777f0ad",
    "vfModuleModelCustomizationUUID": "a21e7233-5ee4-445c-8822-ddc54aca7735",
    "isBase": true,
    "artifacts": [
      "e24755c3-2151-45b8-804b-c31421fcbd52",
      "b669be46-9a89-4ad9-9740-95b2e068e323"
    ],
    "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-09-01T00:30:09.855Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5cb9cac7-6a3b-44fd-a08e-af09d777f0ad
VfModuleModelInvariantUUID:7e26c300-85ae-4a75-8f26-5920d38d924c
VfModuleModelDescription:NULL
Artifacts UUID List:{
e24755c3-2151-45b8-804b-c31421fcbd52
,
b669be46-9a89-4ad9-9740-95b2e068e323

}
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-09-01T00:30:09.855Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e24755c3-2151-45b8-804b-c31421fcbd52 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-01T00:30:09.855Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:30:09.855Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||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-09-01T00:30:10.594Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:30:10.594Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml e24755c3-2151-45b8-804b-c31421fcbd52 5033
2021-09-01T00:30:10.595Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||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-09-01T00:30:10.595Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||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-09-01T00:30:10.595Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:30:10.595Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:30:10.597Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:30:10.597Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456210595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:30:10.698Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:30:10.699Z||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-09-01T00:30:10.699Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:30:10.708Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:30:10.708Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:30:11.598Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b669be46-9a89-4ad9-9740-95b2e068e323 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-01T00:30:11.599Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:30:11.599Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-01T00:30:12.464Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:30:12.465Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b669be46-9a89-4ad9-9740-95b2e068e323 903
2021-09-01T00:30:12.465Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||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-09-01T00:30:12.465Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||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-09-01T00:30:12.465Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:30:12.466Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:30:12.467Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:30:12.467Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456212465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:30:12.568Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:30:12.568Z||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-09-01T00:30:12.568Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:30:12.576Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:30:12.577Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:30:13.468Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 4985232f-d194-492c-985b-2b6c22095ed1
2021-09-01T00:30:13.469Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 f2ff08c7-ddba-4dc9-8a23-d473cda43b3c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:30:13.482Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f8000bd, org.onap.sdc.toscaparser.api.parameters.Input@755f6065, org.onap.sdc.toscaparser.api.parameters.Input@3e20161c, org.onap.sdc.toscaparser.api.parameters.Input@4d86c139, org.onap.sdc.toscaparser.api.parameters.Input@24ca5dc]
2021-09-01T00:30:13.483Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:13.483Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:30:13.483Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-01T00:30:13.484Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= dbb39908-3d7d-43b4-ab2a-d993d15da1d2
2021-09-01T00:30:13.484Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dbb39908-3d7d-43b4-ab2a-d993d15da1d2 matches Tosca VF Customization UUID: dbb39908-3d7d-43b4-ab2a-d993d15da1d2
2021-09-01T00:30:13.484Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: dbb39908-3d7d-43b4-ab2a-d993d15da1d2  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-01T00:30:13.486Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:13.486Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:30:13.487Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id dbb39908-3d7d-43b4-ab2a-d993d15da1d2: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-09-01T00:30:13.487Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@57ab8f17
2021-09-01T00:30:13.487Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:13.487Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-01T00:30:13.487Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a21e7233-5ee4-445c-8822-ddc54aca7735
2021-09-01T00:30:13.487Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a21e7233-5ee4-445c-8822-ddc54aca7735
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-01T00:30:13.489Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:13.489Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-01T00:30:13.490Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:30:13.490Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:13.490Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-01T00:30:13.490Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:30:13.490Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:13.490Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-01T00:30:13.490Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-01T00:30:13.490Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-09-01T00:30:13.490Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=862bafe5-544c-4f83-a177-5b944f534c48
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-01T00:30:13.493Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:13.493Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-01T00:30:13.493Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:30:13.493Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:13.493Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-01T00:30:13.493Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=dbb39908-3d7d-43b4-ab2a-d993d15da1d2
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:30:13.495Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:13.495Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:30:13.495Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 4985232f-d194-492c-985b-2b6c22095ed1: basic_vm
2021-09-01T00:30:13.495Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:13.495Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:30:13.495Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:13.495Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:30:13.495Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:13.495Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:30:13.496Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:13.496Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:30:13.496Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:30:13.496Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:30:13.496Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-01T00:30:13.581Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm f2ff08c7-ddba-4dc9-8a23-d473cda43b3c 1 ASDC deployResourceStructure
2021-09-01T00:30:13.581Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||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-09-01T00:30:13.581Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||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-09-01T00:30:13.581Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:30:13.581Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:30:13.583Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:30:13.583Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456213581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-01T00:30:13.683Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:30:13.684Z||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-09-01T00:30:13.684Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:30:13.692Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:30:13.692Z||pool-62-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:30:14.584Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||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-09-01T00:30:14.584Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||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-09-01T00:30:14.584Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:30:14.584Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:30:14.586Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:30:14.586Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456214584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-01T00:30:14.687Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-01T00:30:14.688Z||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-09-01T00:30:14.688Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:30:14.695Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:30:14.696Z||pool-63-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:30:15.586Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||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-09-01T00:30:15.587Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||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-09-01T00:30:15.587Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:30:15.587Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:30:15.589Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:30:15.589Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456215586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-01T00:30:15.689Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:30:15.690Z||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-09-01T00:30:15.690Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:30:15.698Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:30:15.698Z||pool-64-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:30:16.590Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-01T00:30:16.590Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-01T00:30:16.591Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:30:16.591Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:30:16.593Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:30:16.593Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456216590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:30:16.693Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:30:16.694Z||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-09-01T00:30:16.694Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:30:16.702Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:30:16.702Z||pool-65-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:30:17.594Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efedeafb-604b-42b0-a816-6d14f91c3763
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:30:17.603Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efedeafb-604b-42b0-a816-6d14f91c3763
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:30:17.605Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:30:17.605Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:30:17.606Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:30:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:30:27.131Z||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-09-01T00:30:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:30:27.148Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:30:27.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456141237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "dcae-sch",
  "timestamp": 1630456137600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456145530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456139624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "policy-id",
  "timestamp": 1630456145691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456141237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "dcae-sch",
  "timestamp": 1630456137600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456145530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-01T00:30:27.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456139624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "policy-id",
  "timestamp": 1630456145691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "dcae-sch",
  "timestamp": 1630456137600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456141237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456145530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:30:27.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456139624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "policy-id",
  "timestamp": 1630456145691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:30:27.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "cds",
  "timestamp": 1630456148825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456149653,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-01T00:30:27.157Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:30:27.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456141237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456145530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "dcae-sch",
  "timestamp": 1630456137600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456139624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "policy-id",
  "timestamp": 1630456145691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "cds",
  "timestamp": 1630456148825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "dcae-sch",
  "timestamp": 1630456137600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456145530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-01T00:30:27.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456141237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456139624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "policy-id",
  "timestamp": 1630456145691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "cds",
  "timestamp": 1630456148825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "dcae-sch",
  "timestamp": 1630456137600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456141237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456145530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456139624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "policy-id",
  "timestamp": 1630456145691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "cds",
  "timestamp": 1630456148825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456141237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:30:27.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456145530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:30:27.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "dcae-sch",
  "timestamp": 1630456137600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456139624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "policy-id",
  "timestamp": 1630456145691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:30:27.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "cds",
  "timestamp": 1630456148825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456154433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:30:27.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:30:27.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "cds",
  "timestamp": 1630456148825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456154525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:30:27.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:30:27.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "policy-id",
  "timestamp": 1630456154518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:30:27.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:30:27.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "cds",
  "timestamp": 1630456148825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:30:27.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "policy-id",
  "timestamp": 1630456155522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:30:27.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:30:27.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456155577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:30:27.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:30:27.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "policy-id",
  "timestamp": 1630456156525,
  "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-09-01T00:30:27.172Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efedeafb-604b-42b0-a816-6d14f91c3763
2021-09-01T00:30:27.172Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId efedeafb-604b-42b0-a816-6d14f91c3763 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-09-01T00:30:27.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456156624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:30:27.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:30:27.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "cds",
  "timestamp": 1630456156764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:30:27.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:30:27.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456156793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:30:27.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:30:27.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456157627,
  "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-09-01T00:30:27.188Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of efedeafb-604b-42b0-a816-6d14f91c3763
2021-09-01T00:30:27.188Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId efedeafb-604b-42b0-a816-6d14f91c3763 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-09-01T00:30:27.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "cds",
  "timestamp": 1630456157774,
  "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-09-01T00:30:27.201Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of efedeafb-604b-42b0-a816-6d14f91c3763
2021-09-01T00:30:27.201Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId efedeafb-604b-42b0-a816-6d14f91c3763 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-09-01T00:30:27.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456157818,
  "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-09-01T00:30:27.216Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efedeafb-604b-42b0-a816-6d14f91c3763
2021-09-01T00:30:27.216Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId efedeafb-604b-42b0-a816-6d14f91c3763 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-09-01T00:30:27.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "clamp",
  "timestamp": 1630456157508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "dcae-sch",
  "timestamp": 1630456157600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:30:27.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "cds",
  "timestamp": 1630456148825,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456158821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-01T00:30:27.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:30:27.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "clamp",
  "timestamp": 1630456157508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-01T00:30:27.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "dcae-sch",
  "timestamp": 1630456157600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "cds",
  "timestamp": 1630456148825,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "clamp",
  "timestamp": 1630456157508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "dcae-sch",
  "timestamp": 1630456157600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456159624,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "cds",
  "timestamp": 1630456148825,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "clamp",
  "timestamp": 1630456157508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "dcae-sch",
  "timestamp": 1630456157600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456159624,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "cds",
  "timestamp": 1630456148825,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:30:27.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "clamp",
  "timestamp": 1630456157508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "dcae-sch",
  "timestamp": 1630456157600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456159624,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "cds",
  "timestamp": 1630456148825,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "clamp",
  "timestamp": 1630456157508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "dcae-sch",
  "timestamp": 1630456157600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456159624,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "cds",
  "timestamp": 1630456148825,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "clamp",
  "timestamp": 1630456157508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:30:27.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "dcae-sch",
  "timestamp": 1630456157600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456159624,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456164424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:30:27.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:30:27.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "cds",
  "timestamp": 1630456148825,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "dcae-sch",
  "timestamp": 1630456157600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456159624,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "aai-ml",
  "timestamp": 1630456164729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "cds",
  "timestamp": 1630456148825,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:30:27.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456165530,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456166226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:30:27.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:30:27.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456159624,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "policy-id",
  "timestamp": 1630456165694,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:27.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:30:27.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "aai-ml",
  "timestamp": 1630456164729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:30:27.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:30:47.606Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efedeafb-604b-42b0-a816-6d14f91c3763
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:30:47.618Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efedeafb-604b-42b0-a816-6d14f91c3763
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:30:47.620Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:30:47.621Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:30:47.621Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:31:17.621Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efedeafb-604b-42b0-a816-6d14f91c3763
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:31:17.635Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efedeafb-604b-42b0-a816-6d14f91c3763
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:31:17.637Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:31:17.637Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:31:17.637Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:31:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:31:27.131Z||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-09-01T00:31:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:31:27.151Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:31:27.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:31:27.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456165530,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:31:27.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:31:47.637Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efedeafb-604b-42b0-a816-6d14f91c3763
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:31:47.650Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efedeafb-604b-42b0-a816-6d14f91c3763
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:31:47.652Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:31:47.652Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:31:47.652Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:32:17.652Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efedeafb-604b-42b0-a816-6d14f91c3763
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:32:17.665Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efedeafb-604b-42b0-a816-6d14f91c3763
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:32:17.668Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:32:17.669Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:32:17.669Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:32:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:32:27.131Z||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-09-01T00:32:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:32:27.652Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:32:27.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456159624,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "policy-id",
  "timestamp": 1630456165694,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "aai-ml",
  "timestamp": 1630456164729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "cds",
  "timestamp": 1630456167663,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:32:27.656Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456165530,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-01T00:32:27.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "policy-id",
  "timestamp": 1630456165694,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "aai-ml",
  "timestamp": 1630456164729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "cds",
  "timestamp": 1630456168667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-01T00:32:27.673Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 80d00bd3-0919-4258-9d13-87d49d444758
2021-09-01T00:32:27.673Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80d00bd3-0919-4258-9d13-87d49d444758 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-09-01T00:32:27.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456165530,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:32:27.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "dcae-sch",
  "timestamp": 1630456169231,
  "artifactURL": "/sdc/v1/catalog/services/9a696568-5153-4613-8108-b03faec992ae/resourceInstances/basicclamp0/artifacts/bbcf8b2a-cedd-47a4-8314-9a0b23dba4e2",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:32:27.683Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "policy-id",
  "timestamp": 1630456165694,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:32:27.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "aai-ml",
  "timestamp": 1630456164729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456165530,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "policy-id",
  "timestamp": 1630456165694,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "aai-ml",
  "timestamp": 1630456164729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "dcae-sch",
  "timestamp": 1630456170501,
  "artifactURL": "/sdc/v1/catalog/services/9a696568-5153-4613-8108-b03faec992ae/resourceInstances/basicclamp0/artifacts/bbcf8b2a-cedd-47a4-8314-9a0b23dba4e2",
  "status": "DEPLOY_OK"
}
2021-09-01T00:32:27.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456165530,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-01T00:32:27.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "policy-id",
  "timestamp": 1630456165694,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "aai-ml",
  "timestamp": 1630456164729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:32:27.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "dcae-sch",
  "timestamp": 1630456171505,
  "artifactURL": "/sdc/v1/catalog/services/9a696568-5153-4613-8108-b03faec992ae/resourceInstances/basicclamp0/artifacts/bbcf8b2a-cedd-47a4-8314-9a0b23dba4e2",
  "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-09-01T00:32:27.692Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 80d00bd3-0919-4258-9d13-87d49d444758
2021-09-01T00:32:27.692Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80d00bd3-0919-4258-9d13-87d49d444758 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-09-01T00:32:27.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456171237,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "clamp",
  "timestamp": 1630456172063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:32:27.701Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456165530,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "policy-id",
  "timestamp": 1630456165694,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456171237,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456165530,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:32:27.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "clamp",
  "timestamp": 1630456173199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:32:27.702Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "aai-ml",
  "timestamp": 1630456173311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:32:27.702Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "policy-id",
  "timestamp": 1630456165694,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:32:27.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456171237,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "clamp",
  "timestamp": 1630456174202,
  "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-09-01T00:32:27.708Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of efedeafb-604b-42b0-a816-6d14f91c3763
2021-09-01T00:32:27.708Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId efedeafb-604b-42b0-a816-6d14f91c3763 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-09-01T00:32:27.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456174325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:32:27.717Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "policy-id",
  "timestamp": 1630456174606,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:32:27.717Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456171237,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "clamp",
  "timestamp": 1630456157508,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456175482,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:32:27.718Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "policy-id",
  "timestamp": 1630456175611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:32:27.719Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456171237,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "clamp",
  "timestamp": 1630456157508,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456176623,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:32:27.720Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "policy-id",
  "timestamp": 1630456176614,
  "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-09-01T00:32:27.725Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80d00bd3-0919-4258-9d13-87d49d444758
2021-09-01T00:32:27.726Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80d00bd3-0919-4258-9d13-87d49d444758 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-09-01T00:32:27.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456171237,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "clamp",
  "timestamp": 1630456157508,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-01T00:32:27.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456177640,
  "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-09-01T00:32:27.739Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80d00bd3-0919-4258-9d13-87d49d444758
2021-09-01T00:32:27.739Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80d00bd3-0919-4258-9d13-87d49d444758 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-09-01T00:32:27.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456171237,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.747Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "clamp",
  "timestamp": 1630456157508,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456178642,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-01T00:32:27.748Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456171237,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:32:27.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "clamp",
  "timestamp": 1630456157508,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "aai-ml",
  "timestamp": 1630456179493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:32:27.750Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "clamp",
  "timestamp": 1630456157508,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456180319,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:32:27.751Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "aai-ml",
  "timestamp": 1630456180496,
  "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-09-01T00:32:27.757Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of efedeafb-604b-42b0-a816-6d14f91c3763
2021-09-01T00:32:27.757Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId efedeafb-604b-42b0-a816-6d14f91c3763 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-09-01T00:32:27.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "clamp",
  "timestamp": 1630456157508,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "aai-ml",
  "timestamp": 1630456164729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.767Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "clamp",
  "timestamp": 1630456157508,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:32:27.767Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456182235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:32:27.768Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "aai-ml",
  "timestamp": 1630456164729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.768Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456183238,
  "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-09-01T00:32:27.774Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 80d00bd3-0919-4258-9d13-87d49d444758
2021-09-01T00:32:27.774Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80d00bd3-0919-4258-9d13-87d49d444758 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-09-01T00:32:27.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "aai-ml",
  "timestamp": 1630456164729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "aai-ml",
  "timestamp": 1630456164729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "aai-ml",
  "timestamp": 1630456164729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "aai-ml",
  "timestamp": 1630456164729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "aai-ml",
  "timestamp": 1630456164729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "aai-ml",
  "timestamp": 1630456164729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:32:27.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "aai-ml",
  "timestamp": 1630456190224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:32:27.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "clamp",
  "timestamp": 1630456192066,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:32:27.787Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "clamp",
  "timestamp": 1630456193070,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:32:27.788Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "aai-ml",
  "timestamp": 1630456195529,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:32:27.788Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "aai-ml",
  "timestamp": 1630456196532,
  "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-09-01T00:32:27.794Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 80d00bd3-0919-4258-9d13-87d49d444758
2021-09-01T00:32:27.794Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80d00bd3-0919-4258-9d13-87d49d444758 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-09-01T00:32:27.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "clamp",
  "timestamp": 1630456197187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:32:27.803Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456197498,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-01T00:32:27.803Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "clamp",
  "timestamp": 1630456198190,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-01T00:32:27.803Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.804Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "clamp",
  "timestamp": 1630456199193,
  "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-09-01T00:32:27.809Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 80d00bd3-0919-4258-9d13-87d49d444758
2021-09-01T00:32:27.809Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80d00bd3-0919-4258-9d13-87d49d444758 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-09-01T00:32:27.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-01T00:32:27.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:32:27.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-01T00:32:27.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:32:27.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:32:27.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:32:27.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456206423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:32:27.819Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456208848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:32:27.819Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456210595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:32:27.820Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456212465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:32:27.820Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456213581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-01T00:32:27.820Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456214584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-01T00:32:27.820Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456215586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-01T00:32:27.820Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:27.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:32:27.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456216590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:32:27.820Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:32:47.669Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efedeafb-604b-42b0-a816-6d14f91c3763
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:32:47.681Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efedeafb-604b-42b0-a816-6d14f91c3763
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:32:47.684Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:32:47.684Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-01T00:32:47.684Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-01T00:32:47.684Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-01T00:32:47.684Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:32:47.684Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:32:47.684Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:32:47.684Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:32:47.684Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:32:47.684Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:32:47.685Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||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-09-01T00:32:47.690Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-01T00:33:17.690Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: efedeafb-604b-42b0-a816-6d14f91c3763 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-09-01T00:33:17.697Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efedeafb-604b-42b0-a816-6d14f91c3763 and serviceModelVersionId: 4985232f-d194-492c-985b-2b6c22095ed1
2021-09-01T00:33:17.697Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6334b4ba-22c5-47f0-ab6d-645979c181b1
2021-09-01T00:33:17.698Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6334b4ba-22c5-47f0-ab6d-645979c181b1/model-vers/model-ver/4985232f-d194-492c-985b-2b6c22095ed1?depth=0
2021-09-01T00:33:17.702Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-01T00:33:17.732Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6334b4ba-22c5-47f0-ab6d-645979c181b1/model-vers/model-ver/4985232f-d194-492c-985b-2b6c22095ed1?depth=0|INFO|500||Invoke
2021-09-01T00:33:17.732Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6334b4ba-22c5-47f0-ab6d-645979c181b1/model-vers/model-ver/4985232f-d194-492c-985b-2b6c22095ed1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6334b4ba-22c5-47f0-ab6d-645979c181b1/model-vers/model-ver/4985232f-d194-492c-985b-2b6c22095ed1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[efedeafb-604b-42b0-a816-6d14f91c3763], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9a652127-7b57-4210-ad43-3e4aa2c180bc], X-ECOMP-RequestID=[efedeafb-604b-42b0-a816-6d14f91c3763], X-TransactionId=[], X-ONAP-RequestID=[efedeafb-604b-42b0-a816-6d14f91c3763], Content-Type=[application/merge-patch+json]}
2021-09-01T00:33:17.749Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6334b4ba-22c5-47f0-ab6d-645979c181b1/model-vers/model-ver/4985232f-d194-492c-985b-2b6c22095ed1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-01T00:33:18.010Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6334b4ba-22c5-47f0-ab6d-645979c181b1/model-vers/model-ver/4985232f-d194-492c-985b-2b6c22095ed1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6334b4ba-22c5-47f0-ab6d-645979c181b1/model-vers/model-ver/4985232f-d194-492c-985b-2b6c22095ed1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210901-00:33:17:756-72181], vertex-id=[176280], Content-Length=[0], Date=[Wed, 01 Sep 2021 00:33:17 GMT], Content-Type=[application/json]}
2021-09-01T00:33:18.011Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6334b4ba-22c5-47f0-ab6d-645979c181b1/model-vers/model-ver/4985232f-d194-492c-985b-2b6c22095ed1?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-01T00:33:18.011Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6334b4ba-22c5-47f0-ab6d-645979c181b1/model-vers/model-ver/4985232f-d194-492c-985b-2b6c22095ed1?depth=0|INFO|500||InvokeReturn
2021-09-01T00:33:18.011Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-01T00:33:18.011Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:33:18.015Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||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-09-01T00:33:18.015Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efedeafb-604b-42b0-a816-6d14f91c3763 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-01T00:33:18.016Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-01T00:33:18.016Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:33:18.018Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:33:18.018Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456398015,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-01T00:33:18.118Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:33:18.119Z||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-09-01T00:33:18.119Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:33:18.129Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:33:18.130Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 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-09-01T00:33:19.030Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-01T00:33:19.030Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"80d00bd3-0919-4258-9d13-87d49d444758","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"9a696568-5153-4613-8108-b03faec992ae","serviceDescription":"service","serviceInvariantUUID":"4e6097a1-77b1-40d1-995f-7778766e3c63","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a75e5386-3433-406e-a04b-5454a3ab6d74","resourceInvariantUUID":"676c275d-f7dc-4815-aef5-4e5dcc4c3f26","resourceCustomizationUUID":"9273caf5-e7d1-4975-8a1a-b44aef6e7d05","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bbcf8b2a-cedd-47a4-8314-9a0b23dba4e2","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":"MWM2ZjQxNGE0OTg5ZDQ1OTBhMzI1MTU5Y2I4ZmYzNzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4a758c73-2fcc-4c8e-a463-6dbfd5dd0845","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":"NzA3MWU4YTg0Nzg0ZTcxMjIwNWI2Mjk1NGRiOGQ0OGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7b1235b7-a83f-407a-bd0a-e3588479e7b5","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":"598d84c1-c9e3-46f6-84c5-24eecdf7e862","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":"6f78526c-0397-4a4e-8a6c-c8c2832df153","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":"e122260a-8c6c-41d1-aa28-d93afe9c42eb","artifactVersion":"2","generatedFromUUID":"598d84c1-c9e3-46f6-84c5-24eecdf7e862"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ODQyZDZkMmI4Yzg5YTJkMzZiNGM0YjY2YTMzYWY2YzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8f59718d-a3f9-4f44-afea-1def838ae663","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MjMyYmRmMTFhZDUyMDA2MGJmZWJhNjY5NDljMmFiZjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"296c9800-574b-48e3-813f-002ab980f3c3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-01T00:33:19.030Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:33:19.031Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:33:19.033Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:33:19.033Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:33:19.133Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:33:19.134Z||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-09-01T00:33:19.134Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:33:19.142Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:33:19.143Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:33:20.033Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:33:20.034Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:33:20.036Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:33:20.036Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:33:20.136Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:33:20.137Z||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-09-01T00:33:20.138Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:33:20.146Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:33:20.146Z||pool-68-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:33:21.037Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:33:21.039Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:33:21.041Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:33:21.041Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-01T00:33:21.141Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:33:21.142Z||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-09-01T00:33:21.142Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:33:21.150Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:33:21.150Z||pool-69-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:33:22.042Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:33:22.043Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:33:22.044Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:33:22.044Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:33:22.144Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:33:22.145Z||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-09-01T00:33:22.145Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:33:22.153Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:33:22.153Z||pool-70-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:33:23.045Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:33:23.045Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:33:23.047Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:33:23.047Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:33:23.147Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:33:23.148Z||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-09-01T00:33:23.148Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:33:23.157Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:33:23.157Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:33:24.048Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:33:24.048Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:33:24.050Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:33:24.050Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-01T00:33:24.150Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:33:24.151Z||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-09-01T00:33:24.151Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:33:24.159Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:33:24.159Z||pool-72-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:33:25.050Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:33:25.051Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:33:25.053Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:33:25.053Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:33:25.153Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:33:25.154Z||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-09-01T00:33:25.154Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:33:25.162Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:33:25.163Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:33:26.053Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:33:26.054Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:33:26.056Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:33:26.056Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:33:26.157Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-01T00:33:26.157Z||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-09-01T00:33:26.158Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:33:26.165Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:33:26.166Z||pool-74-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:33:27.058Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "9a696568-5153-4613-8108-b03faec992ae",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4e6097a1-77b1-40d1-995f-7778766e3c63",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "9273caf5-e7d1-4975-8a1a-b44aef6e7d05",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a75e5386-3433-406e-a04b-5454a3ab6d74",
      "resourceInvariantUUID": "676c275d-f7dc-4815-aef5-4e5dcc4c3f26",
      "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": "NzA3MWU4YTg0Nzg0ZTcxMjIwNWI2Mjk1NGRiOGQ0OGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7b1235b7-a83f-407a-bd0a-e3588479e7b5",
          "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": "598d84c1-c9e3-46f6-84c5-24eecdf7e862",
          "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": "e122260a-8c6c-41d1-aa28-d93afe9c42eb",
            "generatedFromUUID": "598d84c1-c9e3-46f6-84c5-24eecdf7e862"
          },
          "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": "e122260a-8c6c-41d1-aa28-d93afe9c42eb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MjMyYmRmMTFhZDUyMDA2MGJmZWJhNjY5NDljMmFiZjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "296c9800-574b-48e3-813f-002ab980f3c3"
    }
  ],
  "workloadContext": "Production"
}
2021-09-01T00:33:27.058Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-01T00:33:27.058Z|efedeafb-604b-42b0-a816-6d14f91c3763|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9a696568-5153-4613-8108-b03faec992ae ASDC
2021-09-01T00:33:27.059Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:80d00bd3-0919-4258-9d13-87d49d444758
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:9a696568-5153-4613-8108-b03faec992ae
ServiceInvariantUUID:4e6097a1-77b1-40d1-995f-7778766e3c63
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:296c9800-574b-48e3-813f-002ab980f3c3
ArtifactChecksum:MjMyYmRmMTFhZDUyMDA2MGJmZWJhNjY5NDljMmFiZjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:9273caf5-e7d1-4975-8a1a-b44aef6e7d05
ResourceInvariantUUID:676c275d-f7dc-4815-aef5-4e5dcc4c3f26
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:a75e5386-3433-406e-a04b-5454a3ab6d74
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:7b1235b7-a83f-407a-bd0a-e3588479e7b5
ArtifactChecksum:NzA3MWU4YTg0Nzg0ZTcxMjIwNWI2Mjk1NGRiOGQ0OGE=
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:598d84c1-c9e3-46f6-84c5-24eecdf7e862
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:e122260a-8c6c-41d1-aa28-d93afe9c42eb
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:e122260a-8c6c-41d1-aa28-d93afe9c42eb
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-01T00:33:27.059Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9a696568-5153-4613-8108-b03faec992ae 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-09-01T00:33:27.093Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:33:27.094Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:33:27.094Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:33:27.094Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 296c9800-574b-48e3-813f-002ab980f3c3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-01T00:33:27.095Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:33:27.095Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-01T00:33:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:33:27.131Z||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-09-01T00:33:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:33:27.750Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:33:27.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:33:27.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efedeafb-604b-42b0-a816-6d14f91c3763",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456398015,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-01T00:33:27.751Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:33:27.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:33:27.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:33:27.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:33:27.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:33:27.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:33:27.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:33:27.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:33:27.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-01T00:33:27.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:33:27.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:33:27.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:33:27.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:33:27.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:33:27.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:33:27.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:33:27.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:33:27.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-01T00:33:27.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:33:27.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:33:27.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:33:27.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:33:27.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:33:27.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456150669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:33:27.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:33:28.218Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:33:28.223Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 296c9800-574b-48e3-813f-002ab980f3c3 73365
2021-09-01T00:33:28.224Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-01T00:33:28.224Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-01T00:33:28.224Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:33:28.224Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:33:28.226Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:33:28.226Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456408224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:33:28.326Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:33:28.327Z||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-09-01T00:33:28.327Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:33:28.334Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:33:28.335Z||pool-75-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:33:29.227Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:33:29.228Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:33:29.228Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 296c9800-574b-48e3-813f-002ab980f3c3, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-01T00:33:29.229Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-01T00:33:29.229Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-01T00:33:29.229Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-01T00:33:29.320Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14544454960794594140/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-09-01T00:33:30.257Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-01T00:33:30.257Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:33:30.257Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-01T00:33:30.257Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-01T00:33:30.257Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||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-09-01T00:33:30.257Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||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-09-01T00:33:30.258Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||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-09-01T00:33:30.258Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||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-09-01T00:33:30.258Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||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-09-01T00:33:30.258Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||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-09-01T00:33:30.258Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||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-09-01T00:33:30.258Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||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-09-01T00:33:30.258Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||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-09-01T00:33:30.258Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:33:30.258Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:30.258Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:33:30.259Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-01T00:33:30.259Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:33:30.259Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:33:30.259Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:30.259Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:33:30.259Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-01T00:33:30.259Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:33:30.259Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:33:30.259Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:30.259Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:33:30.260Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:30.260Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-01T00:33:30.260Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-01T00:33:30.260Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-01T00:33:30.260Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-01T00:33:30.260Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-01T00:33:30.260Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-01T00:33:30.260Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:30.260Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-01T00:33:30.260Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:30.260Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-01T00:33:30.260Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:33:30.260Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:30.261Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-01T00:33:30.261Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:33:30.261Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:30.261Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-01T00:33:30.261Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:33:30.261Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:30.261Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-01T00:33:30.261Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-01T00:33:30.261Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-01T00:33:30.261Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3cb5ade7-953f-4fde-b3eb-4252875e4805
2021-09-01T00:33:30.261Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:30.261Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:33:30.262Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:30.262Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:33:30.262Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:30.262Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:33:30.262Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:30.263Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:33:30.263Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:9a696568-5153-4613-8108-b03faec992ae
Model Version:NULL
Model InvariantUuid:4e6097a1-77b1-40d1-995f-7778766e3c63
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:6a7acc21-7697-41bc-9dde-b54dfec42eca
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:676c275d-f7dc-4815-aef5-4e5dcc4c3f26
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9273caf5-e7d1-4975-8a1a-b44aef6e7d05
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4be87b34-a4a6-4fc8-91a3-20a75512d5ac
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:31ff2fa1-8cf3-4466-99c3-dc77d2cfe2fc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3cb5ade7-953f-4fde-b3eb-4252875e4805
ModelInvariantUuid:8b902b7b-eff0-4dfb-a3ab-001a288519d7
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:c734ff3d-f137-41bf-b222-ab7d0c602535
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:f25d28cc-c07a-473c-84c7-ba35f99cedcf
ModelInvariantUuid:4f1e6ea6-35fb-4a2a-849f-166987d72fea
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:626dcf51-a2ff-4bb3-b080-945155430aba
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-01T00:33:30.270Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a75e5386-3433-406e-a04b-5454a3ab6d74
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:33:30.273Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||basicclamp 0
2021-09-01T00:33:30.273Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a75e5386-3433-406e-a04b-5454a3ab6d74
2021-09-01T00:33:30.273Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7b1235b7-a83f-407a-bd0a-e3588479e7b5 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-01T00:33:30.273Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:33:30.274Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-01T00:33:32.616Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:33:32.617Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 7b1235b7-a83f-407a-bd0a-e3588479e7b5 790
2021-09-01T00:33:32.617Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||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-09-01T00:33:32.617Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||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-09-01T00:33:32.617Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:33:32.617Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:33:32.620Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:33:32.620Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456412617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:33:32.720Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:33:32.721Z||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-09-01T00:33:32.721Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:33:32.729Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:33:32.729Z||pool-76-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:33:33.620Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4be87b34-a4a6-4fc8-91a3-20a75512d5ac",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "31ff2fa1-8cf3-4466-99c3-dc77d2cfe2fc",
    "vfModuleModelCustomizationUUID": "f24a17ed-4251-4a88-96c2-1bf5a01d1664",
    "isBase": true,
    "artifacts": [
      "598d84c1-c9e3-46f6-84c5-24eecdf7e862",
      "e122260a-8c6c-41d1-aa28-d93afe9c42eb"
    ],
    "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-09-01T00:33:33.623Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:31ff2fa1-8cf3-4466-99c3-dc77d2cfe2fc
VfModuleModelInvariantUUID:4be87b34-a4a6-4fc8-91a3-20a75512d5ac
VfModuleModelDescription:NULL
Artifacts UUID List:{
598d84c1-c9e3-46f6-84c5-24eecdf7e862
,
e122260a-8c6c-41d1-aa28-d93afe9c42eb

}
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-09-01T00:33:33.624Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4be87b34-a4a6-4fc8-91a3-20a75512d5ac",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "31ff2fa1-8cf3-4466-99c3-dc77d2cfe2fc",
    "vfModuleModelCustomizationUUID": "f24a17ed-4251-4a88-96c2-1bf5a01d1664",
    "isBase": true,
    "artifacts": [
      "598d84c1-c9e3-46f6-84c5-24eecdf7e862",
      "e122260a-8c6c-41d1-aa28-d93afe9c42eb"
    ],
    "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-09-01T00:33:33.625Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:31ff2fa1-8cf3-4466-99c3-dc77d2cfe2fc
VfModuleModelInvariantUUID:4be87b34-a4a6-4fc8-91a3-20a75512d5ac
VfModuleModelDescription:NULL
Artifacts UUID List:{
598d84c1-c9e3-46f6-84c5-24eecdf7e862
,
e122260a-8c6c-41d1-aa28-d93afe9c42eb

}
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-09-01T00:33:33.625Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 598d84c1-c9e3-46f6-84c5-24eecdf7e862 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-01T00:33:33.625Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:33:33.625Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-01T00:33:34.415Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:33:34.416Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 598d84c1-c9e3-46f6-84c5-24eecdf7e862 5033
2021-09-01T00:33:34.416Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||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-09-01T00:33:34.416Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||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-09-01T00:33:34.416Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:33:34.416Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:33:34.418Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:33:34.419Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456414416,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:33:34.519Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:33:34.520Z||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-09-01T00:33:34.520Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:33:34.528Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:33:34.528Z||pool-77-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:33:35.419Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e122260a-8c6c-41d1-aa28-d93afe9c42eb from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-01T00:33:35.420Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:33:35.420Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-01T00:33:35.574Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:33:35.574Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env e122260a-8c6c-41d1-aa28-d93afe9c42eb 909
2021-09-01T00:33:35.574Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||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-09-01T00:33:35.574Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||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-09-01T00:33:35.574Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:33:35.575Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:33:35.576Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:33:35.576Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456415574,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:33:35.677Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:33:35.677Z||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-09-01T00:33:35.677Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:33:35.685Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:33:35.686Z||pool-78-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:33:36.577Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9a696568-5153-4613-8108-b03faec992ae
2021-09-01T00:33:36.578Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 a75e5386-3433-406e-a04b-5454a3ab6d74 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:33:36.595Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1488d2f3, org.onap.sdc.toscaparser.api.parameters.Input@141d432, org.onap.sdc.toscaparser.api.parameters.Input@2daab35b, org.onap.sdc.toscaparser.api.parameters.Input@1e331d48, org.onap.sdc.toscaparser.api.parameters.Input@4cfe4b37]
2021-09-01T00:33:36.596Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:36.596Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:33:36.596Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-01T00:33:36.596Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 9273caf5-e7d1-4975-8a1a-b44aef6e7d05
2021-09-01T00:33:36.596Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9273caf5-e7d1-4975-8a1a-b44aef6e7d05 matches Tosca VF Customization UUID: 9273caf5-e7d1-4975-8a1a-b44aef6e7d05
2021-09-01T00:33:36.596Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 9273caf5-e7d1-4975-8a1a-b44aef6e7d05  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-01T00:33:36.598Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:36.598Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:33:36.599Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 9273caf5-e7d1-4975-8a1a-b44aef6e7d05: {\"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-09-01T00:33:36.599Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3d8636e2
2021-09-01T00:33:36.599Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:36.599Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-01T00:33:36.599Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f24a17ed-4251-4a88-96c2-1bf5a01d1664
2021-09-01T00:33:36.599Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f24a17ed-4251-4a88-96c2-1bf5a01d1664
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-01T00:33:36.601Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:36.601Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-01T00:33:36.602Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:33:36.602Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:36.602Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-01T00:33:36.602Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:33:36.602Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:36.602Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-01T00:33:36.602Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-01T00:33:36.603Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-01T00:33:36.603Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3cb5ade7-953f-4fde-b3eb-4252875e4805
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-01T00:33:36.604Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:36.604Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-01T00:33:36.605Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:33:36.605Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:36.605Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-01T00:33:36.605Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=9273caf5-e7d1-4975-8a1a-b44aef6e7d05
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:33:36.606Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:36.606Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:33:36.606Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9a696568-5153-4613-8108-b03faec992ae: basicclamp
2021-09-01T00:33:36.607Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:36.607Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:33:36.607Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:36.607Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:33:36.607Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:36.607Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:33:36.607Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:36.607Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:33:36.608Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:33:36.608Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:33:36.608Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-01T00:33:36.699Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp a75e5386-3433-406e-a04b-5454a3ab6d74 1 ASDC deployResourceStructure
2021-09-01T00:33:36.700Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||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-09-01T00:33:36.700Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||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-09-01T00:33:36.700Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:33:36.700Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:33:36.702Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:33:36.702Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456416700,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-01T00:33:36.802Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:33:36.803Z||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-09-01T00:33:36.803Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:33:36.811Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:33:36.811Z||pool-79-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:33:37.703Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||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-09-01T00:33:37.703Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||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-09-01T00:33:37.703Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:33:37.704Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:33:37.706Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:33:37.706Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456417703,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-01T00:33:37.806Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:33:37.807Z||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-09-01T00:33:37.807Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:33:37.815Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:33:37.815Z||pool-80-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:33:38.707Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||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-09-01T00:33:38.707Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||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-09-01T00:33:38.707Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:33:38.708Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:33:38.709Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:33:38.709Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456418707,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-01T00:33:38.810Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:33:38.810Z||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-09-01T00:33:38.810Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:33:38.818Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:33:38.818Z||pool-81-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:33:39.710Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-01T00:33:39.711Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-01T00:33:39.711Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:33:39.711Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:33:39.713Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:33:39.713Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456419710,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:33:39.813Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:33:39.814Z||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-09-01T00:33:39.814Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:33:39.822Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:33:39.822Z||pool-82-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:33:40.714Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80d00bd3-0919-4258-9d13-87d49d444758
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:33:40.724Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80d00bd3-0919-4258-9d13-87d49d444758
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:33:40.726Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:33:40.726Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-01T00:33:40.726Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-01T00:33:40.726Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-01T00:33:40.726Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:33:40.726Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:33:40.726Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:33:40.727Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:33:40.727Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:33:40.727Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:33:40.727Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:33:40.727Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||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-09-01T00:33:40.732Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-01T00:34:10.732Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 80d00bd3-0919-4258-9d13-87d49d444758 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-09-01T00:34:10.737Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 80d00bd3-0919-4258-9d13-87d49d444758 and serviceModelVersionId: 9a696568-5153-4613-8108-b03faec992ae
2021-09-01T00:34:10.737Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4e6097a1-77b1-40d1-995f-7778766e3c63
2021-09-01T00:34:10.738Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4e6097a1-77b1-40d1-995f-7778766e3c63/model-vers/model-ver/9a696568-5153-4613-8108-b03faec992ae?depth=0
2021-09-01T00:34:10.742Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-01T00:34:10.770Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4e6097a1-77b1-40d1-995f-7778766e3c63/model-vers/model-ver/9a696568-5153-4613-8108-b03faec992ae?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-09-01T00:34:10.781Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4e6097a1-77b1-40d1-995f-7778766e3c63/model-vers/model-ver/9a696568-5153-4613-8108-b03faec992ae?depth=0|INFO|500||Invoke
2021-09-01T00:34:10.803Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4e6097a1-77b1-40d1-995f-7778766e3c63/model-vers/model-ver/9a696568-5153-4613-8108-b03faec992ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-01T00:34:11.868Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4e6097a1-77b1-40d1-995f-7778766e3c63/model-vers/model-ver/9a696568-5153-4613-8108-b03faec992ae?depth=0|INFO|500||InvokeReturn
2021-09-01T00:34:11.869Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4e6097a1-77b1-40d1-995f-7778766e3c63/model-vers/model-ver/9a696568-5153-4613-8108-b03faec992ae?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210901-00:34:10:811-3821], vertex-id=[200832], Content-Length=[0], Date=[Wed, 01 Sep 2021 00:34:10 GMT], Content-Type=[application/json]}
2021-09-01T00:34:11.869Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-01T00:34:11.869Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-01T00:34:11.869Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:34:11.874Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||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-09-01T00:34:11.874Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 80d00bd3-0919-4258-9d13-87d49d444758 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-01T00:34:11.874Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-01T00:34:11.875Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:34:11.877Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:34:11.877Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456451874,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-01T00:34:11.977Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:34:11.977Z||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-09-01T00:34:11.977Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:34:11.986Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:34:11.986Z||pool-83-thread-1|||||INFO|500||cambria reply ok (9 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-09-01T00:34:12.892Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:34:12.893Z|80d00bd3-0919-4258-9d13-87d49d444758|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-09-01T00:34:12.893Z|80d00bd3-0919-4258-9d13-87d49d444758|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:34:17.171Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:34:17.172Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-01T00:34:17.172Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"8fab5fc8-82c8-4320-a3e7-ed5297f47188","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"54cabde4-d869-4a72-8675-8f3a3ae1bec6","serviceDescription":"service","serviceInvariantUUID":"22b73402-2391-4cde-9c56-4b70b5a8b905","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5362a44f-2c8f-4273-a91f-f8ffb419405f","resourceInvariantUUID":"fb3c5afb-7054-4bde-9689-1ecf2f0f65d0","resourceCustomizationUUID":"21e8f6b6-17c1-4dfb-b7d4-c23cebbbf41e","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":"ODY5OWFkNjFiMjE0YTYxM2I5NzZmNzc4ZWEyNTM1Zjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"43ff6411-adf3-4ec8-97dd-ed86b890f415","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":"NTVhNmIwY2Y4YjQ5M2U2NzY2OWJhYjVlZWZmYTFlYWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a4d72685-c137-4339-b92d-72cd0df39f04","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ea5ed8f1-fafb-4d55-8350-d209e10456b3","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":"7f93dd85-0bc7-407b-a8f7-aaa7af161430","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2f0fe180-ddc8-41c3-bd54-bed99caa3dbe","artifactVersion":"2","generatedFromUUID":"ea5ed8f1-fafb-4d55-8350-d209e10456b3"},{"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":"NjJmZjA3YzQxYjc3ODgxYjRlMmM3ZGFmZjU5MWM4YzY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"de1064d9-0988-41d9-8b9a-8eb6faaa07ce","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":"ZTNiZDVhYjBjN2FhNmZjNDQ5NDc2NjAyNzMyZWE2NmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1f4392c8-28ba-44ce-a397-7e1a8a6d5d68","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZWM1NjU3ZjZiMzg4YTRkNzc2Y2I5NWE4ZGE2ODVhMzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d83fdbc-a350-4a97-8481-cc9751dfbdca","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-01T00:34:17.174Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:34:17.174Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:34:17.175Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:34:17.175Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456452892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:17.276Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-01T00:34:17.276Z||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-09-01T00:34:17.276Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:34:17.285Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:34:17.285Z||pool-84-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:34:18.176Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:34:18.177Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:34:18.179Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:34:18.179Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456452892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-01T00:34:18.281Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-01T00:34:18.282Z||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-09-01T00:34:18.282Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:34:18.291Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:34:18.291Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:34:19.180Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:34:19.181Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:34:19.183Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:34:19.183Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456452892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:34:19.283Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:34:19.284Z||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-09-01T00:34:19.284Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:34:19.292Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:34:19.292Z||pool-86-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:34:20.183Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:34:20.184Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:34:20.186Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:34:20.186Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456452892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:20.287Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:34:20.287Z||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-09-01T00:34:20.287Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:34:20.295Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:34:20.295Z||pool-87-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:34:21.187Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:34:21.188Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:34:21.190Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:34:21.190Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456452892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-01T00:34:21.290Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:34:21.291Z||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-09-01T00:34:21.291Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:34:21.299Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:34:21.299Z||pool-88-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:34:22.191Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:34:22.192Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:34:22.193Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:34:22.194Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456452892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:22.294Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:34:22.294Z||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-09-01T00:34:22.295Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:34:22.302Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:34:22.302Z||pool-89-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:34:23.194Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:34:23.195Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:34:23.197Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:34:23.197Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456452892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:23.297Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:34:23.298Z||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-09-01T00:34:23.298Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:34:23.306Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:34:23.307Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:34:24.197Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:34:24.199Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:34:24.201Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:34:24.201Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456452892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:34:24.301Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:34:24.302Z||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-09-01T00:34:24.302Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:34:24.309Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:34:24.309Z||pool-91-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:34:25.203Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "54cabde4-d869-4a72-8675-8f3a3ae1bec6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "22b73402-2391-4cde-9c56-4b70b5a8b905",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "21e8f6b6-17c1-4dfb-b7d4-c23cebbbf41e",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5362a44f-2c8f-4273-a91f-f8ffb419405f",
      "resourceInvariantUUID": "fb3c5afb-7054-4bde-9689-1ecf2f0f65d0",
      "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": "NTVhNmIwY2Y4YjQ5M2U2NzY2OWJhYjVlZWZmYTFlYWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a4d72685-c137-4339-b92d-72cd0df39f04",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ea5ed8f1-fafb-4d55-8350-d209e10456b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2f0fe180-ddc8-41c3-bd54-bed99caa3dbe",
            "generatedFromUUID": "ea5ed8f1-fafb-4d55-8350-d209e10456b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2f0fe180-ddc8-41c3-bd54-bed99caa3dbe",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZWM1NjU3ZjZiMzg4YTRkNzc2Y2I5NWE4ZGE2ODVhMzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4d83fdbc-a350-4a97-8481-cc9751dfbdca"
    }
  ],
  "workloadContext": "Production"
}
2021-09-01T00:34:25.203Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-01T00:34:25.204Z|80d00bd3-0919-4258-9d13-87d49d444758|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 54cabde4-d869-4a72-8675-8f3a3ae1bec6 ASDC
2021-09-01T00:34:25.204Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8fab5fc8-82c8-4320-a3e7-ed5297f47188
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:54cabde4-d869-4a72-8675-8f3a3ae1bec6
ServiceInvariantUUID:22b73402-2391-4cde-9c56-4b70b5a8b905
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:4d83fdbc-a350-4a97-8481-cc9751dfbdca
ArtifactChecksum:ZWM1NjU3ZjZiMzg4YTRkNzc2Y2I5NWE4ZGE2ODVhMzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:21e8f6b6-17c1-4dfb-b7d4-c23cebbbf41e
ResourceInvariantUUID:fb3c5afb-7054-4bde-9689-1ecf2f0f65d0
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:5362a44f-2c8f-4273-a91f-f8ffb419405f
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:a4d72685-c137-4339-b92d-72cd0df39f04
ArtifactChecksum:NTVhNmIwY2Y4YjQ5M2U2NzY2OWJhYjVlZWZmYTFlYWY=
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:ea5ed8f1-fafb-4d55-8350-d209e10456b3
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:2f0fe180-ddc8-41c3-bd54-bed99caa3dbe
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:2f0fe180-ddc8-41c3-bd54-bed99caa3dbe
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-01T00:34:25.205Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 54cabde4-d869-4a72-8675-8f3a3ae1bec6 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-09-01T00:34:25.233Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:34:25.234Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:34:25.234Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:34:25.234Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4d83fdbc-a350-4a97-8481-cc9751dfbdca from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-01T00:34:25.234Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:34:25.235Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-01T00:34:26.325Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:34:26.329Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4d83fdbc-a350-4a97-8481-cc9751dfbdca 78578
2021-09-01T00:34:26.329Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-01T00:34:26.329Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-01T00:34:26.329Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:34:26.330Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:34:26.331Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:34:26.331Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456466329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:34:26.431Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:34:26.432Z||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-09-01T00:34:26.432Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:34:26.440Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:34:26.440Z||pool-92-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:34:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:34:27.131Z||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-09-01T00:34:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:34:27.332Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:34:27.333Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:34:27.333Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4d83fdbc-a350-4a97-8481-cc9751dfbdca, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-01T00:34:27.333Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-09-01T00:34:27.334Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-01T00:34:27.334Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-01T00:34:27.419Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7329328415163399113/Definitions/service-BasicVmMacro-template.yml
2021-09-01T00:34:27.479Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:34:27.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456408224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:34:27.481Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:34:27.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456412617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:34:27.482Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:34:27.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456414416,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:34:27.482Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:34:27.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456415574,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:34:27.482Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:34:27.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456416700,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-01T00:34:27.482Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:34:27.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456417703,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-01T00:34:27.482Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:34:27.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456418707,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-01T00:34:27.483Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:34:27.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456419710,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:34:27.483Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:34:27.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456445530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456439624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456441237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "policy-id",
  "timestamp": 1630456445691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "dcae-sch",
  "timestamp": 1630456437600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456441237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456439624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456445530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-01T00:34:27.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "policy-id",
  "timestamp": 1630456445691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "dcae-sch",
  "timestamp": 1630456437600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456441237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456439624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456445530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:34:27.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "policy-id",
  "timestamp": 1630456445691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:34:27.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "dcae-sch",
  "timestamp": 1630456437600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "cds",
  "timestamp": 1630456448825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456441237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456439624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456445530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "policy-id",
  "timestamp": 1630456445691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "dcae-sch",
  "timestamp": 1630456437600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "cds",
  "timestamp": 1630456448825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456445530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-01T00:34:27.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456441237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456439624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "policy-id",
  "timestamp": 1630456445691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "dcae-sch",
  "timestamp": 1630456437600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "cds",
  "timestamp": 1630456448825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80d00bd3-0919-4258-9d13-87d49d444758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456451874,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-01T00:34:27.490Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:34:27.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456445530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456441237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456439624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "policy-id",
  "timestamp": 1630456445691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "dcae-sch",
  "timestamp": 1630456437600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "cds",
  "timestamp": 1630456448825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456441237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456439624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456445530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "policy-id",
  "timestamp": 1630456445691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "dcae-sch",
  "timestamp": 1630456437600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "cds",
  "timestamp": 1630456448825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456445530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:34:27.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456439624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456441237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:34:27.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "policy-id",
  "timestamp": 1630456445691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:34:27.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "dcae-sch",
  "timestamp": 1630456437600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.493Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "cds",
  "timestamp": 1630456448825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.493Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "cds",
  "timestamp": 1630456448825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.493Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456455498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:34:27.493Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:34:27.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456455502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:34:27.493Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:34:27.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "policy-id",
  "timestamp": 1630456455504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:34:27.493Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:34:27.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "cds",
  "timestamp": 1630456448825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:34:27.493Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "policy-id",
  "timestamp": 1630456456508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:34:27.494Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:34:27.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456456658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:34:27.494Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:34:27.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456452892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456457430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:34:27.494Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:34:27.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "policy-id",
  "timestamp": 1630456457512,
  "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-09-01T00:34:27.512Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8fab5fc8-82c8-4320-a3e7-ed5297f47188
2021-09-01T00:34:27.512Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fab5fc8-82c8-4320-a3e7-ed5297f47188 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-09-01T00:34:27.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "cds",
  "timestamp": 1630456458022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:34:27.522Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:34:27.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456458111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:34:27.522Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:34:27.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "clamp",
  "timestamp": 1630456457508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456452892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-01T00:34:27.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456458433,
  "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-09-01T00:34:27.530Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8fab5fc8-82c8-4320-a3e7-ed5297f47188
2021-09-01T00:34:27.530Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fab5fc8-82c8-4320-a3e7-ed5297f47188 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-09-01T00:34:27.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456459128,
  "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-09-01T00:34:27.545Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8fab5fc8-82c8-4320-a3e7-ed5297f47188
2021-09-01T00:34:27.545Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fab5fc8-82c8-4320-a3e7-ed5297f47188 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-09-01T00:34:27.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "clamp",
  "timestamp": 1630456457508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-01T00:34:27.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456452892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:34:27.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "cds",
  "timestamp": 1630456459965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-01T00:34:27.558Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8fab5fc8-82c8-4320-a3e7-ed5297f47188
2021-09-01T00:34:27.558Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fab5fc8-82c8-4320-a3e7-ed5297f47188 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-09-01T00:34:27.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456460131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-01T00:34:27.568Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:34:27.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "clamp",
  "timestamp": 1630456457508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456452892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "clamp",
  "timestamp": 1630456457508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456452892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-01T00:34:27.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "clamp",
  "timestamp": 1630456457508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456452892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "clamp",
  "timestamp": 1630456457508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456452892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.571Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "clamp",
  "timestamp": 1630456457508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.571Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456452892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:34:27.571Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "clamp",
  "timestamp": 1630456457508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:34:27.571Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "aai-ml",
  "timestamp": 1630456464729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:34:27.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456466329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:34:27.572Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:34:27.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:34:27.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "aai-ml",
  "timestamp": 1630456464729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:34:27.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-09-01T00:34:28.342Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-01T00:34:28.342Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:34:28.342Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-01T00:34:28.342Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-01T00:34:28.342Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||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-09-01T00:34:28.342Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||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-09-01T00:34:28.342Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||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-09-01T00:34:28.342Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||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-09-01T00:34:28.343Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||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-09-01T00:34:28.343Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||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-09-01T00:34:28.343Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-01T00:34:28.343Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||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-09-01T00:34:28.343Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||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-09-01T00:34:28.343Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:34:28.343Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:28.343Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:34:28.343Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-01T00:34:28.343Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:34:28.344Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:34:28.344Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:28.344Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:34:28.344Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-01T00:34:28.344Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:34:28.344Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:34:28.344Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:28.345Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:34:28.345Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:28.345Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-01T00:34:28.345Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-01T00:34:28.345Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-09-01T00:34:28.345Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-09-01T00:34:28.345Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-01T00:34:28.345Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-01T00:34:28.345Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:28.345Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-01T00:34:28.346Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:28.346Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-01T00:34:28.346Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:34:28.346Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:28.346Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-01T00:34:28.346Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:34:28.346Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:28.346Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-01T00:34:28.346Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:34:28.346Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:28.346Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-01T00:34:28.346Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-01T00:34:28.346Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-09-01T00:34:28.347Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b9ce4d3f-7f20-47c4-be62-223a37f7a374
2021-09-01T00:34:28.347Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:28.347Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:34:28.347Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:28.347Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:34:28.347Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:28.347Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:34:28.347Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:28.347Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:34:28.347Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:54cabde4-d869-4a72-8675-8f3a3ae1bec6
Model Version:NULL
Model InvariantUuid:22b73402-2391-4cde-9c56-4b70b5a8b905
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:621e16a4-463f-4d0d-8271-260738b0974b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fb3c5afb-7054-4bde-9689-1ecf2f0f65d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:21e8f6b6-17c1-4dfb-b7d4-c23cebbbf41e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9590ca47-77c1-4ae1-852e-5aa49cf2eaa3
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:7c27cbab-3653-41a1-b5ba-06ed32fb736b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b9ce4d3f-7f20-47c4-be62-223a37f7a374
ModelInvariantUuid:f0736f96-0408-41f1-bfe0-61ee50fd45f4
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:f544d7bb-64bf-4acf-a6c7-bbee3cab10e8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:3a2d0021-7fae-4779-ae8a-526c5ed7268c
ModelInvariantUuid:eed444a8-22d5-4a30-855e-3fad52b600a8
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:16574901-5aef-43f1-855b-eedc59acca49
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-01T00:34:28.354Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 5362a44f-2c8f-4273-a91f-f8ffb419405f
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:34:28.356Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2021-09-01T00:34:28.356Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5362a44f-2c8f-4273-a91f-f8ffb419405f
2021-09-01T00:34:28.356Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a4d72685-c137-4339-b92d-72cd0df39f04 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-01T00:34:28.356Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:34:28.356Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||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-09-01T00:34:29.122Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:34:29.122Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json a4d72685-c137-4339-b92d-72cd0df39f04 792
2021-09-01T00:34:29.125Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||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-09-01T00:34:29.125Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||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-09-01T00:34:29.125Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:34:29.125Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:34:29.127Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:34:29.127Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456469125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:34:29.227Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:34:29.228Z||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-09-01T00:34:29.228Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:34:29.236Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:34:29.236Z||pool-93-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:34:30.127Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9590ca47-77c1-4ae1-852e-5aa49cf2eaa3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7c27cbab-3653-41a1-b5ba-06ed32fb736b",
    "vfModuleModelCustomizationUUID": "90bea4c9-6cea-4fa1-aa6a-3227d7d7629b",
    "isBase": true,
    "artifacts": [
      "ea5ed8f1-fafb-4d55-8350-d209e10456b3",
      "2f0fe180-ddc8-41c3-bd54-bed99caa3dbe"
    ],
    "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-09-01T00:34:30.131Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7c27cbab-3653-41a1-b5ba-06ed32fb736b
VfModuleModelInvariantUUID:9590ca47-77c1-4ae1-852e-5aa49cf2eaa3
VfModuleModelDescription:NULL
Artifacts UUID List:{
ea5ed8f1-fafb-4d55-8350-d209e10456b3
,
2f0fe180-ddc8-41c3-bd54-bed99caa3dbe

}
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-09-01T00:34:30.133Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9590ca47-77c1-4ae1-852e-5aa49cf2eaa3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7c27cbab-3653-41a1-b5ba-06ed32fb736b",
    "vfModuleModelCustomizationUUID": "90bea4c9-6cea-4fa1-aa6a-3227d7d7629b",
    "isBase": true,
    "artifacts": [
      "ea5ed8f1-fafb-4d55-8350-d209e10456b3",
      "2f0fe180-ddc8-41c3-bd54-bed99caa3dbe"
    ],
    "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-09-01T00:34:30.133Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7c27cbab-3653-41a1-b5ba-06ed32fb736b
VfModuleModelInvariantUUID:9590ca47-77c1-4ae1-852e-5aa49cf2eaa3
VfModuleModelDescription:NULL
Artifacts UUID List:{
ea5ed8f1-fafb-4d55-8350-d209e10456b3
,
2f0fe180-ddc8-41c3-bd54-bed99caa3dbe

}
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-09-01T00:34:30.133Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ea5ed8f1-fafb-4d55-8350-d209e10456b3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-01T00:34:30.133Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:34:30.133Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||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-09-01T00:34:31.814Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:34:31.814Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ea5ed8f1-fafb-4d55-8350-d209e10456b3 5033
2021-09-01T00:34:31.815Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||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-09-01T00:34:31.815Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||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-09-01T00:34:31.815Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:34:31.815Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:34:31.817Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:34:31.817Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456471815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:34:31.917Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:34:31.918Z||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-09-01T00:34:31.918Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:34:31.926Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:34:31.926Z||pool-94-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:34:32.818Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2f0fe180-ddc8-41c3-bd54-bed99caa3dbe from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-01T00:34:32.819Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:34:32.819Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||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-09-01T00:34:33.807Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:34:33.808Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2f0fe180-ddc8-41c3-bd54-bed99caa3dbe 903
2021-09-01T00:34:33.808Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||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-09-01T00:34:33.808Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||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-09-01T00:34:33.809Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:34:33.809Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:34:33.811Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:34:33.812Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456473808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:34:33.912Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:34:33.912Z||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-09-01T00:34:33.912Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:34:33.920Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:34:33.921Z||pool-95-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:34:34.812Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 54cabde4-d869-4a72-8675-8f3a3ae1bec6
2021-09-01T00:34:34.813Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 5362a44f-2c8f-4273-a91f-f8ffb419405f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:34:34.826Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e039441, org.onap.sdc.toscaparser.api.parameters.Input@51d4e352, org.onap.sdc.toscaparser.api.parameters.Input@57567ad7, org.onap.sdc.toscaparser.api.parameters.Input@79ea9cbf, org.onap.sdc.toscaparser.api.parameters.Input@7bc9be5f]
2021-09-01T00:34:34.828Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:34.828Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:34:34.828Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-01T00:34:34.828Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 21e8f6b6-17c1-4dfb-b7d4-c23cebbbf41e
2021-09-01T00:34:34.828Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 21e8f6b6-17c1-4dfb-b7d4-c23cebbbf41e matches Tosca VF Customization UUID: 21e8f6b6-17c1-4dfb-b7d4-c23cebbbf41e
2021-09-01T00:34:34.828Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 21e8f6b6-17c1-4dfb-b7d4-c23cebbbf41e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-01T00:34:34.830Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:34.830Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:34:34.831Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 21e8f6b6-17c1-4dfb-b7d4-c23cebbbf41e: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-09-01T00:34:34.831Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@44b73945
2021-09-01T00:34:34.831Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:34.831Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-01T00:34:34.831Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 90bea4c9-6cea-4fa1-aa6a-3227d7d7629b
2021-09-01T00:34:34.831Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 90bea4c9-6cea-4fa1-aa6a-3227d7d7629b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-01T00:34:34.833Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:34.833Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-01T00:34:34.834Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:34:34.834Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:34.834Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-01T00:34:34.834Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:34:34.834Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:34.834Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-01T00:34:34.834Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-01T00:34:34.834Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-09-01T00:34:34.835Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b9ce4d3f-7f20-47c4-be62-223a37f7a374
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-01T00:34:34.836Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:34.837Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-01T00:34:34.837Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:34:34.837Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:34.837Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-01T00:34:34.837Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=21e8f6b6-17c1-4dfb-b7d4-c23cebbbf41e
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:34:34.839Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:34.839Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:34:34.839Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 54cabde4-d869-4a72-8675-8f3a3ae1bec6: basic_vm_macro
2021-09-01T00:34:34.839Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:34.839Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:34:34.839Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:34.839Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:34:34.839Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:34.839Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:34:34.840Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:34.840Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:34:34.840Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:34:34.840Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:34:34.840Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-01T00:34:34.919Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 5362a44f-2c8f-4273-a91f-f8ffb419405f 1 ASDC deployResourceStructure
2021-09-01T00:34:34.920Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||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-09-01T00:34:34.920Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||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-09-01T00:34:34.920Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:34:34.920Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:34:34.922Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:34:34.922Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456474920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-01T00:34:35.022Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:34:35.023Z||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-09-01T00:34:35.023Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:34:35.031Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:34:35.032Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:34:35.923Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||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-09-01T00:34:35.923Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||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-09-01T00:34:35.924Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:34:35.924Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:34:35.925Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:34:35.925Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456475923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-01T00:34:36.026Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-01T00:34:36.027Z||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-09-01T00:34:36.027Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:34:36.036Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:34:36.036Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:34:36.926Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||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-09-01T00:34:36.927Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||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-09-01T00:34:36.927Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:34:36.928Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:34:36.930Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:34:36.930Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456476926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-01T00:34:37.030Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:34:37.031Z||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-09-01T00:34:37.032Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:34:37.040Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:34:37.040Z||pool-98-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:34:37.932Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-01T00:34:37.932Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-01T00:34:37.933Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:34:37.933Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:34:37.935Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:34:37.935Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456477931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:34:38.035Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:34:38.036Z||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-09-01T00:34:38.036Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:34:38.043Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:34:38.043Z||pool-99-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:34:38.936Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fab5fc8-82c8-4320-a3e7-ed5297f47188
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:34:38.948Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fab5fc8-82c8-4320-a3e7-ed5297f47188
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:34:38.951Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:34:38.951Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:34:38.951Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:35:08.951Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fab5fc8-82c8-4320-a3e7-ed5297f47188
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:35:08.964Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fab5fc8-82c8-4320-a3e7-ed5297f47188
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:35:08.967Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:35:08.967Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:35:08.967Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:35:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:35:27.131Z||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-09-01T00:35:27.132Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:35:27.156Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:35:27.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:35:27.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "aai-ml",
  "timestamp": 1630456464729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:35:27.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:35:38.967Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fab5fc8-82c8-4320-a3e7-ed5297f47188
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:35:38.982Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fab5fc8-82c8-4320-a3e7-ed5297f47188
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:35:38.985Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:35:38.985Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:35:38.985Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:36:08.985Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fab5fc8-82c8-4320-a3e7-ed5297f47188
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:36:08.997Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fab5fc8-82c8-4320-a3e7-ed5297f47188
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:36:08.999Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:36:08.999Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:36:08.999Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:36:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:36:27.131Z||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-09-01T00:36:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:36:27.153Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:36:27.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "aai-ml",
  "timestamp": 1630456464729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456469125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:36:27.156Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:36:27.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "aai-ml",
  "timestamp": 1630456464729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "aai-ml",
  "timestamp": 1630456464729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "aai-ml",
  "timestamp": 1630456464729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456471815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:36:27.158Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:36:27.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "clamp",
  "timestamp": 1630456472112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:36:27.158Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:36:27.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "aai-ml",
  "timestamp": 1630456464729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:36:27.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456473808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:36:27.159Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:36:27.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "aai-ml",
  "timestamp": 1630456474109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:36:27.159Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:36:27.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "clamp",
  "timestamp": 1630456474119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:36:27.159Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:36:27.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456474920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-01T00:36:27.160Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:36:27.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "clamp",
  "timestamp": 1630456475123,
  "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-09-01T00:36:27.170Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8fab5fc8-82c8-4320-a3e7-ed5297f47188
2021-09-01T00:36:27.170Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fab5fc8-82c8-4320-a3e7-ed5297f47188 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-09-01T00:36:27.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456475923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-01T00:36:27.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:36:27.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456476926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-01T00:36:27.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:36:27.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456477931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:36:27.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:36:27.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "aai-ml",
  "timestamp": 1630456480593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:36:27.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:36:27.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "aai-ml",
  "timestamp": 1630456481596,
  "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-09-01T00:36:27.186Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8fab5fc8-82c8-4320-a3e7-ed5297f47188
2021-09-01T00:36:27.186Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fab5fc8-82c8-4320-a3e7-ed5297f47188 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-09-01T00:36:27.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456505530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "cds",
  "timestamp": 1630456508825,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "policy-id",
  "timestamp": 1630456505691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456505530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "cds",
  "timestamp": 1630456508825,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "policy-id",
  "timestamp": 1630456505691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456505530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "cds",
  "timestamp": 1630456508825,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "policy-id",
  "timestamp": 1630456505691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456505530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "cds",
  "timestamp": 1630456508825,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "policy-id",
  "timestamp": 1630456505691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456505530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "cds",
  "timestamp": 1630456508825,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "clamp",
  "timestamp": 1630456517508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "policy-id",
  "timestamp": 1630456505691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.201Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "dcae-sch",
  "timestamp": 1630456517600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.201Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456505530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.201Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "cds",
  "timestamp": 1630456508825,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "clamp",
  "timestamp": 1630456517508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "policy-id",
  "timestamp": 1630456505691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "dcae-sch",
  "timestamp": 1630456517600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456505530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "cds",
  "timestamp": 1630456508825,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.205Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "clamp",
  "timestamp": 1630456517508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.205Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "policy-id",
  "timestamp": 1630456505691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.205Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "dcae-sch",
  "timestamp": 1630456517600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456519624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456505530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "cds",
  "timestamp": 1630456508825,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "clamp",
  "timestamp": 1630456517508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "policy-id",
  "timestamp": 1630456505691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "dcae-sch",
  "timestamp": 1630456517600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456519624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456505530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:36:27.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "cds",
  "timestamp": 1630456508825,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:36:27.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "clamp",
  "timestamp": 1630456517508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "policy-id",
  "timestamp": 1630456505691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:36:27.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "dcae-sch",
  "timestamp": 1630456517600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456519624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "clamp",
  "timestamp": 1630456517508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "dcae-sch",
  "timestamp": 1630456517600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456519624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "clamp",
  "timestamp": 1630456517508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "dcae-sch",
  "timestamp": 1630456517600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456519624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "policy-id",
  "timestamp": 1630456524784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:36:27.210Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:36:27.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "cds",
  "timestamp": 1630456524974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:36:27.210Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:36:27.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "clamp",
  "timestamp": 1630456517508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "dcae-sch",
  "timestamp": 1630456517600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456519624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "aai-ml",
  "timestamp": 1630456524729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "policy-id",
  "timestamp": 1630456525787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:36:27.211Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:36:27.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "clamp",
  "timestamp": 1630456517508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:36:27.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "cds",
  "timestamp": 1630456526167,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-01T00:36:27.222Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c
2021-09-01T00:36:27.222Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c 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-09-01T00:36:27.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "dcae-sch",
  "timestamp": 1630456517600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456519624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:36:27.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "aai-ml",
  "timestamp": 1630456524729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:36:27.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:36:27.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:36:27.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "policy-id",
  "timestamp": 1630456526790,
  "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-09-01T00:36:27.236Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c
2021-09-01T00:36:27.236Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c 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-09-01T00:36:38.999Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fab5fc8-82c8-4320-a3e7-ed5297f47188
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:36:39.012Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fab5fc8-82c8-4320-a3e7-ed5297f47188
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:36:39.014Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:36:39.014Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-01T00:36:39.015Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-01T00:36:39.015Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-01T00:36:39.015Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:36:39.015Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:36:39.015Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:36:39.015Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:36:39.015Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:36:39.015Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:36:39.015Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||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-09-01T00:36:39.020Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-01T00:37:09.020Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8fab5fc8-82c8-4320-a3e7-ed5297f47188 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-09-01T00:37:09.025Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8fab5fc8-82c8-4320-a3e7-ed5297f47188 and serviceModelVersionId: 54cabde4-d869-4a72-8675-8f3a3ae1bec6
2021-09-01T00:37:09.025Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 22b73402-2391-4cde-9c56-4b70b5a8b905
2021-09-01T00:37:09.026Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/22b73402-2391-4cde-9c56-4b70b5a8b905/model-vers/model-ver/54cabde4-d869-4a72-8675-8f3a3ae1bec6?depth=0
2021-09-01T00:37:09.029Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-01T00:37:09.055Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22b73402-2391-4cde-9c56-4b70b5a8b905/model-vers/model-ver/54cabde4-d869-4a72-8675-8f3a3ae1bec6?depth=0|INFO|500||Invoke
2021-09-01T00:37:09.056Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22b73402-2391-4cde-9c56-4b70b5a8b905/model-vers/model-ver/54cabde4-d869-4a72-8675-8f3a3ae1bec6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22b73402-2391-4cde-9c56-4b70b5a8b905/model-vers/model-ver/54cabde4-d869-4a72-8675-8f3a3ae1bec6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8fab5fc8-82c8-4320-a3e7-ed5297f47188], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2ed005a8-6a87-4552-b362-7601a8a914ef], X-ECOMP-RequestID=[8fab5fc8-82c8-4320-a3e7-ed5297f47188], X-TransactionId=[], X-ONAP-RequestID=[8fab5fc8-82c8-4320-a3e7-ed5297f47188], Content-Type=[application/merge-patch+json]}
2021-09-01T00:37:09.075Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22b73402-2391-4cde-9c56-4b70b5a8b905/model-vers/model-ver/54cabde4-d869-4a72-8675-8f3a3ae1bec6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-01T00:37:09.235Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22b73402-2391-4cde-9c56-4b70b5a8b905/model-vers/model-ver/54cabde4-d869-4a72-8675-8f3a3ae1bec6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22b73402-2391-4cde-9c56-4b70b5a8b905/model-vers/model-ver/54cabde4-d869-4a72-8675-8f3a3ae1bec6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210901-00:37:09:083-51851], vertex-id=[200856], Content-Length=[0], Date=[Wed, 01 Sep 2021 00:37:09 GMT], Content-Type=[application/json]}
2021-09-01T00:37:09.235Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22b73402-2391-4cde-9c56-4b70b5a8b905/model-vers/model-ver/54cabde4-d869-4a72-8675-8f3a3ae1bec6?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-01T00:37:09.236Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22b73402-2391-4cde-9c56-4b70b5a8b905/model-vers/model-ver/54cabde4-d869-4a72-8675-8f3a3ae1bec6?depth=0|INFO|500||InvokeReturn
2021-09-01T00:37:09.236Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-01T00:37:09.236Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:37:09.240Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||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-09-01T00:37:09.240Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8fab5fc8-82c8-4320-a3e7-ed5297f47188 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-01T00:37:09.240Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-01T00:37:09.240Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:37:09.242Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:37:09.242Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456629240,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-01T00:37:09.342Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:37:09.343Z||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-09-01T00:37:09.343Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:37:09.354Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:37:09.354Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-01T00:37:10.254Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:37:10.255Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|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-09-01T00:37:10.255Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:37:14.531Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:37:14.532Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-01T00:37:14.533Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fc9fc175-3454-44fc-bc1d-ca351451532b","serviceDescription":"service","serviceInvariantUUID":"7d5ca813-17f3-4cf8-a001-b3bde1889144","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"008a1221-f39b-44fe-b20c-4da81cabd4dc","resourceInvariantUUID":"f47c66d4-1626-43fb-9671-5f273362b0c1","resourceCustomizationUUID":"d4dd792d-70f1-48a4-8913-e7ef06be53ea","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":"NDk2NzAzYmY0Y2MxNjc0NWFjZDg0YzZmZDI4N2JhZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69652198-5d6e-44a0-8239-4599c553186e","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":"030f8f09-90c0-4f4d-965f-1b28b60bd5b5","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":"8e3ccc3d-1c30-43fb-9b87-af489c1382e5","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":"MDYzZmJiMjRhOGY2NjJjMmNhMjU2OGJiZTk5N2ZkYjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9e2448b8-670a-465f-8cc2-01c53609321a","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":"52939565-0dc7-4461-a004-5f6f348856e4","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":"2598f318-b2c8-44f8-97b4-aab7065e53f4","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":"2c198c4f-b573-4056-9180-560b77aa7dcf","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":"Y2JmMzEyMDYzMTA1MDY0MzdlOTRmZjBjMjQxYzE3Zjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0eb30590-ba53-49fc-8744-aec03f52e812","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"N2UzODI0NzIzYzJjYTQzM2Q2Y2RlMTllNjQ1NzVlNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8dd24d0-69c1-4e51-84cc-5a381b087161","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-01T00:37:14.535Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:37:14.536Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:37:14.538Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:37:14.538Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456630254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:37:14.638Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:37:14.639Z||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-09-01T00:37:14.639Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:37:14.648Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:37:14.648Z||pool-101-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:37:15.539Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:37:15.539Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:37:15.541Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:37:15.541Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456630254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:37:15.641Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:37:15.642Z||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-09-01T00:37:15.642Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:37:15.650Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:37:15.650Z||pool-102-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:37:16.541Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:37:16.542Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:37:16.544Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:37:16.544Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456630254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:37:16.644Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:37:16.645Z||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-09-01T00:37:16.645Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:37:16.653Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:37:16.653Z||pool-103-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:37:17.544Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:37:17.545Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:37:17.548Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:37:17.548Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456630254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:37:17.648Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:37:17.649Z||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-09-01T00:37:17.649Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:37:17.657Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:37:17.657Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:37:18.548Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:37:18.549Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:37:18.551Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:37:18.551Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456630254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:37:18.651Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:37:18.652Z||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-09-01T00:37:18.652Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:37:18.661Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:37:18.661Z||pool-105-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:37:19.551Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:37:19.552Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:37:19.555Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:37:19.555Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456630254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:37:19.655Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:37:19.656Z||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-09-01T00:37:19.656Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:37:19.665Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:37:19.665Z||pool-106-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:37:20.556Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:37:20.557Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:37:20.559Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:37:20.560Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456630254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:37:20.660Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:37:20.660Z||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-09-01T00:37:20.660Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:37:20.668Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:37:20.669Z||pool-107-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:37:21.560Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:37:21.561Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:37:21.563Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:37:21.563Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456630254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:37:21.664Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-01T00:37:21.664Z||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-09-01T00:37:21.664Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:37:21.673Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:37:21.673Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:37:22.564Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:37:22.565Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:37:22.568Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:37:22.568Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456630254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:37:22.668Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:37:22.669Z||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-09-01T00:37:22.669Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:37:22.676Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:37:22.676Z||pool-109-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:37:23.569Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fc9fc175-3454-44fc-bc1d-ca351451532b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7d5ca813-17f3-4cf8-a001-b3bde1889144",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "d4dd792d-70f1-48a4-8913-e7ef06be53ea",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "008a1221-f39b-44fe-b20c-4da81cabd4dc",
      "resourceInvariantUUID": "f47c66d4-1626-43fb-9671-5f273362b0c1",
      "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": "N2UzODI0NzIzYzJjYTQzM2Q2Y2RlMTllNjQ1NzVlNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b8dd24d0-69c1-4e51-84cc-5a381b087161"
    }
  ],
  "workloadContext": "Production"
}
2021-09-01T00:37:23.569Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-01T00:37:23.569Z|8fab5fc8-82c8-4320-a3e7-ed5297f47188|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fc9fc175-3454-44fc-bc1d-ca351451532b ASDC
2021-09-01T00:37:23.570Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fc9fc175-3454-44fc-bc1d-ca351451532b
ServiceInvariantUUID:7d5ca813-17f3-4cf8-a001-b3bde1889144
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:b8dd24d0-69c1-4e51-84cc-5a381b087161
ArtifactChecksum:N2UzODI0NzIzYzJjYTQzM2Q2Y2RlMTllNjQ1NzVlNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:d4dd792d-70f1-48a4-8913-e7ef06be53ea
ResourceInvariantUUID:f47c66d4-1626-43fb-9671-5f273362b0c1
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:008a1221-f39b-44fe-b20c-4da81cabd4dc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-01T00:37:23.570Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fc9fc175-3454-44fc-bc1d-ca351451532b 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-09-01T00:37:23.600Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:37:23.600Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:37:23.601Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:37:23.601Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b8dd24d0-69c1-4e51-84cc-5a381b087161 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-01T00:37:23.601Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:37:23.601Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-01T00:37:24.924Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:37:24.928Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar b8dd24d0-69c1-4e51-84cc-5a381b087161 105556
2021-09-01T00:37:24.928Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-01T00:37:24.928Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-01T00:37:24.928Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:37:24.928Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:37:24.930Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:37:24.930Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456644928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:37:25.030Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:37:25.031Z||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-09-01T00:37:25.031Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:37:25.038Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:37:25.038Z||pool-110-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:37:25.930Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:37:25.932Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:37:25.932Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b8dd24d0-69c1-4e51-84cc-5a381b087161, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-01T00:37:25.932Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-01T00:37:25.933Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-01T00:37:25.933Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-01T00:37:26.016Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3792440034144572759/Definitions/service-TestPnfMacro-template.yml
2021-09-01T00:37:26.602Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-01T00:37:26.602Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:37:26.602Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-01T00:37:26.602Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-01T00:37:26.602Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||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-09-01T00:37:26.602Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||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-09-01T00:37:26.603Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||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-09-01T00:37:26.603Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||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-09-01T00:37:26.603Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||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-09-01T00:37:26.603Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||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-09-01T00:37:26.603Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||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-09-01T00:37:26.603Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:37:26.603Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:37:26.603Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:37:26.603Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-01T00:37:26.603Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:37:26.603Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:37:26.603Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:37:26.603Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:37:26.603Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-01T00:37:26.604Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:37:26.604Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:37:26.604Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:37:26.604Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:37:26.604Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:37:26.604Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:37:26.604Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:37:26.604Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:37:26.604Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:37:26.604Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:37:26.604Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:37:26.604Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:37:26.604Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:fc9fc175-3454-44fc-bc1d-ca351451532b
Model Version:NULL
Model InvariantUuid:7d5ca813-17f3-4cf8-a001-b3bde1889144
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-01T00:37:26.610Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 008a1221-f39b-44fe-b20c-4da81cabd4dc
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:37:26.613Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||test-pnf 0
2021-09-01T00:37:26.613Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 008a1221-f39b-44fe-b20c-4da81cabd4dc
2021-09-01T00:37:26.613Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||No resources found for Service: fc9fc175-3454-44fc-bc1d-ca351451532b
2021-09-01T00:37:26.613Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: fc9fc175-3454-44fc-bc1d-ca351451532b
2021-09-01T00:37:26.613Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 008a1221-f39b-44fe-b20c-4da81cabd4dc ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:37:26.622Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@100c5d5b, org.onap.sdc.toscaparser.api.parameters.Input@2d0b4f64, org.onap.sdc.toscaparser.api.parameters.Input@2fdb28fc, org.onap.sdc.toscaparser.api.parameters.Input@21702fb4, org.onap.sdc.toscaparser.api.parameters.Input@53e44844]
2021-09-01T00:37:26.623Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:37:26.623Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:37:26.623Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid fc9fc175-3454-44fc-bc1d-ca351451532b: test-pnf
2021-09-01T00:37:26.623Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||Processing PNF resource: 008a1221-f39b-44fe-b20c-4da81cabd4dc
2021-09-01T00:37:26.623Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:37:26.623Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:37:26.623Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||Resource customization UUID: d4dd792d-70f1-48a4-8913-e7ef06be53ea is the same as notified resource customizationUUID: d4dd792d-70f1-48a4-8913-e7ef06be53ea
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-01T00:37:26.662Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 008a1221-f39b-44fe-b20c-4da81cabd4dc 0 ASDC deployResourceStructure
2021-09-01T00:37:26.663Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-01T00:37:26.663Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-01T00:37:26.663Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:37:26.663Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:37:26.665Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:37:26.665Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456646662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:37:26.765Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:37:26.766Z||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-09-01T00:37:26.767Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:37:26.775Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:37:26.775Z||pool-111-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:37:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:37:27.131Z||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-09-01T00:37:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:37:27.146Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:37:27.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:37:27.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456519624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:37:27.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:37:27.666Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:37:27.676Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:37:27.678Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:37:27.678Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:37:27.678Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:37:57.679Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:37:57.687Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:37:57.689Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:37:57.690Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:37:57.690Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:38:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:38:27.131Z||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-09-01T00:38:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:38:27.149Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:38:27.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "aai-ml",
  "timestamp": 1630456524729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:38:27.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:38:27.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456519624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:38:27.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:38:27.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "aai-ml",
  "timestamp": 1630456524729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:38:27.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:38:27.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "aai-ml",
  "timestamp": 1630456524729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:38:27.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:38:27.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456530069,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:38:27.151Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:38:27.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "aai-ml",
  "timestamp": 1630456524729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:38:27.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:38:27.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456531088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-01T00:38:27.152Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:38:27.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "aai-ml",
  "timestamp": 1630456524729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:38:27.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:38:27.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456531236,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:38:27.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:38:27.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456532090,
  "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-09-01T00:38:27.161Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c
2021-09-01T00:38:27.161Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c 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-09-01T00:38:27.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "aai-ml",
  "timestamp": 1630456524729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:38:27.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:38:27.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456531236,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:38:27.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:38:27.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "aai-ml",
  "timestamp": 1630456524729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:38:27.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:38:27.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456531236,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:38:27.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:38:27.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456531236,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:38:27.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:38:27.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "aai-ml",
  "timestamp": 1630456535019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:38:27.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:38:27.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "clamp",
  "timestamp": 1630456535122,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:38:27.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:38:27.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456531236,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:38:27.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:38:27.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "clamp",
  "timestamp": 1630456536143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:38:27.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:38:27.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456531236,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:38:27.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:38:27.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "clamp",
  "timestamp": 1630456537146,
  "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-09-01T00:38:27.181Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c
2021-09-01T00:38:27.181Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c 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-09-01T00:38:27.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456531236,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:38:27.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:38:27.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456531236,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:38:27.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:38:27.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "aai-ml",
  "timestamp": 1630456539024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:38:27.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:38:27.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456531236,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:38:27.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:38:27.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "aai-ml",
  "timestamp": 1630456540028,
  "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-09-01T00:38:27.197Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c
2021-09-01T00:38:27.197Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c 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-09-01T00:38:27.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456541626,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:38:27.206Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:38:27.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456543306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:38:27.206Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:38:27.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:38:27.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456544309,
  "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-09-01T00:38:27.211Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c
2021-09-01T00:38:27.211Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c 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-09-01T00:38:27.690Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:38:27.706Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:38:27.709Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:38:27.709Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-01T00:38:27.709Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-01T00:38:27.709Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-01T00:38:27.709Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:38:27.709Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:38:27.709Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:38:27.709Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:38:27.709Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:38:27.709Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:38:27.709Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:38:27.709Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||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-09-01T00:38:27.714Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-01T00:38:57.714Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c 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-09-01T00:38:57.723Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c and serviceModelVersionId: fc9fc175-3454-44fc-bc1d-ca351451532b
2021-09-01T00:38:57.723Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7d5ca813-17f3-4cf8-a001-b3bde1889144
2021-09-01T00:38:57.724Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7d5ca813-17f3-4cf8-a001-b3bde1889144/model-vers/model-ver/fc9fc175-3454-44fc-bc1d-ca351451532b?depth=0
2021-09-01T00:38:57.729Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-01T00:38:57.755Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7d5ca813-17f3-4cf8-a001-b3bde1889144/model-vers/model-ver/fc9fc175-3454-44fc-bc1d-ca351451532b?depth=0|INFO|500||Invoke
2021-09-01T00:38:57.755Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7d5ca813-17f3-4cf8-a001-b3bde1889144/model-vers/model-ver/fc9fc175-3454-44fc-bc1d-ca351451532b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7d5ca813-17f3-4cf8-a001-b3bde1889144/model-vers/model-ver/fc9fc175-3454-44fc-bc1d-ca351451532b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[989d5caf-80eb-4efb-b8b4-64f1f0171316], X-ECOMP-RequestID=[69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c], X-TransactionId=[], X-ONAP-RequestID=[69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c], Content-Type=[application/merge-patch+json]}
2021-09-01T00:38:57.771Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7d5ca813-17f3-4cf8-a001-b3bde1889144/model-vers/model-ver/fc9fc175-3454-44fc-bc1d-ca351451532b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-01T00:38:57.907Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7d5ca813-17f3-4cf8-a001-b3bde1889144/model-vers/model-ver/fc9fc175-3454-44fc-bc1d-ca351451532b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7d5ca813-17f3-4cf8-a001-b3bde1889144/model-vers/model-ver/fc9fc175-3454-44fc-bc1d-ca351451532b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210901-00:38:57:778-42578], vertex-id=[200872], Content-Length=[0], Date=[Wed, 01 Sep 2021 00:38:57 GMT], Content-Type=[application/json]}
2021-09-01T00:38:57.907Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7d5ca813-17f3-4cf8-a001-b3bde1889144/model-vers/model-ver/fc9fc175-3454-44fc-bc1d-ca351451532b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-01T00:38:57.909Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7d5ca813-17f3-4cf8-a001-b3bde1889144/model-vers/model-ver/fc9fc175-3454-44fc-bc1d-ca351451532b?depth=0|INFO|500||InvokeReturn
2021-09-01T00:38:57.909Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-01T00:38:57.910Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:38:57.914Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||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-09-01T00:38:57.915Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-01T00:38:57.915Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-01T00:38:57.915Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:38:57.917Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:38:57.918Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456737915,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-01T00:38:58.018Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:38:58.019Z||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-09-01T00:38:58.019Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:38:58.031Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:38:58.032Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-01T00:38:58.931Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:38:58.931Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|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-09-01T00:38:58.931Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:38:59.554Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:38:59.555Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-01T00:38:59.555Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"3a3e8965-47c1-4028-8461-22bd665d0720","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"6deb8e94-e0ca-4822-a46f-cdbb3919a26b","serviceDescription":"service","serviceInvariantUUID":"dd81fd31-1766-4edb-9c57-963b5232718d","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e3ac36cf-418d-4f8c-b267-c0585b8d5859","resourceInvariantUUID":"7566ae62-2838-45f0-8e7d-3ff66abd9e1d","resourceCustomizationUUID":"ea95e7ae-a08c-49d5-9732-ca9e142876d5","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":"NWE2OTczYTdmYzgxOTg1Njk1ZWQ3MTYwNGZiMmVlYmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b92886c-15cf-4ebb-8a23-a0605475da39","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":"ee1acaf1-76b2-4bb2-bfce-c1cd84b1a1b1","artifactVersion":"2","generatedFromUUID":"9a7825c6-4dc1-4496-9217-b50787318360"},{"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":"9a7825c6-4dc1-4496-9217-b50787318360","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":"YTI2MzZhZjQ5N2FjYmQ2Mzg4ODk1YzNkMjRmZDk2NDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"51717ca3-55a9-4f07-a280-0a6ee7535ccf","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":"e35c9b49-7746-41af-9727-db60060b861d","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":"08801a5a-6639-4441-8fff-7605cb5a05a5","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":"5ec04f26-c727-4e76-a582-c630b80c57cb","artifactVersion":"2","generatedFromUUID":"e35c9b49-7746-41af-9727-db60060b861d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OGYxMGE5OTFhNTcxMzc3Y2Q1NjNlODlkMzkyMzFmY2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"93912f52-af21-4787-9b79-02633ce1defb","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NjUxNDdiNDRmOTBmM2UwMGJlZmM4MjE2NjRhMjI0ZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"77c1c89c-15f1-46b0-b2cb-5c71d70f7a1f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-01T00:38:59.557Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:38:59.557Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:38:59.559Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:38:59.559Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456738931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:38:59.659Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-01T00:38:59.660Z||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-09-01T00:38:59.660Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:38:59.668Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:38:59.668Z||pool-113-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:39:00.560Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:39:00.561Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:39:00.563Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:39:00.563Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456738931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-01T00:39:00.664Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-01T00:39:00.664Z||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-09-01T00:39:00.664Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:39:00.673Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:39:00.674Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:39:01.563Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:39:01.564Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:39:01.566Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:39:01.567Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456738931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-01T00:39:01.667Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:39:01.668Z||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-09-01T00:39:01.668Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:39:01.675Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:39:01.675Z||pool-115-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:39:02.567Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:39:02.568Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:39:02.569Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:39:02.570Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456738931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-01T00:39:02.670Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:39:02.671Z||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-09-01T00:39:02.671Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:39:02.678Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:39:02.678Z||pool-116-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:39:03.570Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:39:03.572Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:39:03.574Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:39:03.574Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456738931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:39:03.674Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:39:03.675Z||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-09-01T00:39:03.675Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:39:03.682Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:39:03.683Z||pool-117-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:39:04.574Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:39:04.576Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:39:04.578Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:39:04.578Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456738931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:39:04.678Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:39:04.679Z||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-09-01T00:39:04.679Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:39:04.687Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:39:04.688Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:39:05.578Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:39:05.579Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:39:05.581Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:39:05.581Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456738931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-01T00:39:05.682Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-01T00:39:05.683Z||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-09-01T00:39:05.683Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:39:05.691Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:39:05.691Z||pool-119-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:39:06.582Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:39:06.584Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:39:06.585Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:39:06.585Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456738931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:39:06.686Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:39:06.687Z||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-09-01T00:39:06.687Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:39:06.696Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:39:06.696Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:39:07.586Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:39:07.587Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:39:07.589Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:39:07.589Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456738931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:39:07.690Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-01T00:39:07.690Z||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-09-01T00:39:07.691Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:39:07.698Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:39:07.699Z||pool-121-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:39:08.591Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "6deb8e94-e0ca-4822-a46f-cdbb3919a26b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dd81fd31-1766-4edb-9c57-963b5232718d",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "ea95e7ae-a08c-49d5-9732-ca9e142876d5",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e3ac36cf-418d-4f8c-b267-c0585b8d5859",
      "resourceInvariantUUID": "7566ae62-2838-45f0-8e7d-3ff66abd9e1d",
      "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": "ee1acaf1-76b2-4bb2-bfce-c1cd84b1a1b1",
          "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": "9a7825c6-4dc1-4496-9217-b50787318360",
          "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": "YTI2MzZhZjQ5N2FjYmQ2Mzg4ODk1YzNkMjRmZDk2NDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "51717ca3-55a9-4f07-a280-0a6ee7535ccf",
          "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": "e35c9b49-7746-41af-9727-db60060b861d",
          "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": "5ec04f26-c727-4e76-a582-c630b80c57cb",
            "generatedFromUUID": "e35c9b49-7746-41af-9727-db60060b861d"
          },
          "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": "5ec04f26-c727-4e76-a582-c630b80c57cb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NjUxNDdiNDRmOTBmM2UwMGJlZmM4MjE2NjRhMjI0ZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "77c1c89c-15f1-46b0-b2cb-5c71d70f7a1f"
    }
  ],
  "workloadContext": "Production"
}
2021-09-01T00:39:08.591Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-01T00:39:08.591Z|69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6deb8e94-e0ca-4822-a46f-cdbb3919a26b ASDC
2021-09-01T00:39:08.592Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3a3e8965-47c1-4028-8461-22bd665d0720
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:6deb8e94-e0ca-4822-a46f-cdbb3919a26b
ServiceInvariantUUID:dd81fd31-1766-4edb-9c57-963b5232718d
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:77c1c89c-15f1-46b0-b2cb-5c71d70f7a1f
ArtifactChecksum:NjUxNDdiNDRmOTBmM2UwMGJlZmM4MjE2NjRhMjI0ZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:ea95e7ae-a08c-49d5-9732-ca9e142876d5
ResourceInvariantUUID:7566ae62-2838-45f0-8e7d-3ff66abd9e1d
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:e3ac36cf-418d-4f8c-b267-c0585b8d5859
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:ee1acaf1-76b2-4bb2-bfce-c1cd84b1a1b1
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:9a7825c6-4dc1-4496-9217-b50787318360
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:51717ca3-55a9-4f07-a280-0a6ee7535ccf
ArtifactChecksum:YTI2MzZhZjQ5N2FjYmQ2Mzg4ODk1YzNkMjRmZDk2NDg=
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:e35c9b49-7746-41af-9727-db60060b861d
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:5ec04f26-c727-4e76-a582-c630b80c57cb
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:5ec04f26-c727-4e76-a582-c630b80c57cb
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-01T00:39:08.592Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6deb8e94-e0ca-4822-a46f-cdbb3919a26b 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-09-01T00:39:08.624Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:39:08.624Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:39:08.625Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:39:08.625Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 77c1c89c-15f1-46b0-b2cb-5c71d70f7a1f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-01T00:39:08.625Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:39:08.625Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-01T00:39:09.116Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:39:09.120Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 77c1c89c-15f1-46b0-b2cb-5c71d70f7a1f 68751
2021-09-01T00:39:09.120Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-01T00:39:09.120Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-01T00:39:09.120Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:39:09.120Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:39:09.121Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:39:09.122Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456749120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:39:09.222Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:39:09.223Z||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-09-01T00:39:09.223Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:39:09.231Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:39:09.231Z||pool-122-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:39:10.122Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:39:10.123Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:39:10.123Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 77c1c89c-15f1-46b0-b2cb-5c71d70f7a1f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-01T00:39:10.124Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-01T00:39:10.124Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-01T00:39:10.124Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-01T00:39:10.207Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4733940182259738303/Definitions/service-BasicCnf-template.yml
2021-09-01T00:39:11.045Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-01T00:39:11.045Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:39:11.045Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-01T00:39:11.045Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-09-01T00:39:11.046Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:11.046Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:11.046Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:11.046Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:11.046Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:39:11.046Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:11.047Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:39:11.047Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-01T00:39:11.047Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:39:11.047Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:39:11.047Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:11.048Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:39:11.048Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-01T00:39:11.048Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:39:11.048Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:39:11.048Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:11.048Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:39:11.049Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:11.049Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-01T00:39:11.049Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-01T00:39:11.049Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-01T00:39:11.049Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-01T00:39:11.050Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:11.050Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-01T00:39:11.050Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:11.050Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-01T00:39:11.050Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:39:11.050Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:11.051Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-01T00:39:11.051Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:39:11.051Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:11.051Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-01T00:39:11.051Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:39:11.052Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:11.052Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-01T00:39:11.052Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-01T00:39:11.052Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e2ad8e59-2306-4862-81c0-62bbe8b4cef2
2021-09-01T00:39:11.052Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:11.052Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:39:11.052Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:11.053Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:39:11.053Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:11.053Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:39:11.053Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:11.053Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:39:11.053Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:6deb8e94-e0ca-4822-a46f-cdbb3919a26b
Model Version:NULL
Model InvariantUuid:dd81fd31-1766-4edb-9c57-963b5232718d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:9666c4f1-b71a-41a9-bb9e-9016efc24018
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7566ae62-2838-45f0-8e7d-3ff66abd9e1d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ea95e7ae-a08c-49d5-9732-ca9e142876d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4e47b3c3-5699-4d01-bd48-043a28e99317
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:8399e50f-831f-4eaa-b6e2-b54126dce1ec
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e2ad8e59-2306-4862-81c0-62bbe8b4cef2
ModelInvariantUuid:6112a90c-12bb-4c0e-958c-f0e2a343fec3
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:6ab66d64-b559-4d2b-ba68-801e8f10d228
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:706bee7c-4b1d-4eaa-bc3d-af5b2c769139
ModelInvariantUuid:5e5b66d0-9b6e-48f4-b461-a9be356d99a8
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:9fb8e4ab-caf4-4b23-9cd2-5ed32c0b8bc8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-01T00:39:11.061Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: e3ac36cf-418d-4f8c-b267-c0585b8d5859
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:39:11.064Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||basic_cnf 0
2021-09-01T00:39:11.064Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e3ac36cf-418d-4f8c-b267-c0585b8d5859
2021-09-01T00:39:11.064Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ee1acaf1-76b2-4bb2-bfce-c1cd84b1a1b1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-01T00:39:11.064Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:39:11.065Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:11.905Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:39:11.905Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ee1acaf1-76b2-4bb2-bfce-c1cd84b1a1b1 12
2021-09-01T00:39:11.905Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:11.906Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:11.906Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:39:11.906Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:39:11.909Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:39:11.909Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456751905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:39:12.009Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:39:12.010Z||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-09-01T00:39:12.010Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:39:12.017Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:39:12.018Z||pool-123-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:39:12.909Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9a7825c6-4dc1-4496-9217-b50787318360 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-01T00:39:12.910Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:39:12.910Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:13.791Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:39:13.792Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 9a7825c6-4dc1-4496-9217-b50787318360 2688
2021-09-01T00:39:13.792Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:13.792Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:13.792Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:39:13.792Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:39:13.796Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:39:13.796Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456753792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:39:13.895Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-01T00:39:13.896Z||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-09-01T00:39:13.896Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:39:13.904Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:39:13.904Z||pool-124-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:39:14.798Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 51717ca3-55a9-4f07-a280-0a6ee7535ccf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-01T00:39:14.798Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:39:14.799Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:14.968Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:39:14.968Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 51717ca3-55a9-4f07-a280-0a6ee7535ccf 828
2021-09-01T00:39:14.968Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:14.969Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:14.969Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:39:14.969Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:39:14.971Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:39:14.971Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456754968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:39:15.072Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:39:15.072Z||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-09-01T00:39:15.073Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:39:15.080Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:39:15.080Z||pool-125-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:39:15.972Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4e47b3c3-5699-4d01-bd48-043a28e99317",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8399e50f-831f-4eaa-b6e2-b54126dce1ec",
    "vfModuleModelCustomizationUUID": "96b91d49-c66c-427b-bd57-5531aa65916f",
    "isBase": true,
    "artifacts": [
      "e35c9b49-7746-41af-9727-db60060b861d",
      "9a7825c6-4dc1-4496-9217-b50787318360",
      "5ec04f26-c727-4e76-a582-c630b80c57cb"
    ],
    "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-09-01T00:39:15.977Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8399e50f-831f-4eaa-b6e2-b54126dce1ec
VfModuleModelInvariantUUID:4e47b3c3-5699-4d01-bd48-043a28e99317
VfModuleModelDescription:NULL
Artifacts UUID List:{
e35c9b49-7746-41af-9727-db60060b861d
,
9a7825c6-4dc1-4496-9217-b50787318360
,
5ec04f26-c727-4e76-a582-c630b80c57cb

}
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-09-01T00:39:15.979Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4e47b3c3-5699-4d01-bd48-043a28e99317",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8399e50f-831f-4eaa-b6e2-b54126dce1ec",
    "vfModuleModelCustomizationUUID": "96b91d49-c66c-427b-bd57-5531aa65916f",
    "isBase": true,
    "artifacts": [
      "e35c9b49-7746-41af-9727-db60060b861d",
      "9a7825c6-4dc1-4496-9217-b50787318360",
      "5ec04f26-c727-4e76-a582-c630b80c57cb"
    ],
    "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-09-01T00:39:15.979Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8399e50f-831f-4eaa-b6e2-b54126dce1ec
VfModuleModelInvariantUUID:4e47b3c3-5699-4d01-bd48-043a28e99317
VfModuleModelDescription:NULL
Artifacts UUID List:{
e35c9b49-7746-41af-9727-db60060b861d
,
9a7825c6-4dc1-4496-9217-b50787318360
,
5ec04f26-c727-4e76-a582-c630b80c57cb

}
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-09-01T00:39:15.979Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e35c9b49-7746-41af-9727-db60060b861d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-01T00:39:15.979Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:39:15.980Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:16.135Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:39:16.135Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e35c9b49-7746-41af-9727-db60060b861d 1164
2021-09-01T00:39:16.135Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:16.135Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:16.136Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:39:16.136Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:39:16.137Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:39:16.137Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456756135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:39:16.238Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-01T00:39:16.238Z||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-09-01T00:39:16.239Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:39:16.249Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:39:16.250Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:39:17.138Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ec04f26-c727-4e76-a582-c630b80c57cb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-01T00:39:17.138Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:39:17.139Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:17.497Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:39:17.497Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 5ec04f26-c727-4e76-a582-c630b80c57cb 200
2021-09-01T00:39:17.497Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:17.497Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:17.497Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:39:17.498Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:39:17.499Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:39:17.499Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456757497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:39:17.600Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:39:17.600Z||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-09-01T00:39:17.601Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:39:17.608Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:39:17.608Z||pool-127-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:39:18.500Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 6deb8e94-e0ca-4822-a46f-cdbb3919a26b
2021-09-01T00:39:18.501Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e3ac36cf-418d-4f8c-b267-c0585b8d5859 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-09-01T00:39:18.517Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:39:18.525Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a20c66b, org.onap.sdc.toscaparser.api.parameters.Input@a81794d, org.onap.sdc.toscaparser.api.parameters.Input@101ad3d7, org.onap.sdc.toscaparser.api.parameters.Input@1a77e59e, org.onap.sdc.toscaparser.api.parameters.Input@56a87b25]
2021-09-01T00:39:18.526Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:18.526Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:39:18.526Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-01T00:39:18.527Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= ea95e7ae-a08c-49d5-9732-ca9e142876d5
2021-09-01T00:39:18.527Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ea95e7ae-a08c-49d5-9732-ca9e142876d5 matches Tosca VF Customization UUID: ea95e7ae-a08c-49d5-9732-ca9e142876d5
2021-09-01T00:39:18.527Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: ea95e7ae-a08c-49d5-9732-ca9e142876d5  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-01T00:39:18.528Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:18.528Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:39:18.529Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id ea95e7ae-a08c-49d5-9732-ca9e142876d5: {\"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-09-01T00:39:18.529Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@345e8243
2021-09-01T00:39:18.529Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:18.529Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-01T00:39:18.529Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 96b91d49-c66c-427b-bd57-5531aa65916f
2021-09-01T00:39:18.529Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 96b91d49-c66c-427b-bd57-5531aa65916f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-01T00:39:18.531Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:18.531Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-01T00:39:18.531Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:39:18.531Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:18.532Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-01T00:39:18.532Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:39:18.532Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:18.532Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-01T00:39:18.532Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-01T00:39:18.532Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e2ad8e59-2306-4862-81c0-62bbe8b4cef2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-01T00:39:18.534Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:18.534Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-01T00:39:18.534Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:39:18.534Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:18.534Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-01T00:39:18.534Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ea95e7ae-a08c-49d5-9732-ca9e142876d5
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:39:18.536Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:18.536Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:39:18.536Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 6deb8e94-e0ca-4822-a46f-cdbb3919a26b: basic_cnf
2021-09-01T00:39:18.536Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:18.536Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:39:18.536Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:18.537Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:39:18.537Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:18.537Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:39:18.537Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:18.537Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:39:18.537Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-01T00:39:18.537Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:39:18.537Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-01T00:39:18.606Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e3ac36cf-418d-4f8c-b267-c0585b8d5859 1 ASDC deployResourceStructure
2021-09-01T00:39:18.607Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:18.607Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:18.608Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-01T00:39:18.608Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:39:18.609Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:39:18.610Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456758607,
  "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-09-01T00:39:18.710Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:39:18.711Z||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-09-01T00:39:18.711Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:39:18.720Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:39:18.720Z||pool-128-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:39:19.610Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:19.611Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:19.611Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-01T00:39:19.611Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:39:19.613Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:39:19.613Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456759610,
  "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-09-01T00:39:19.714Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:39:19.715Z||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-09-01T00:39:19.715Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:39:19.724Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:39:19.724Z||pool-129-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:39:20.614Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:20.615Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:20.615Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:39:20.615Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:39:20.617Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:39:20.617Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456760614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-01T00:39:20.717Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:39:20.718Z||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-09-01T00:39:20.718Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:39:20.728Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:39:20.728Z||pool-130-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:39:21.618Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:21.619Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:21.619Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:39:21.619Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:39:21.621Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:39:21.622Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456761618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-01T00:39:21.722Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:39:21.723Z||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-09-01T00:39:21.723Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:39:21.730Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:39:21.730Z||pool-131-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:39:22.622Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:22.623Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:39:22.623Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:39:22.623Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:39:22.625Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:39:22.625Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456762622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-01T00:39:22.726Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:39:22.727Z||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-09-01T00:39:22.727Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:39:22.734Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:39:22.735Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:39:23.626Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-01T00:39:23.627Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-01T00:39:23.627Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:39:23.627Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:39:23.629Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:39:23.629Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456763626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:39:23.729Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:39:23.730Z||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-09-01T00:39:23.730Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:39:23.737Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:39:23.738Z||pool-133-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:39:24.630Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a3e8965-47c1-4028-8461-22bd665d0720
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:39:24.641Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a3e8965-47c1-4028-8461-22bd665d0720
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:39:24.644Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:39:24.644Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:39:24.644Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:39:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:39:27.131Z||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-09-01T00:39:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:39:27.146Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:39:27.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:39:27.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fab5fc8-82c8-4320-a3e7-ed5297f47188",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456629240,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-01T00:39:27.148Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:39:27.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:39:27.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456630254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:39:27.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:39:27.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:39:27.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456630254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:39:27.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:39:27.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:39:27.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456630254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:39:27.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:39:27.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:39:27.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456630254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:39:27.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:39:27.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:39:27.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456630254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:39:27.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:39:27.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:39:27.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456630254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:39:27.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:39:27.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:39:27.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456630254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:39:27.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:39:27.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:39:27.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456630254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:39:27.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:39:27.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:39:27.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456630254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:39:27.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:39:27.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:39:27.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456644928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:39:27.152Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:39:27.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:39:27.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456646662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:39:27.152Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:39:54.645Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a3e8965-47c1-4028-8461-22bd665d0720
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:39:54.656Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a3e8965-47c1-4028-8461-22bd665d0720
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:39:54.658Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:39:54.658Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:39:54.658Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:40:24.658Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a3e8965-47c1-4028-8461-22bd665d0720
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:40:24.669Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a3e8965-47c1-4028-8461-22bd665d0720
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:40:24.671Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:40:24.671Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:40:24.672Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:40:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:40:27.131Z||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-09-01T00:40:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:40:27.151Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:40:27.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456679624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "dcae-sch",
  "timestamp": 1630456677600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456685530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456681237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "policy-id",
  "timestamp": 1630456685691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456679624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456685530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-01T00:40:27.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "dcae-sch",
  "timestamp": 1630456677600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456681237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "policy-id",
  "timestamp": 1630456685691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "dcae-sch",
  "timestamp": 1630456677600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456679624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456681237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456685530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-01T00:40:27.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "policy-id",
  "timestamp": 1630456685691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456679624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456685530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-01T00:40:27.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456681237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "dcae-sch",
  "timestamp": 1630456677600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "policy-id",
  "timestamp": 1630456685691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "cds",
  "timestamp": 1630456688825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456679624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456681237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456685530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:40:27.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "dcae-sch",
  "timestamp": 1630456677600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "policy-id",
  "timestamp": 1630456685691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:40:27.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "cds",
  "timestamp": 1630456688825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "dcae-sch",
  "timestamp": 1630456677600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456679624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456681237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456685530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "policy-id",
  "timestamp": 1630456685691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "cds",
  "timestamp": 1630456688825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456679624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456681237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "dcae-sch",
  "timestamp": 1630456677600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456685530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-01T00:40:27.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "policy-id",
  "timestamp": 1630456685691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "cds",
  "timestamp": 1630456688825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456685530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456679624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "dcae-sch",
  "timestamp": 1630456677600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456681237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "policy-id",
  "timestamp": 1630456685691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "cds",
  "timestamp": 1630456688825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456685530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:40:27.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "dcae-sch",
  "timestamp": 1630456677600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456681237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:40:27.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630456679624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "policy-id",
  "timestamp": 1630456685691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:40:27.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "cds",
  "timestamp": 1630456688825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456695412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:40:27.163Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:40:27.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456695423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:40:27.163Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:40:27.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "cds",
  "timestamp": 1630456688825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "policy-id",
  "timestamp": 1630456695608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:40:27.163Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:40:27.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "cds",
  "timestamp": 1630456688825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "policy-id",
  "timestamp": 1630456696611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:40:27.163Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:40:27.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456696715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:40:27.163Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:40:27.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456697319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:40:27.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:40:27.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "cds",
  "timestamp": 1630456688825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:40:27.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "policy-id",
  "timestamp": 1630456697613,
  "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-09-01T00:40:27.172Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a3e8965-47c1-4028-8461-22bd665d0720
2021-09-01T00:40:27.172Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a3e8965-47c1-4028-8461-22bd665d0720 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-09-01T00:40:27.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "clamp",
  "timestamp": 1630456697508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456698222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:40:27.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:40:27.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630456698322,
  "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-09-01T00:40:27.194Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3a3e8965-47c1-4028-8461-22bd665d0720
2021-09-01T00:40:27.194Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a3e8965-47c1-4028-8461-22bd665d0720 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-09-01T00:40:27.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "cds",
  "timestamp": 1630456698922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:40:27.203Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:40:27.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "clamp",
  "timestamp": 1630456697508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456699818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:40:27.204Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:40:27.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "cds",
  "timestamp": 1630456699927,
  "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-09-01T00:40:27.209Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3a3e8965-47c1-4028-8461-22bd665d0720
2021-09-01T00:40:27.209Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a3e8965-47c1-4028-8461-22bd665d0720 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-09-01T00:40:27.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "clamp",
  "timestamp": 1630456697508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456700850,
  "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-09-01T00:40:27.222Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a3e8965-47c1-4028-8461-22bd665d0720
2021-09-01T00:40:27.223Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a3e8965-47c1-4028-8461-22bd665d0720 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-09-01T00:40:27.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "clamp",
  "timestamp": 1630456697508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-01T00:40:27.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630456701852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-01T00:40:27.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:40:27.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "clamp",
  "timestamp": 1630456697508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "clamp",
  "timestamp": 1630456697508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "clamp",
  "timestamp": 1630456697508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "clamp",
  "timestamp": 1630456697508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "aai-ml",
  "timestamp": 1630456704729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "clamp",
  "timestamp": 1630456697508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:40:27.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:27.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:40:27.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "aai-ml",
  "timestamp": 1630456704729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:40:27.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:40:54.672Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a3e8965-47c1-4028-8461-22bd665d0720
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:40:54.682Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a3e8965-47c1-4028-8461-22bd665d0720
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:40:54.684Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:40:54.684Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:40:54.684Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:41:24.684Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a3e8965-47c1-4028-8461-22bd665d0720
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:41:24.695Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a3e8965-47c1-4028-8461-22bd665d0720
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:41:24.698Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:41:24.698Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:41:24.698Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:41:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:41:27.131Z||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-09-01T00:41:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:41:27.650Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:41:27.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "aai-ml",
  "timestamp": 1630456704729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:41:27.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:41:27.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "aai-ml",
  "timestamp": 1630456704729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:41:27.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:41:27.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "aai-ml",
  "timestamp": 1630456704729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:41:27.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:41:27.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "aai-ml",
  "timestamp": 1630456704729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:41:27.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:41:27.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "aai-ml",
  "timestamp": 1630456704729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:41:27.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:41:27.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "aai-ml",
  "timestamp": 1630456704729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:41:27.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:41:27.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "aai-ml",
  "timestamp": 1630456704729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:41:27.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:41:27.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "clamp",
  "timestamp": 1630456714159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:41:27.655Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:41:27.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "aai-ml",
  "timestamp": 1630456714726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:41:27.655Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:41:27.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "clamp",
  "timestamp": 1630456717160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:41:27.655Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:41:27.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "clamp",
  "timestamp": 1630456718163,
  "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-09-01T00:41:27.662Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3a3e8965-47c1-4028-8461-22bd665d0720
2021-09-01T00:41:27.662Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a3e8965-47c1-4028-8461-22bd665d0720 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-09-01T00:41:27.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "aai-ml",
  "timestamp": 1630456720992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:41:27.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:41:27.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "aai-ml",
  "timestamp": 1630456721995,
  "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-09-01T00:41:27.676Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3a3e8965-47c1-4028-8461-22bd665d0720
2021-09-01T00:41:27.676Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a3e8965-47c1-4028-8461-22bd665d0720 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-09-01T00:41:27.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69e51e80-3a9e-4ea2-a7ae-2f8a35f6ed7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456737915,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-01T00:41:27.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:41:27.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456738931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:41:27.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:41:27.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456738931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-01T00:41:27.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:41:27.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456738931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-01T00:41:27.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:41:27.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456738931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-01T00:41:27.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:41:27.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456738931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-01T00:41:27.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:41:27.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456738931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:41:27.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:41:27.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456738931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-01T00:41:27.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:41:27.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456738931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-01T00:41:27.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:41:27.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456738931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-01T00:41:27.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-01T00:41:27.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456749120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:41:27.688Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:41:27.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456751905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:41:27.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:41:27.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456753792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:41:27.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:41:27.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456754968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:41:27.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:41:27.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456756135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:41:27.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:41:27.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456757497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-01T00:41:27.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:41:27.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456758607,
  "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-09-01T00:41:27.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:41:27.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456759610,
  "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-09-01T00:41:27.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:41:27.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456760614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-01T00:41:27.691Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:41:27.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456761618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-01T00:41:27.691Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:41:27.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456762622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-01T00:41:27.691Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:41:27.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:41:27.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456763626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-01T00:41:27.692Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:41:54.698Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a3e8965-47c1-4028-8461-22bd665d0720
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-01T00:41:54.708Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a3e8965-47c1-4028-8461-22bd665d0720
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-01T00:41:54.710Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:41:54.710Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-01T00:41:54.710Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-01T00:41:54.710Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-01T00:41:54.710Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:41:54.710Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:41:54.710Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:41:54.710Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:41:54.710Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:41:54.710Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-01T00:41:54.711Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:41:54.715Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-01T00:42:24.715Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3a3e8965-47c1-4028-8461-22bd665d0720 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-09-01T00:42:24.720Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3a3e8965-47c1-4028-8461-22bd665d0720 and serviceModelVersionId: 6deb8e94-e0ca-4822-a46f-cdbb3919a26b
2021-09-01T00:42:24.720Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd81fd31-1766-4edb-9c57-963b5232718d
2021-09-01T00:42:24.721Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd81fd31-1766-4edb-9c57-963b5232718d/model-vers/model-ver/6deb8e94-e0ca-4822-a46f-cdbb3919a26b?depth=0
2021-09-01T00:42:24.726Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-01T00:42:24.750Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd81fd31-1766-4edb-9c57-963b5232718d/model-vers/model-ver/6deb8e94-e0ca-4822-a46f-cdbb3919a26b?depth=0|INFO|500||Invoke
2021-09-01T00:42:24.751Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd81fd31-1766-4edb-9c57-963b5232718d/model-vers/model-ver/6deb8e94-e0ca-4822-a46f-cdbb3919a26b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd81fd31-1766-4edb-9c57-963b5232718d/model-vers/model-ver/6deb8e94-e0ca-4822-a46f-cdbb3919a26b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3a3e8965-47c1-4028-8461-22bd665d0720], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[723c22b6-6e61-4271-ac4d-9da91b5ef7dc], X-ECOMP-RequestID=[3a3e8965-47c1-4028-8461-22bd665d0720], X-TransactionId=[], X-ONAP-RequestID=[3a3e8965-47c1-4028-8461-22bd665d0720], Content-Type=[application/merge-patch+json]}
2021-09-01T00:42:24.785Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd81fd31-1766-4edb-9c57-963b5232718d/model-vers/model-ver/6deb8e94-e0ca-4822-a46f-cdbb3919a26b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-01T00:42:25.168Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd81fd31-1766-4edb-9c57-963b5232718d/model-vers/model-ver/6deb8e94-e0ca-4822-a46f-cdbb3919a26b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd81fd31-1766-4edb-9c57-963b5232718d/model-vers/model-ver/6deb8e94-e0ca-4822-a46f-cdbb3919a26b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210901-00:42:24:794-33955], vertex-id=[250016], Content-Length=[0], Date=[Wed, 01 Sep 2021 00:42:24 GMT], Content-Type=[application/json]}
2021-09-01T00:42:25.168Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd81fd31-1766-4edb-9c57-963b5232718d/model-vers/model-ver/6deb8e94-e0ca-4822-a46f-cdbb3919a26b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-01T00:42:25.169Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd81fd31-1766-4edb-9c57-963b5232718d/model-vers/model-ver/6deb8e94-e0ca-4822-a46f-cdbb3919a26b?depth=0|INFO|500||InvokeReturn
2021-09-01T00:42:25.169Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-01T00:42:25.169Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:42:25.173Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||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-09-01T00:42:25.173Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3a3e8965-47c1-4028-8461-22bd665d0720 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-01T00:42:25.174Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-01T00:42:25.174Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:42:25.176Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:42:25.176Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456945173,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-01T00:42:25.277Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:42:25.278Z||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-09-01T00:42:25.278Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:42:25.289Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:42:25.289Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-01T00:42:26.189Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:42:26.189Z|3a3e8965-47c1-4028-8461-22bd665d0720|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-09-01T00:42:26.189Z|3a3e8965-47c1-4028-8461-22bd665d0720|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:42:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:42:27.131Z||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-09-01T00:42:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:42:27.749Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:42:27.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:42:27.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a3e8965-47c1-4028-8461-22bd665d0720",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630456945173,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-01T00:42:27.750Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:42:36.368Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:42:36.369Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:42:36.369Z|3a3e8965-47c1-4028-8461-22bd665d0720|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-09-01T00:42:36.369Z|3a3e8965-47c1-4028-8461-22bd665d0720|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:42:45.900Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:42:45.901Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:42:45.901Z|3a3e8965-47c1-4028-8461-22bd665d0720|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-09-01T00:42:45.901Z|3a3e8965-47c1-4028-8461-22bd665d0720|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:42:55.433Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:42:55.434Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:42:55.434Z|3a3e8965-47c1-4028-8461-22bd665d0720|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-09-01T00:42:55.434Z|3a3e8965-47c1-4028-8461-22bd665d0720|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:43:04.965Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:43:04.966Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:43:04.967Z|3a3e8965-47c1-4028-8461-22bd665d0720|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-09-01T00:43:04.967Z|3a3e8965-47c1-4028-8461-22bd665d0720|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:43:14.499Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:43:14.500Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:43:14.500Z|3a3e8965-47c1-4028-8461-22bd665d0720|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-09-01T00:43:14.500Z|3a3e8965-47c1-4028-8461-22bd665d0720|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:43:24.032Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:43:24.033Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:43:24.034Z|3a3e8965-47c1-4028-8461-22bd665d0720|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-09-01T00:43:24.034Z|3a3e8965-47c1-4028-8461-22bd665d0720|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:43:27.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:43:27.131Z||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-09-01T00:43:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:43:33.567Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:43:33.568Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:43:33.568Z|3a3e8965-47c1-4028-8461-22bd665d0720|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-09-01T00:43:33.568Z|3a3e8965-47c1-4028-8461-22bd665d0720|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:43:36.665Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:43:43.102Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:43:43.102Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:43:43.102Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-01T00:43:43.102Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fo01l0bepjKmKJnX) ...
2021-09-01T00:43:52.636Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:43:52.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:43:52.637Z||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-09-01T00:43:52.637Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:44:02.166Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:44:02.167Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:44:02.167Z||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-09-01T00:44:02.167Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:44:11.713Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:44:11.714Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:44:11.714Z||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-09-01T00:44:11.715Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:44:21.246Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:44:21.247Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:44:21.247Z||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-09-01T00:44:21.247Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:44:27.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:44:27.131Z||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-09-01T00:44:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:44:30.778Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:44:30.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:44:30.779Z||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-09-01T00:44:30.780Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:44:36.668Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:44:40.312Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:44:40.312Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:44:40.313Z||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-09-01T00:44:40.313Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:44:49.842Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:45:27.129Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:45:27.130Z||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-09-01T00:45:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:45:27.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:45:27.131Z||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-09-01T00:45:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:45:36.665Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:45:36.665Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:46:27.129Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:46:27.129Z||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-09-01T00:46:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:46:27.130Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:46:27.131Z|3a3e8965-47c1-4028-8461-22bd665d0720|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-09-01T00:46:27.131Z|3a3e8965-47c1-4028-8461-22bd665d0720|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:46:36.669Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:46:36.669Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:47:27.129Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:47:27.129Z||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-09-01T00:47:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:47:27.130Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:47:27.130Z|3a3e8965-47c1-4028-8461-22bd665d0720|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-09-01T00:47:27.130Z|3a3e8965-47c1-4028-8461-22bd665d0720|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:47:36.668Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:47:36.668Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:48:27.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:48:27.129Z||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-09-01T00:48:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:48:27.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:48:27.131Z||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-09-01T00:48:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:48:36.665Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:48:36.665Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:49:27.129Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:49:27.129Z||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-09-01T00:49:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:49:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:49:27.130Z||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-09-01T00:49:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:49:36.664Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:49:36.666Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:50:27.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:50:27.129Z||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-09-01T00:50:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:50:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:50:27.130Z||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-09-01T00:50:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:50:36.667Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:50:36.670Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:51:27.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:51:27.129Z||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-09-01T00:51:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:51:27.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:51:27.131Z||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-09-01T00:51:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:51:36.664Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:51:36.664Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:52:27.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:52:27.129Z||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-09-01T00:52:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:52:27.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:52:27.130Z||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-09-01T00:52:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:52:36.665Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:52:36.665Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:53:27.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:53:27.129Z||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-09-01T00:53:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:53:27.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:53:27.131Z||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-09-01T00:53:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:53:36.667Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:53:36.674Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:54:27.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:54:27.129Z||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-09-01T00:54:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:54:27.130Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:54:27.131Z|3a3e8965-47c1-4028-8461-22bd665d0720|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-09-01T00:54:27.131Z|3a3e8965-47c1-4028-8461-22bd665d0720|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:54:36.677Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:54:36.678Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:55:27.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:55:27.129Z||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-09-01T00:55:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:55:27.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:55:27.131Z||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-09-01T00:55:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:55:36.675Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:55:36.677Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:56:27.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:56:27.129Z||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-09-01T00:56:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:56:27.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:56:27.131Z||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-09-01T00:56:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:56:36.663Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:56:36.665Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:57:27.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:57:27.129Z||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-09-01T00:57:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:57:27.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:57:27.131Z||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-09-01T00:57:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:57:36.675Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:57:36.676Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:58:27.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:58:27.129Z||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-09-01T00:58:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:58:27.130Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:58:27.130Z|3a3e8965-47c1-4028-8461-22bd665d0720|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-09-01T00:58:27.131Z|3a3e8965-47c1-4028-8461-22bd665d0720|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:58:36.665Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:58:36.666Z|3a3e8965-47c1-4028-8461-22bd665d0720|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:59:27.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:59:27.129Z||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-09-01T00:59:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:59:27.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:59:27.131Z||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-09-01T00:59:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:59:36.667Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-01T00:59:36.667Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK