Results

By type

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

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

2021-11-29T19:15:20.704Z||main|||||INFO|500||The following profiles are active: basic
2021-11-29T19:15:39.497Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-29T19:15:39.498Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-29T19:15:39.617Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-29T19:15:49.749Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-29T19:15:50.501Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-29T19:15:51.205Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-29T19:15:51.217Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-29T19:15:51.450Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-29T19:15:51.798Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-29T19:15:52.760Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-29T19:16:01.401Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-29T19:16:03.544Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-29T19:16:03.604Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-29T19:16:04.146Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-29T19:16:04.268Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-11-29T19:16:05.548Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-29T19:16:06.675Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-11-29T19:16:06.695Z||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$$fa32a587.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-11-29T19:16:06.696Z||main|||||WARN|500||The sdc end point is not alive
2021-11-29T19:16:09.544Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-11-29T19:16:12.279Z||main|||||WARN|500||---
2021-11-29T19:16:12.280Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-29T19:16:12.280Z||main|||||WARN|500||---
2021-11-29T19:16:12.701Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-29T19:16:17.987Z||main|||||INFO|500||Started Application in 61.306 seconds (JVM running for 67.712)
2021-11-29T19:16:18.040Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-29T19:16:18.043Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-29T19:16:18.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-29T19:16:18.092Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-29T19:16:18.149Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 78c469d4-b353-43d7-9a20-a3a814eb2035 url= /sdc/v1/artifactTypes
2021-11-29T19:16:18.150Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-29T19:16:18.515Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-29T19:16:18.557Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-29T19:16:18.582Z||scheduling-1|||||DEBUG|500||create keys
2021-11-29T19:16:18.591Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-29T19:16:18.870Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:16:18.890Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c30d63b2-c70a-4808-a32e-30ce0f9451d1 url= /sdc/v1/registerForDistribution
2021-11-29T19:16:19.120Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c30d63b2-c70a-4808-a32e-30ce0f9451d1 url= /sdc/v1/registerForDistribution
2021-11-29T19:16:19.120Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-29T19:16:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:16:19.132Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:16:19.140Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-29T19:16:19.142Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:16:19.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:16:19.143Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:16:19.143Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:16:30.588Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:16:30.889Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:17:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:17:19.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:17:19.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:17:19.135Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:17:19.136Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:17:19.136Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:17:28.697Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:17:28.702Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:18:19.129Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:18:19.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:18:19.134Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:18:19.134Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:18:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:18:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:18:28.700Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:18:28.700Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:19:19.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:19:19.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-11-29T19:19:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:19:19.132Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:19:19.133Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:19:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:19:28.681Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:19:28.680Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:20:19.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:20:19.131Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:20:19.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:20:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:20:19.132Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:20:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:20:28.682Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:20:28.682Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:21:19.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:21:19.131Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:21:19.132Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:21:19.132Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:21:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:21:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:21:28.675Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:21:28.688Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:22:19.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:22:19.131Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:22:19.131Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:22:19.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-11-29T19:22:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:22:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:22:28.679Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:22:28.679Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:23:19.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:23:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:23:19.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:23:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:23:19.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:23:19.137Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:23:28.683Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:23:28.684Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:24:19.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:24:19.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:24:19.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:24:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:24:19.134Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:24:19.135Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:24:28.681Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:24:28.681Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:25:19.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:25:19.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-11-29T19:25:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:25:19.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:25:19.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-11-29T19:25:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:25:28.674Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:25:28.674Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:26:08.394Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-29T19:26:19.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:26:19.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-11-29T19:26:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:26:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:26:19.132Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:26:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:26:28.673Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:26:28.678Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:27:19.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:27:19.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-11-29T19:27:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:27:19.131Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:27:19.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-11-29T19:27:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:27:28.673Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:27:28.682Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:28:19.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:28:19.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-11-29T19:28:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:28:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:28:19.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-11-29T19:28:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:28:28.680Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:28:28.729Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:29:19.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:29:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:29:19.133Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:29:19.133Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:29:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:29:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:29:28.699Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:29:28.699Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:30:19.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:30:19.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-11-29T19:30:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:30:19.132Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:30:19.133Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:30:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:30:28.667Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:30:28.674Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:31:19.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:31:19.131Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:31:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:31:19.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:31:19.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-11-29T19:31:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:31:28.684Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:31:28.686Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:32:19.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:32:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:32:19.131Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:32:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:32:19.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-11-29T19:32:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:32:28.683Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:32:28.686Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:33:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:33:19.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:33:19.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:33:19.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:33:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:33:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:33:28.681Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:33:28.681Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:34:19.131Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:34:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:34:19.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-11-29T19:34:19.133Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:34:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:34:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:34:28.676Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:34:28.677Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:35:19.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:35:19.131Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:35:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:35:19.131Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:35:19.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-11-29T19:35:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:35:28.678Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:35:28.678Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:36:19.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:36:19.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-11-29T19:36:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:36:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:36:19.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-11-29T19:36:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:36:28.676Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:36:28.676Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:37:19.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:37:19.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-11-29T19:37:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:37:19.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:37:19.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:37:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:37:28.684Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:37:28.689Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:38:19.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:38:19.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-11-29T19:38:19.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:38:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:38:19.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:38:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:38:28.681Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:38:28.681Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:39:19.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:39:19.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-11-29T19:39:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:39:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:39:19.133Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:39:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:39:28.673Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:39:28.673Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:40:19.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:40:19.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-11-29T19:40:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:40:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:40:19.132Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:40:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:40:28.678Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:40:28.683Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:41:19.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:41:19.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-11-29T19:41:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:41:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:41:19.132Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:41:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:41:28.675Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:41:28.675Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:42:19.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:42:19.131Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:42:19.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-11-29T19:42:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:42:19.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-11-29T19:42:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:42:28.677Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:42:28.677Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:43:19.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:43:19.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-11-29T19:43:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:43:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:43:19.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-11-29T19:43:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:43:28.680Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:43:28.680Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:44:19.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:44:19.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-11-29T19:44:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:44:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:44:19.132Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:44:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:44:28.666Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:44:28.675Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:45:19.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:45:19.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-11-29T19:45:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:45:19.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:45:19.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-11-29T19:45:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:45:28.670Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:45:28.670Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:46:19.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:46:19.131Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:46:19.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-11-29T19:46:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:46:19.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-11-29T19:46:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:46:28.676Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:46:28.676Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:47:19.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:47:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:47:19.132Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:47:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:47:19.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-11-29T19:47:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:47:28.674Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:47:28.683Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:48:19.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:48:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:48:19.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:48:19.134Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:48:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:48:19.135Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:48:28.678Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:48:28.678Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:49:19.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:49:19.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-11-29T19:49:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:49:19.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:49:19.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:49:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:49:28.674Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:49:28.674Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:50:19.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:50:19.131Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:50:19.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-11-29T19:50:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:50:19.132Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:50:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:50:28.677Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:50:28.677Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:51:19.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:51:19.131Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:51:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:51:19.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:51:19.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-11-29T19:51:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:51:28.673Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:51:28.674Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:52:19.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:52:19.131Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:52:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:52:19.131Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:52:19.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-11-29T19:52:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:52:28.672Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:52:28.677Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:53:19.129Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:53:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:53:19.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:53:19.133Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:53:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:53:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:53:28.691Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:53:28.691Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:54:19.129Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:54:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:54:19.136Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:54:19.136Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:54:19.136Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:54:19.136Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:54:28.678Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:54:28.684Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:55:19.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:55:19.129Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:55:19.129Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:55:19.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:55:19.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-11-29T19:55:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:55:28.669Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:55:28.669Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:56:19.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:56:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:56:19.131Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:56:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:56:19.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-11-29T19:56:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:56:28.674Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:56:28.677Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:57:19.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:57:19.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:57:19.131Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:57:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:57:19.132Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:57:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:57:28.675Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:57:28.677Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:58:19.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:58:19.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-11-29T19:58:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:58:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:58:19.132Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:58:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:58:28.676Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:58:28.675Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:59:19.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:59:19.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-11-29T19:59:19.130Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:59:19.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:59:19.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-11-29T19:59:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:59:28.668Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T19:59:28.670Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:00:19.129Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:00:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:00:19.131Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:00:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:00:19.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-11-29T20:00:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:00:28.674Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:00:28.676Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:01:19.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:01:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:01:19.133Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:01:19.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:01:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:01:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:01:28.678Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:01:28.678Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:02:19.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:02:19.129Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:02:19.129Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:02:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:02:19.132Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:02:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:02:28.673Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:02:28.673Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:03:19.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:03:19.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-11-29T20:03:19.130Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:03:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:03:19.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-11-29T20:03:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:03:28.670Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:03:28.671Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:04:19.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:04:19.131Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:04:19.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:04:19.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-11-29T20:04:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:04:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:04:28.678Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:04:28.679Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:05:19.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:05:19.129Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:05:19.129Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:05:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:05:19.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-11-29T20:05:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:05:28.666Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:05:28.669Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:06:19.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:06:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:06:19.132Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:06:19.131Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:06:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:06:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:06:28.691Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:06:28.691Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:07:19.129Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:07:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:07:19.133Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:07:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:07:19.140Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:07:19.140Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:07:28.683Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:07:28.693Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:08:19.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:08:19.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-11-29T20:08:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:08:19.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:08:19.132Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:08:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:08:28.673Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:08:28.674Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:09:19.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:09:19.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-11-29T20:09:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:09:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:09:19.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-11-29T20:09:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:09:28.671Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:09:28.675Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:10:19.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:10:19.130Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:10:19.136Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:10:19.136Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:10:19.136Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:10:19.136Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:10:28.689Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:10:28.689Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:11:19.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:11:19.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-11-29T20:11:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:11:19.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:11:19.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-11-29T20:11:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:11:28.677Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:11:28.678Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:12:19.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:12:19.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-11-29T20:12:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:12:19.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:12:19.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-11-29T20:12:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:12:28.674Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:12:28.674Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:13:19.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:13:19.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-11-29T20:13:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:13:19.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:13:19.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-11-29T20:13:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:13:28.675Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:13:28.674Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:14:19.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:14:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:14:19.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-11-29T20:14:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:14:19.132Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:14:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:14:28.677Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:14:28.677Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:15:19.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:15:19.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:15:19.133Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:15:19.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:15:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:15:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:15:28.677Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:15:28.677Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:16:19.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:16:19.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-11-29T20:16:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:16:19.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:16:19.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-11-29T20:16:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:16:28.669Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:16:28.669Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:17:19.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:17:19.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-11-29T20:17:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:17:19.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:17:19.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-11-29T20:17:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:17:28.671Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:17:28.671Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:18:19.130Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:18:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:18:19.132Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:18:19.132Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:18:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:18:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:18:28.678Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:18:28.678Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:19:19.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:19:19.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-11-29T20:19:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:19:19.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:19:19.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-11-29T20:19:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:19:28.672Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:19:28.673Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:20:19.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:20:19.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-11-29T20:20:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:20:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:19.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-11-29T20:20:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:25.797Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:20:25.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-29T20:20:25.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"ff150efc-7d9b-4b44-80af-fca215bf60a9","serviceName":"vFW 2021-11-29 20-17-31","serviceVersion":"1.0","serviceUUID":"47a6c351-a4d3-47ca-b7fb-37def0d3c377","serviceDescription":"catalog service description","serviceInvariantUUID":"d2527c43-bc94-46de-86bd-5da5af6ea452","resources":[{"resourceInstanceName":"vFW 324952dc-e183 0","resourceName":"vFW 324952dc-e183","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad78febe-3e16-4cee-b136-dc964f019261","resourceInvariantUUID":"dcbf2e42-b350-400f-9fa0-6a0b18a571e1","resourceCustomizationUUID":"d7b64762-035b-4cb1-bc65-acf07d4add2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vf-license-model.xml","artifactChecksum":"NTA2ZTQ4MzgxN2ZhYjY1ZDQ3ZjE5ZmM0MDZjMGIxNTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3bc53144-fc80-4f22-a2f6-16b85bc7c9b9","artifactVersion":"1"},{"artifactName":"vfw324952dce1830_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json","artifactChecksum":"ZGYwYmI0YjVmZGNiYThiOWM4MTI3MTZiMmE0MDk5ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9bdd0d23-ddea-4f60-b61a-f858dfe0770f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d65c4315-018b-4ff2-b2ca-ca06d744ee06","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vendor-license-model.xml","artifactChecksum":"OGFkM2ViMmY1ZTNjNmU3NDNkMWI5N2VmMDY5MGMzNjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ad2ff8da-fc3a-4bc6-abb4-bb62897712c5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"978fe532-2886-423b-aa8a-fbbaac250500","artifactVersion":"2","generatedFromUUID":"d65c4315-018b-4ff2-b2ca-ca06d744ee06"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211129201731-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-template.yml","artifactChecksum":"MzM2MGQ1MWI0MDg3ZmQ4YmRjOTQ2Njg3YzJmOTcyNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"627c1f99-1db2-4af5-88a3-2c5f16ae800a","artifactVersion":"1"},{"artifactName":"service-Vfw20211129201731-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar","artifactChecksum":"ZGFkZjhiYzg4OTRlNjRlZjkyZDA0Y2NjMjRhNTRjYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"64df60e4-efb5-4f31-96dd-17da4d3328b8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-29T20:20:25.828Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:20:25.838Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:25.862Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:25.863Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217219128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:20:25.957Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2021-11-29T20:20:25.963Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:20:25.963Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:25.974Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:20:25.975Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:26.004Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:20:26.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:20:26.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638217223242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:20:26.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:20:26.871Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:20:26.872Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:26.874Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:26.874Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217219128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
  "status": "NOTIFIED"
}
2021-11-29T20:20:26.975Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:20:26.976Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:20:26.977Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:26.986Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:20:26.987Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:27.875Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:20:27.876Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:27.878Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:27.878Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217219128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-29T20:20:27.980Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-29T20:20:27.981Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:20:27.981Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:27.992Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:20:27.993Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:28.879Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:20:28.880Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:28.881Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:28.882Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217219128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:20:28.982Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:20:28.983Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:20:28.983Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:28.994Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:20:28.995Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:29.883Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:20:29.884Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:29.886Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:29.886Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217219128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-29T20:20:29.986Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:20:29.987Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:20:29.987Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:30.002Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:20:30.002Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:30.887Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:20:30.888Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:30.890Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:30.890Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217219128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:20:30.990Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-29T20:20:30.992Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:20:30.992Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:31.007Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:20:31.007Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:31.891Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:20:31.892Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:31.894Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:31.894Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217219128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:20:31.994Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:20:31.995Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:20:31.995Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:32.006Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:20:32.007Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:32.896Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "serviceName": "vFW 2021-11-29 20-17-31",
  "serviceVersion": "1.0",
  "serviceUUID": "47a6c351-a4d3-47ca-b7fb-37def0d3c377",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d2527c43-bc94-46de-86bd-5da5af6ea452",
  "resources": [
    {
      "resourceInstanceName": "vFW 324952dc-e183 0",
      "resourceCustomizationUUID": "d7b64762-035b-4cb1-bc65-acf07d4add2b",
      "resourceName": "vFW 324952dc-e183",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ad78febe-3e16-4cee-b136-dc964f019261",
      "resourceInvariantUUID": "dcbf2e42-b350-400f-9fa0-6a0b18a571e1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw324952dce1830_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
          "artifactChecksum": "ZGYwYmI0YjVmZGNiYThiOWM4MTI3MTZiMmE0MDk5ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9bdd0d23-ddea-4f60-b61a-f858dfe0770f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d65c4315-018b-4ff2-b2ca-ca06d744ee06",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "978fe532-2886-423b-aa8a-fbbaac250500",
            "generatedFromUUID": "d65c4315-018b-4ff2-b2ca-ca06d744ee06"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "978fe532-2886-423b-aa8a-fbbaac250500",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211129201731-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
      "artifactChecksum": "ZGFkZjhiYzg4OTRlNjRlZjkyZDA0Y2NjMjRhNTRjYzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "64df60e4-efb5-4f31-96dd-17da4d3328b8"
    }
  ],
  "workloadContext": "Production"
}
2021-11-29T20:20:32.898Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-29T20:20:32.898Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 47a6c351-a4d3-47ca-b7fb-37def0d3c377 ASDC
2021-11-29T20:20:33.033Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ff150efc-7d9b-4b44-80af-fca215bf60a9
ServiceName:vFW 2021-11-29 20-17-31
ServiceVersion:1.0
ServiceUUID:47a6c351-a4d3-47ca-b7fb-37def0d3c377
ServiceInvariantUUID:d2527c43-bc94-46de-86bd-5da5af6ea452
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211129201731-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar
ArtifactUUID:64df60e4-efb5-4f31-96dd-17da4d3328b8
ArtifactChecksum:ZGFkZjhiYzg4OTRlNjRlZjkyZDA0Y2NjMjRhNTRjYzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 324952dc-e183 0
ResourceCustomizationUUID:d7b64762-035b-4cb1-bc65-acf07d4add2b
ResourceInvariantUUID:dcbf2e42-b350-400f-9fa0-6a0b18a571e1
ResourceName:vFW 324952dc-e183
ResourceType:VF
ResourceUUID:ad78febe-3e16-4cee-b136-dc964f019261
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw324952dce1830_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json
ArtifactUUID:9bdd0d23-ddea-4f60-b61a-f858dfe0770f
ArtifactChecksum:ZGYwYmI0YjVmZGNiYThiOWM4MTI3MTZiMmE0MDk5ODc=
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/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml
ArtifactUUID:d65c4315-018b-4ff2-b2ca-ca06d744ee06
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/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env
ArtifactUUID:978fe532-2886-423b-aa8a-fbbaac250500
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/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env
ArtifactUUID:978fe532-2886-423b-aa8a-fbbaac250500
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-29T20:20:33.033Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 47a6c351-a4d3-47ca-b7fb-37def0d3c377 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:20:33.283Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-29T20:20:33.285Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-29T20:20:33.286Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-29T20:20:33.286Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 64df60e4-efb5-4f31-96dd-17da4d3328b8 from URL: /sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar
2021-11-29T20:20:33.286Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-29T20:20:33.287Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar
2021-11-29T20:20:33.531Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-29T20:20:33.550Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar 64df60e4-efb5-4f31-96dd-17da4d3328b8 98924
2021-11-29T20:20:33.551Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar ASDC sendASDCNotification
2021-11-29T20:20:33.552Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar
2021-11-29T20:20:33.552Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:20:33.553Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:33.557Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:33.557Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217233550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:20:33.657Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:20:33.658Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:20:33.658Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:33.670Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:20:33.670Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:20:34.557Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-29T20:20:34.559Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-29T20:20:34.559Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 64df60e4-efb5-4f31-96dd-17da4d3328b8, URL: /sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar to file: /app/ASDC/1/service-Vfw20211129201731-csar.csar
2021-11-29T20:20:34.560Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211129201731-csar.csar
2021-11-29T20:20:34.715Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211129201731-csar.csar
2021-11-29T20:20:34.716Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211129201731-csar.csar
2021-11-29T20:20:35.439Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4691605096337101265/Definitions/service-Vfw20211129201731-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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_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
2021-11-29T20:20:38.028Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-29T20:20:38.034Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-29T20:20:38.034Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.034Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-29T20:20:38.034Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.034Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.035Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 324952dc-e183 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-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.035Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.035Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.035Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.035Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.035Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.036Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.036Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.036Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.036Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.036Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.037Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-29T20:20:38.043Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:38.045Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:38.050Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is matching search criteria
2021-11-29T20:20:38.051Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-29T20:20:38.052Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 324952dc-e183 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-29T20:20:38.054Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:38.055Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:38.055Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is matching search criteria
2021-11-29T20:20:38.055Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-29T20:20:38.055Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 324952dc-e183 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-29T20:20:38.056Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:38.056Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:38.059Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:38.060Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is not matching search criteria
2021-11-29T20:20:38.060Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:20:38.060Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:20:38.060Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-29T20:20:38.061Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:20:38.061Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:38.061Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:20:38.061Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-29T20:20:38.062Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-29T20:20:38.062Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-29T20:20:38.062Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:20:38.062Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:38.062Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-29T20:20:38.063Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:38.063Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-29T20:20:38.063Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:20:38.063Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-29T20:20:38.064Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:38.064Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-29T20:20:38.065Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:38.065Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is matching search criteria
2021-11-29T20:20:38.066Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 324952dc-e183 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:20:38.066Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:38.067Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is matching search criteria
2021-11-29T20:20:38.067Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 324952dc-e183 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:20:38.067Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:38.068Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is matching search criteria
2021-11-29T20:20:38.068Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 324952dc-e183 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:20:38.068Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:38.068Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is not matching search criteria
2021-11-29T20:20:38.069Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:20:38.069Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:20:38.069Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-29T20:20:38.069Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-29T20:20:38.070Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-29T20:20:38.070Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:20:38.070Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:38.070Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-29T20:20:38.071Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:38.071Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-29T20:20:38.071Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:20:38.072Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e5b09e7e-e922-4723-9619-521983ff100a
2021-11-29T20:20:38.072Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:38.072Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is not matching search criteria
2021-11-29T20:20:38.073Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:20:38.073Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:20:38.073Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-29T20:20:38.073Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:20:38.074Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:38.074Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:20:38.074Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-29T20:20:38.074Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-29T20:20:38.075Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-29T20:20:38.075Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:38.075Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-29T20:20:38.075Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:20:38.075Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a7c62565-7658-42b1-860b-5d705c540f98
2021-11-29T20:20:38.076Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:38.076Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is not matching search criteria
2021-11-29T20:20:38.076Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:20:38.076Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:20:38.077Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-29T20:20:38.077Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:20:38.077Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:38.077Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:20:38.078Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-29T20:20:38.078Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-29T20:20:38.079Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-29T20:20:38.079Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:20:38.079Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:38.079Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-29T20:20:38.079Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c0911859-c5fa-477f-910c-834394c2bdf2
2021-11-29T20:20:38.080Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:38.080Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:38.080Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:38.080Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:38.081Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:38.081Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:38.081Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:38.081Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:38.082Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-11-29 20-17-31
Description:catalog service description
Model UUID:47a6c351-a4d3-47ca-b7fb-37def0d3c377
Model Version:NULL
Model InvariantUuid:d2527c43-bc94-46de-86bd-5da5af6ea452
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 324952dc-e183
Model UUID:20c528a7-f539-4172-a86d-f82dbcc7db92
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dcbf2e42-b350-400f-9fa0-6a0b18a571e1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d7b64762-035b-4cb1-bc65-acf07d4add2b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7181819b-edaf-4a8f-9997-0c92cfbaf60d
ModelName:Vfw324952dcE183..base_vfw..module-0
ModelUuid:f599a76c-4323-48ec-90b2-3d7a2545d7d8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e5b09e7e-e922-4723-9619-521983ff100a
ModelInvariantUuid:bd4f5e66-f5ac-4329-acc8-0c1cfdb7ad39
ModelName:vFW 324952dc-e183-nodes.vfwCvfc
ModelUuid:6e778e07-be6f-400f-b8ef-a11720d00350
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:1985592e-0080-44ca-8b05-1cc6dc6a00a1
ModelInvariantUuid:066bb4f5-364e-4296-8400-4a855fc3a158
ModelName:Vfw324952dcE183.compute.nodes.heat.vfw
ModelUuid:da760115-4a65-4e08-87d5-3ca17ac168ea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a7c62565-7658-42b1-860b-5d705c540f98
ModelInvariantUuid:dc2e640d-2d54-420c-989f-9f98b1ea1133
ModelName:vFW 324952dc-e183-nodes.vsnCvfc
ModelUuid:c8aca905-d216-4378-b1a5-2e01952c5233
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:78d5e599-44aa-4d4a-81c7-c5886388b950
ModelInvariantUuid:b2c96504-2c72-4e29-88b1-df50496af322
ModelName:Vfw324952dcE183.compute.nodes.heat.vsn
ModelUuid:80acdc0b-4e54-42f8-bc59-ec5558bc15d0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c0911859-c5fa-477f-910c-834394c2bdf2
ModelInvariantUuid:d9b1dd31-4beb-47f9-b90c-3c0e92c47fe6
ModelName:vFW 324952dc-e183-nodes.vpgCvfc
ModelUuid:35f93f90-fd2e-48bf-971e-90081fbf1baf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:2405cf00-88b9-4284-9de3-0065ee1c637d
ModelInvariantUuid:5915e0c9-2d11-4fbe-809b-0c56aa0abaa4
ModelName:Vfw324952dcE183.compute.nodes.heat.vpg
ModelUuid:631dec09-55f6-42ac-91fe-2d9d0e034e83
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-29T20:20:38.101Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: ad78febe-3e16-4cee-b136-dc964f019261
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:20:38.187Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||vFW 324952dc-e183 0
2021-11-29T20:20:38.195Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ad78febe-3e16-4cee-b136-dc964f019261
2021-11-29T20:20:38.195Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9bdd0d23-ddea-4f60-b61a-f858dfe0770f from URL: /sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json
2021-11-29T20:20:38.195Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-29T20:20:38.195Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json
2021-11-29T20:20:38.394Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-29T20:20:38.394Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json 9bdd0d23-ddea-4f60-b61a-f858dfe0770f 785
2021-11-29T20:20:38.395Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json ASDC sendASDCNotification
2021-11-29T20:20:38.395Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json
2021-11-29T20:20:38.395Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:20:38.395Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:38.398Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:38.398Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217238395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:20:38.499Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:20:38.516Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:20:38.517Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:38.528Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:20:38.529Z||pool-11-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:39.399Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw324952dcE183..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7181819b-edaf-4a8f-9997-0c92cfbaf60d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f599a76c-4323-48ec-90b2-3d7a2545d7d8",
    "vfModuleModelCustomizationUUID": "2c296d7f-8dc9-4a30-aa8e-6087e5ea63e5",
    "isBase": true,
    "artifacts": [
      "d65c4315-018b-4ff2-b2ca-ca06d744ee06",
      "978fe532-2886-423b-aa8a-fbbaac250500"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-29T20:20:39.414Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw324952dcE183..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f599a76c-4323-48ec-90b2-3d7a2545d7d8
VfModuleModelInvariantUUID:7181819b-edaf-4a8f-9997-0c92cfbaf60d
VfModuleModelDescription:NULL
Artifacts UUID List:{
d65c4315-018b-4ff2-b2ca-ca06d744ee06
,
978fe532-2886-423b-aa8a-fbbaac250500

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

isBase:true


}

2021-11-29T20:20:39.417Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw324952dcE183..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7181819b-edaf-4a8f-9997-0c92cfbaf60d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f599a76c-4323-48ec-90b2-3d7a2545d7d8",
    "vfModuleModelCustomizationUUID": "2c296d7f-8dc9-4a30-aa8e-6087e5ea63e5",
    "isBase": true,
    "artifacts": [
      "d65c4315-018b-4ff2-b2ca-ca06d744ee06",
      "978fe532-2886-423b-aa8a-fbbaac250500"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-29T20:20:39.417Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw324952dcE183..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f599a76c-4323-48ec-90b2-3d7a2545d7d8
VfModuleModelInvariantUUID:7181819b-edaf-4a8f-9997-0c92cfbaf60d
VfModuleModelDescription:NULL
Artifacts UUID List:{
d65c4315-018b-4ff2-b2ca-ca06d744ee06
,
978fe532-2886-423b-aa8a-fbbaac250500

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

isBase:true


}

2021-11-29T20:20:39.417Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d65c4315-018b-4ff2-b2ca-ca06d744ee06 from URL: /sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml
2021-11-29T20:20:39.417Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-29T20:20:39.417Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml
2021-11-29T20:20:39.888Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-29T20:20:39.889Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml d65c4315-018b-4ff2-b2ca-ca06d744ee06 20368
2021-11-29T20:20:39.889Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-29T20:20:39.889Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml
2021-11-29T20:20:39.889Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:20:39.890Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:39.891Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:39.891Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217239889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:20:39.998Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-11-29T20:20:39.999Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:20:39.999Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:40.012Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:20:40.012Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:40.892Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 978fe532-2886-423b-aa8a-fbbaac250500 from URL: /sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env
2021-11-29T20:20:40.892Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-29T20:20:40.893Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env
2021-11-29T20:20:41.025Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-29T20:20:41.025Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env 978fe532-2886-423b-aa8a-fbbaac250500 2098
2021-11-29T20:20:41.026Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-29T20:20:41.026Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env
2021-11-29T20:20:41.026Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:20:41.026Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:41.029Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:41.029Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217241026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:20:41.131Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-29T20:20:41.132Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:20:41.132Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:41.146Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:20:41.146Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:42.029Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 47a6c351-a4d3-47ca-b7fb-37def0d3c377
2021-11-29T20:20:42.030Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 324952dc-e183 0 ad78febe-3e16-4cee-b136-dc964f019261 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:20:42.059Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6fdd2357, org.onap.sdc.toscaparser.api.parameters.Input@7ec622db, org.onap.sdc.toscaparser.api.parameters.Input@63f4b35f, org.onap.sdc.toscaparser.api.parameters.Input@3c0ba1cf, org.onap.sdc.toscaparser.api.parameters.Input@3a4aea82]
2021-11-29T20:20:42.062Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:42.062Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:42.063Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-11-29T20:20:42.063Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= d7b64762-035b-4cb1-bc65-acf07d4add2b
2021-11-29T20:20:42.063Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d7b64762-035b-4cb1-bc65-acf07d4add2b matches Tosca VF Customization UUID: d7b64762-035b-4cb1-bc65-acf07d4add2b
2021-11-29T20:20:42.063Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: d7b64762-035b-4cb1-bc65-acf07d4add2b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-29T20:20:42.069Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:42.069Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:42.071Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id d7b64762-035b-4cb1-bc65-acf07d4add2b: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-11-29T20:20:42.071Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7f15c377
2021-11-29T20:20:42.071Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:42.071Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-29T20:20:42.072Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2c296d7f-8dc9-4a30-aa8e-6087e5ea63e5
2021-11-29T20:20:42.073Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2c296d7f-8dc9-4a30-aa8e-6087e5ea63e5
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-29T20:20:42.078Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:42.078Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is matching search criteria
2021-11-29T20:20:42.078Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 324952dc-e183 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:20:42.079Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:42.079Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is matching search criteria
2021-11-29T20:20:42.079Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 324952dc-e183 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:20:42.080Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:42.080Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is not matching search criteria
2021-11-29T20:20:42.080Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:20:42.080Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:20:42.081Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-29T20:20:42.081Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-29T20:20:42.081Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-29T20:20:42.081Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:20:42.081Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:42.082Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-29T20:20:42.082Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:42.083Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-29T20:20:42.083Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:20:42.083Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e5b09e7e-e922-4723-9619-521983ff100a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-29T20:20:42.088Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:42.089Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is matching search criteria
2021-11-29T20:20:42.089Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 324952dc-e183 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:20:42.089Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:42.089Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is not matching search criteria
2021-11-29T20:20:42.090Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:20:42.090Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:20:42.090Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-29T20:20:42.090Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:20:42.091Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:42.091Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:20:42.091Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-29T20:20:42.091Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-29T20:20:42.092Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-29T20:20:42.092Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:42.092Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-29T20:20:42.092Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:20:42.093Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a7c62565-7658-42b1-860b-5d705c540f98
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-29T20:20:42.094Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:42.094Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is matching search criteria
2021-11-29T20:20:42.094Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 324952dc-e183 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:20:42.097Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:42.097Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is not matching search criteria
2021-11-29T20:20:42.097Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:20:42.098Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:20:42.098Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-29T20:20:42.098Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:20:42.098Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:42.099Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:20:42.099Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-29T20:20:42.099Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-29T20:20:42.099Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-29T20:20:42.100Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:20:42.100Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:42.100Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-29T20:20:42.100Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c0911859-c5fa-477f-910c-834394c2bdf2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-29T20:20:42.102Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:42.102Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is matching search criteria
2021-11-29T20:20:42.102Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 324952dc-e183 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:20:42.102Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:42.103Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is matching search criteria
2021-11-29T20:20:42.103Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 324952dc-e183 0] matching following query criteria: sdcType=VF, customizationUUID=d7b64762-035b-4cb1-bc65-acf07d4add2b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:20:42.104Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:42.104Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:42.105Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 47a6c351-a4d3-47ca-b7fb-37def0d3c377: vFW 324952dc-e183
2021-11-29T20:20:42.105Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:42.105Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:42.105Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:42.106Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:42.106Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:42.106Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:42.106Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:42.107Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:42.107Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:20:42.107Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:42.107Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-11-29 20-17-31 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:20:42.303Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 324952dc-e183 ad78febe-3e16-4cee-b136-dc964f019261 1 ASDC deployResourceStructure
2021-11-29T20:20:42.303Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json ASDC sendASDCNotification
2021-11-29T20:20:42.304Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json
2021-11-29T20:20:42.304Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:20:42.304Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:42.306Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:42.306Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217242303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-29T20:20:42.407Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:20:42.408Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:20:42.408Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:42.419Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:20:42.420Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:20:43.307Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-29T20:20:43.308Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml
2021-11-29T20:20:43.308Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:20:43.308Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:43.310Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:43.310Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217243307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-29T20:20:43.410Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:20:43.412Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:20:43.412Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:43.426Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:20:43.427Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:44.311Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-29T20:20:44.311Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env
2021-11-29T20:20:44.311Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:20:44.312Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:44.313Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:44.313Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217244311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-29T20:20:44.415Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-29T20:20:44.417Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:20:44.417Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:44.429Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:20:44.430Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:45.314Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar ASDC sendASDCNotification
2021-11-29T20:20:45.315Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar
2021-11-29T20:20:45.315Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:20:45.315Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:45.317Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:45.317Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217245314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:20:45.417Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:20:45.418Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:20:45.419Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:45.429Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:20:45.430Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:46.319Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:20:46.366Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:20:46.369Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:20:46.369Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:20:46.369Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:21:16.370Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:21:16.393Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:21:16.395Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:21:16.395Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:21:16.395Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:21:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:21:19.134Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:21:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:21:19.155Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:21:19.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:21:19.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "dcae-sch",
  "timestamp": 1638217223338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:21:19.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:21:46.396Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:21:46.408Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:21:46.410Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:21:46.411Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:21:46.411Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:22:16.413Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:22:16.425Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:22:16.427Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:22:16.427Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:22:16.427Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:22:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:22:19.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-11-29T20:22:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:22:19.155Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:22:19.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:22:19.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "clamp",
  "timestamp": 1638217217754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:22:19.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:22:19.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:22:19.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "policy-id",
  "timestamp": 1638217223155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:22:19.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:22:19.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:22:19.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217219128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:22:19.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:22:46.428Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:22:46.458Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:22:46.460Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:22:46.460Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:22:46.461Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:23:16.461Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:23:16.470Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:23:16.472Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:23:16.473Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:23:16.473Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:23:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:23:19.133Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:23:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:23:19.665Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:23:19.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638217220227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638217223242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "dcae-sch",
  "timestamp": 1638217223338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "clamp",
  "timestamp": 1638217217754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
  "status": "NOTIFIED"
}
2021-11-29T20:23:19.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "policy-id",
  "timestamp": 1638217223155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638217220227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
  "status": "NOTIFIED"
}
2021-11-29T20:23:19.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217219128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
  "status": "NOTIFIED"
}
2021-11-29T20:23:19.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "cds",
  "timestamp": 1638217227054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638217223242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "dcae-sch",
  "timestamp": 1638217223338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "clamp",
  "timestamp": 1638217217754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.677Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "policy-id",
  "timestamp": 1638217223155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-29T20:23:19.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638217220227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-29T20:23:19.679Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217219128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-29T20:23:19.679Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "cds",
  "timestamp": 1638217227054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638217223242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "dcae-sch",
  "timestamp": 1638217223338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "clamp",
  "timestamp": 1638217217754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "policy-id",
  "timestamp": 1638217223155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638217220227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217219128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "cds",
  "timestamp": 1638217227054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638217223242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "dcae-sch",
  "timestamp": 1638217223338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "policy-id",
  "timestamp": 1638217223155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "clamp",
  "timestamp": 1638217217754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217219128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-29T20:23:19.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638217220227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-29T20:23:19.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "cds",
  "timestamp": 1638217227054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638217223242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "dcae-sch",
  "timestamp": 1638217223338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "clamp",
  "timestamp": 1638217217754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "policy-id",
  "timestamp": 1638217223155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638217220227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217219128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638217230429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "cds",
  "timestamp": 1638217227054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638217223242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "dcae-sch",
  "timestamp": 1638217223338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "clamp",
  "timestamp": 1638217217754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:23:19.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "policy-id",
  "timestamp": 1638217223155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:23:19.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638217220227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:23:19.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217219128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:23:19.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638217230429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "cds",
  "timestamp": 1638217227054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638217230429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638217233229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:23:19.703Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "policy-id",
  "timestamp": 1638217233241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:23:19.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217233550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:23:19.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "cds",
  "timestamp": 1638217227054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:23:19.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638217230429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "policy-id",
  "timestamp": 1638217234251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:23:19.707Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638217234423,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:23:19.707Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638217230429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "cds",
  "timestamp": 1638217235146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:23:19.708Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "policy-id",
  "timestamp": 1638217235259,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:23:19.718Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ff150efc-7d9b-4b44-80af-fca215bf60a9
2021-11-29T20:23:19.718Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff150efc-7d9b-4b44-80af-fca215bf60a9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:23:19.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638217235614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:23:19.731Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638217230429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "cds",
  "timestamp": 1638217236173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:23:19.737Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ff150efc-7d9b-4b44-80af-fca215bf60a9
2021-11-29T20:23:19.737Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff150efc-7d9b-4b44-80af-fca215bf60a9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:23:19.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638217236880,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:23:19.751Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ff150efc-7d9b-4b44-80af-fca215bf60a9
2021-11-29T20:23:19.751Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff150efc-7d9b-4b44-80af-fca215bf60a9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-29T20:23:19.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638217230429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:23:19.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638217237885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-29T20:23:19.760Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "aai-ml",
  "timestamp": 1638217237196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217238395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:23:19.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638217238511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:23:19.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "aai-ml",
  "timestamp": 1638217237196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "clamp",
  "timestamp": 1638217239174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:23:19.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217239889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:23:19.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "aai-ml",
  "timestamp": 1638217237196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "aai-ml",
  "timestamp": 1638217237196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217241026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:23:19.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "clamp",
  "timestamp": 1638217241157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:23:19.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "aai-ml",
  "timestamp": 1638217237196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "clamp",
  "timestamp": 1638217242164,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:23:19.772Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ff150efc-7d9b-4b44-80af-fca215bf60a9
2021-11-29T20:23:19.772Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff150efc-7d9b-4b44-80af-fca215bf60a9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:23:19.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217242303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-29T20:23:19.780Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "aai-ml",
  "timestamp": 1638217237196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.781Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217243307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-29T20:23:19.782Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "aai-ml",
  "timestamp": 1638217237196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:23:19.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:23:19.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638217244001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:23:19.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217244311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-29T20:23:19.784Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638217245008,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:23:19.790Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ff150efc-7d9b-4b44-80af-fca215bf60a9
2021-11-29T20:23:19.790Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff150efc-7d9b-4b44-80af-fca215bf60a9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:23:19.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217245314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:23:19.799Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "aai-ml",
  "timestamp": 1638217245351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:23:19.799Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "aai-ml",
  "timestamp": 1638217261929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:23:19.800Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "aai-ml",
  "timestamp": 1638217262935,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:23:19.804Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ff150efc-7d9b-4b44-80af-fca215bf60a9
2021-11-29T20:23:19.805Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff150efc-7d9b-4b44-80af-fca215bf60a9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:23:46.473Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:23:46.486Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:23:46.489Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:23:46.489Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-29T20:23:46.489Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-29T20:23:46.489Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-29T20:23:46.489Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:23:46.489Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:23:46.490Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:23:46.490Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:23:46.490Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:23:46.490Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:23:46.490Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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-11-29T20:23:46.496Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-29T20:24:16.498Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-29T20:24:16.521Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff150efc-7d9b-4b44-80af-fca215bf60a9 and serviceModelVersionId: 47a6c351-a4d3-47ca-b7fb-37def0d3c377
2021-11-29T20:24:16.522Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2527c43-bc94-46de-86bd-5da5af6ea452
2021-11-29T20:24:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:24:19.133Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:24:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:24:28.683Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:24:31.906Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2527c43-bc94-46de-86bd-5da5af6ea452/model-vers/model-ver/47a6c351-a4d3-47ca-b7fb-37def0d3c377?depth=0
2021-11-29T20:24:32.043Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-11-29T20:24:32.539Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2527c43-bc94-46de-86bd-5da5af6ea452/model-vers/model-ver/47a6c351-a4d3-47ca-b7fb-37def0d3c377?depth=0|INFO|500||Invoke
2021-11-29T20:24:32.547Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2527c43-bc94-46de-86bd-5da5af6ea452/model-vers/model-ver/47a6c351-a4d3-47ca-b7fb-37def0d3c377?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2527c43-bc94-46de-86bd-5da5af6ea452/model-vers/model-ver/47a6c351-a4d3-47ca-b7fb-37def0d3c377?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ff150efc-7d9b-4b44-80af-fca215bf60a9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[06d8d725-abd9-49be-9d70-90c0fe96b199], X-ECOMP-RequestID=[ff150efc-7d9b-4b44-80af-fca215bf60a9], X-TransactionId=[], X-ONAP-RequestID=[ff150efc-7d9b-4b44-80af-fca215bf60a9], Content-Type=[application/merge-patch+json]}
2021-11-29T20:24:32.664Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2527c43-bc94-46de-86bd-5da5af6ea452/model-vers/model-ver/47a6c351-a4d3-47ca-b7fb-37def0d3c377?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-29T20:24:32.921Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2527c43-bc94-46de-86bd-5da5af6ea452/model-vers/model-ver/47a6c351-a4d3-47ca-b7fb-37def0d3c377?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2527c43-bc94-46de-86bd-5da5af6ea452/model-vers/model-ver/47a6c351-a4d3-47ca-b7fb-37def0d3c377?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211129-20:24:32:692-6401], vertex-id=[577712], Content-Length=[0], Date=[Mon, 29 Nov 2021 20:24:32 GMT], Content-Type=[application/json]}
2021-11-29T20:24:32.922Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2527c43-bc94-46de-86bd-5da5af6ea452/model-vers/model-ver/47a6c351-a4d3-47ca-b7fb-37def0d3c377?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-29T20:24:32.923Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2527c43-bc94-46de-86bd-5da5af6ea452/model-vers/model-ver/47a6c351-a4d3-47ca-b7fb-37def0d3c377?depth=0|INFO|500||InvokeReturn
2021-11-29T20:24:32.927Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-29T20:24:32.928Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:24:32.934Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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-11-29T20:24:32.935Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff150efc-7d9b-4b44-80af-fca215bf60a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-29T20:24:32.936Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-29T20:24:32.937Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:24:32.940Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:24:32.940Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217472935,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-29T20:24:33.040Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:24:33.041Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:24:33.041Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:24:33.053Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:24:33.054Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-29T20:24:33.956Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:24:33.957Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:24:33.957Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:24:44.527Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:24:44.527Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:24:44.528Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:24:44.528Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:24:54.066Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:24:54.067Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:24:54.067Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:24:54.068Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:25:03.614Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:25:03.615Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:25:03.616Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:25:03.616Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:25:13.159Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:25:19.128Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:25:19.129Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:25:19.129Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:25:19.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:25:19.132Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:25:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:25:19.755Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:25:19.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:25:19.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217472935,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-29T20:25:19.757Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:25:28.668Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:26:19.128Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:26:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:26:19.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-11-29T20:26:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:26:19.132Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:26:19.132Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:26:28.673Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:26:28.673Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:27:19.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:27:19.131Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:27:19.131Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:27:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:27:19.132Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:27:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:27:28.672Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:27:28.676Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:28:19.129Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:28:19.130Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:28:19.130Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:19.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:28:19.132Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:28:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:19.759Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:28:19.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375","serviceName":"basic_onboard_tlGgOX","serviceVersion":"1.0","serviceUUID":"21cb8861-267e-4143-aa69-8f8b51bc229b","serviceDescription":"service","serviceInvariantUUID":"55a00fa8-b548-4f05-9efb-aedf543cb0cd","resources":[{"resourceInstanceName":"basic_onboard_tlGgOX 0","resourceName":"basic_onboard_tlGgOX","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d0194082-e54d-4cc9-8558-e14e8f129b92","resourceInvariantUUID":"0c785960-c351-4259-b184-44c8d2a1d4f8","resourceCustomizationUUID":"5386cf3f-01e5-43b5-b4a7-b49c186db44f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vf-license-model.xml","artifactChecksum":"MmI5MjA1ZWVmNDVkMDYwZWJlOWRhYWQ0OTEwZTgyYzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"681064ae-4991-4741-b576-c880cb9157d9","artifactVersion":"1"},{"artifactName":"basic_onboard_tlggox0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json","artifactChecksum":"YjBiYzkzYTNiYzNhMzZiNTk4OTdmZDVmMTZjMDQzNjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"32011576-c9f6-4c8c-a29e-a610de32f593","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"50726817-f5c0-4f58-8346-1a874b1764ca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"05095bc2-111a-4b6a-a5c5-ce1270e19320","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"93ed6e3c-ed25-4a3a-91e6-bad2f7d347bf","artifactVersion":"2","generatedFromUUID":"50726817-f5c0-4f58-8346-1a874b1764ca"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTlggox-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-template.yml","artifactChecksum":"OGZkOTQ4ZTQyMWI4N2QxY2I3NDE3OTY3NmY5ZjYzMjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3863cf7c-ce6d-4636-b4ef-f114e3d70885","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTlggox-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar","artifactChecksum":"YzdjMGIxZTk2OWY5MWJiMTJkMmNjNDg4OTA2NmQxNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f77af8c5-d43f-4191-98bb-077773836c43","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-29T20:28:19.764Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:28:19.765Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:19.769Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:28:19.770Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:19.770Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217699128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "clamp",
  "timestamp": 1638217667753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "clamp",
  "timestamp": 1638217667753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
  "status": "NOTIFIED"
}
2021-11-29T20:28:19.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "clamp",
  "timestamp": 1638217667753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "cds",
  "timestamp": 1638217677054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "clamp",
  "timestamp": 1638217667753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "cds",
  "timestamp": 1638217677054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "clamp",
  "timestamp": 1638217667753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "cds",
  "timestamp": 1638217677054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "clamp",
  "timestamp": 1638217667753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "cds",
  "timestamp": 1638217677054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638217680227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638217680430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "clamp",
  "timestamp": 1638217667753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:28:19.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "cds",
  "timestamp": 1638217677054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638217680227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
  "status": "NOTIFIED"
}
2021-11-29T20:28:19.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638217680430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "cds",
  "timestamp": 1638217677054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638217680227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-29T20:28:19.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638217680430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "cds",
  "timestamp": 1638217677054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:28:19.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "policy-id",
  "timestamp": 1638217683156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638217680227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638217683242,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "dcae-sch",
  "timestamp": 1638217683339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638217680430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "policy-id",
  "timestamp": 1638217683156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638217680227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-29T20:28:19.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638217683242,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "dcae-sch",
  "timestamp": 1638217683339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638217680430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "cds",
  "timestamp": 1638217685323,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:28:19.783Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:28:19.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638217680227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "policy-id",
  "timestamp": 1638217683156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-29T20:28:19.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638217683242,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "dcae-sch",
  "timestamp": 1638217683339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638217680430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "cds",
  "timestamp": 1638217686334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:28:19.805Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
2021-11-29T20:28:19.805Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:28:19.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638217680227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:28:19.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "policy-id",
  "timestamp": 1638217683156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638217683242,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "dcae-sch",
  "timestamp": 1638217683339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638217680430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:28:19.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "aai-ml",
  "timestamp": 1638217687196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "policy-id",
  "timestamp": 1638217683156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638217683242,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "dcae-sch",
  "timestamp": 1638217683339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638217688125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:28:19.817Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:28:19.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638217688254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:28:19.817Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:28:19.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "aai-ml",
  "timestamp": 1638217687196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "policy-id",
  "timestamp": 1638217683156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638217683242,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "dcae-sch",
  "timestamp": 1638217683339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638217689325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:28:19.819Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:28:19.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "aai-ml",
  "timestamp": 1638217687196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "policy-id",
  "timestamp": 1638217683156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:28:19.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638217683242,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "dcae-sch",
  "timestamp": 1638217683339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "clamp",
  "timestamp": 1638217690209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:28:19.821Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:28:19.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638217690614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:28:19.821Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:28:19.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "aai-ml",
  "timestamp": 1638217687196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638217690932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:28:19.822Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:28:19.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "policy-id",
  "timestamp": 1638217691123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:28:19.822Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:28:19.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638217691633,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:28:19.828Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
2021-11-29T20:28:19.828Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:28:19.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "aai-ml",
  "timestamp": 1638217687196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638217691937,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:28:19.841Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
2021-11-29T20:28:19.841Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:28:19.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "policy-id",
  "timestamp": 1638217692127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:28:19.849Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:28:19.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "clamp",
  "timestamp": 1638217692215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:28:19.849Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:28:19.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638217692636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-29T20:28:19.849Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:28:19.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "aai-ml",
  "timestamp": 1638217687196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "policy-id",
  "timestamp": 1638217693139,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:28:19.854Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
2021-11-29T20:28:19.855Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-29T20:28:19.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "clamp",
  "timestamp": 1638217693220,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:28:19.865Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
2021-11-29T20:28:19.865Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:28:19.870Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:28:19.871Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:28:19.871Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:19.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "aai-ml",
  "timestamp": 1638217687196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:28:19.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:28:19.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "aai-ml",
  "timestamp": 1638217695027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:28:19.875Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:28:19.883Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:28:19.884Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:28:20.774Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:28:20.776Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:20.781Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:20.781Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217699128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
  "status": "NOTIFIED"
}
2021-11-29T20:28:20.884Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-11-29T20:28:20.887Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:28:20.887Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:20.899Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:28:20.899Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:28:21.781Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:28:21.782Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:21.785Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:21.785Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217699128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-29T20:28:21.885Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:28:21.887Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:28:21.887Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:21.899Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:28:21.900Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:28:22.786Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:28:22.788Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:22.792Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:22.792Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217699128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:22.893Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-29T20:28:22.895Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:28:22.895Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:22.908Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:28:22.908Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:28:23.796Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:28:23.797Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:23.800Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:23.801Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217699128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-29T20:28:23.901Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:28:23.902Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:28:23.903Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:23.917Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:28:23.918Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:28:24.801Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:28:24.802Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:24.804Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:24.804Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217699128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:28:24.906Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-29T20:28:24.911Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:28:24.911Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:24.925Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:28:24.926Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:28:25.805Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:28:25.806Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:25.809Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:25.809Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217699128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:28:25.909Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:28:25.911Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:28:25.911Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:25.923Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:28:25.924Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:28:26.811Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "serviceName": "basic_onboard_tlGgOX",
  "serviceVersion": "1.0",
  "serviceUUID": "21cb8861-267e-4143-aa69-8f8b51bc229b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "55a00fa8-b548-4f05-9efb-aedf543cb0cd",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_tlGgOX 0",
      "resourceCustomizationUUID": "5386cf3f-01e5-43b5-b4a7-b49c186db44f",
      "resourceName": "basic_onboard_tlGgOX",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d0194082-e54d-4cc9-8558-e14e8f129b92",
      "resourceInvariantUUID": "0c785960-c351-4259-b184-44c8d2a1d4f8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_tlggox0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
          "artifactChecksum": "YjBiYzkzYTNiYzNhMzZiNTk4OTdmZDVmMTZjMDQzNjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "32011576-c9f6-4c8c-a29e-a610de32f593",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "50726817-f5c0-4f58-8346-1a874b1764ca",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "93ed6e3c-ed25-4a3a-91e6-bad2f7d347bf",
            "generatedFromUUID": "50726817-f5c0-4f58-8346-1a874b1764ca"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "93ed6e3c-ed25-4a3a-91e6-bad2f7d347bf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardTlggox-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
      "artifactChecksum": "YzdjMGIxZTk2OWY5MWJiMTJkMmNjNDg4OTA2NmQxNzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f77af8c5-d43f-4191-98bb-077773836c43"
    }
  ],
  "workloadContext": "Production"
}
2021-11-29T20:28:26.812Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-29T20:28:26.812Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 21cb8861-267e-4143-aa69-8f8b51bc229b ASDC
2021-11-29T20:28:26.813Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
ServiceName:basic_onboard_tlGgOX
ServiceVersion:1.0
ServiceUUID:21cb8861-267e-4143-aa69-8f8b51bc229b
ServiceInvariantUUID:55a00fa8-b548-4f05-9efb-aedf543cb0cd
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTlggox-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar
ArtifactUUID:f77af8c5-d43f-4191-98bb-077773836c43
ArtifactChecksum:YzdjMGIxZTk2OWY5MWJiMTJkMmNjNDg4OTA2NmQxNzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_tlGgOX 0
ResourceCustomizationUUID:5386cf3f-01e5-43b5-b4a7-b49c186db44f
ResourceInvariantUUID:0c785960-c351-4259-b184-44c8d2a1d4f8
ResourceName:basic_onboard_tlGgOX
ResourceType:VF
ResourceUUID:d0194082-e54d-4cc9-8558-e14e8f129b92
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_tlggox0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json
ArtifactUUID:32011576-c9f6-4c8c-a29e-a610de32f593
ArtifactChecksum:YjBiYzkzYTNiYzNhMzZiNTk4OTdmZDVmMTZjMDQzNjk=
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/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml
ArtifactUUID:50726817-f5c0-4f58-8346-1a874b1764ca
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/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env
ArtifactUUID:93ed6e3c-ed25-4a3a-91e6-bad2f7d347bf
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/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env
ArtifactUUID:93ed6e3c-ed25-4a3a-91e6-bad2f7d347bf
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-29T20:28:26.813Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 21cb8861-267e-4143-aa69-8f8b51bc229b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-29T20:28:26.858Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-29T20:28:26.859Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-29T20:28:26.860Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-29T20:28:26.860Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f77af8c5-d43f-4191-98bb-077773836c43 from URL: /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:26.860Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-29T20:28:26.861Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:27.219Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-29T20:28:27.222Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar f77af8c5-d43f-4191-98bb-077773836c43 71553
2021-11-29T20:28:27.222Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar ASDC sendASDCNotification
2021-11-29T20:28:27.222Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:27.222Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:28:27.223Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:27.224Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:27.225Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217707222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:28:27.327Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-29T20:28:27.328Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:28:27.328Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:27.339Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:28:27.339Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:28:28.226Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-29T20:28:28.230Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-29T20:28:28.230Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f77af8c5-d43f-4191-98bb-077773836c43, URL: /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar to file: /app/ASDC/1/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:28.230Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:28.231Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:28.231Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:28.925Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4727486482915908463/Definitions/service-BasicOnboardTlggox-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-11-29T20:28:30.170Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-29T20:28:30.171Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-29T20:28:30.171Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:30.171Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-29T20:28:30.171Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:30.171Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:30.171Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_tlGgOX 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-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:30.171Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:30.171Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:30.171Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:30.172Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:30.172Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:30.172Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:30.172Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-29T20:28:30.172Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:30.172Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:30.173Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_tlGgOX 0 is matching search criteria
2021-11-29T20:28:30.173Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-29T20:28:30.173Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_tlGgOX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-29T20:28:30.173Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:30.173Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:30.173Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_tlGgOX 0 is matching search criteria
2021-11-29T20:28:30.174Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-29T20:28:30.174Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_tlGgOX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-29T20:28:30.174Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:30.174Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:30.175Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:30.175Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_tlGgOX 0 is not matching search criteria
2021-11-29T20:28:30.175Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-29T20:28:30.175Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-29T20:28:30.176Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-29T20:28:30.176Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-29T20:28:30.176Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-29T20:28:30.176Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:30.176Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-29T20:28:30.176Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:30.177Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_tlGgOX 0 is matching search criteria
2021-11-29T20:28:30.177Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_tlGgOX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:28:30.177Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:30.177Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_tlGgOX 0 is matching search criteria
2021-11-29T20:28:30.177Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_tlGgOX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:28:30.177Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:30.178Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_tlGgOX 0 is matching search criteria
2021-11-29T20:28:30.178Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_tlGgOX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:28:30.178Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:30.178Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_tlGgOX 0 is not matching search criteria
2021-11-29T20:28:30.178Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-29T20:28:30.178Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-29T20:28:30.179Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f939451e-5694-44a5-859f-28f5db902dc2
2021-11-29T20:28:30.179Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:30.179Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:30.179Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:30.179Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:30.179Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:30.179Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:30.180Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:30.180Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:30.180Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_tlGgOX
Description:service
Model UUID:21cb8861-267e-4143-aa69-8f8b51bc229b
Model Version:NULL
Model InvariantUuid:55a00fa8-b548-4f05-9efb-aedf543cb0cd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_tlGgOX
Model UUID:78df45bd-7a97-414d-a5aa-6e5928db0292
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0c785960-c351-4259-b184-44c8d2a1d4f8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5386cf3f-01e5-43b5-b4a7-b49c186db44f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bb80c7b7-065e-4b37-bf79-ce34861964fa
ModelName:BasicOnboardTlggox..base_ubuntu18..module-0
ModelUuid:a556ea8a-4839-4017-885e-62449fd4c208
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f939451e-5694-44a5-859f-28f5db902dc2
ModelInvariantUuid:b8a32fb4-1631-46fd-87cd-982afb1bf620
ModelName:basic_onboard_tlGgOX-nodes.ubuntu18Cvfc
ModelUuid:740edadf-e4fe-45e7-b262-82a34980f52b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:db079ebd-7044-4cff-afe8-5a12466f4a20
ModelInvariantUuid:ff0dae05-edd9-40a8-ab6a-2d5ef39ba0a0
ModelName:BasicOnboardTlggox.compute.nodes.heat.ubuntu18
ModelUuid:8780f26f-e31d-4a65-b711-e2924b76a3af
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-29T20:28:30.184Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: d0194082-e54d-4cc9-8558-e14e8f129b92
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:28:30.188Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||basic_onboard_tlGgOX 0
2021-11-29T20:28:30.188Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d0194082-e54d-4cc9-8558-e14e8f129b92
2021-11-29T20:28:30.188Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 32011576-c9f6-4c8c-a29e-a610de32f593 from URL: /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json
2021-11-29T20:28:30.188Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-29T20:28:30.188Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json
2021-11-29T20:28:30.507Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-29T20:28:30.508Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json 32011576-c9f6-4c8c-a29e-a610de32f593 798
2021-11-29T20:28:30.508Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json ASDC sendASDCNotification
2021-11-29T20:28:30.509Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json
2021-11-29T20:28:30.509Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:28:30.510Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:30.514Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:30.514Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217710508,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:28:30.615Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:28:30.616Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:28:30.616Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:30.628Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:28:30.628Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:28:31.516Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTlggox..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "bb80c7b7-065e-4b37-bf79-ce34861964fa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a556ea8a-4839-4017-885e-62449fd4c208",
    "vfModuleModelCustomizationUUID": "440c8428-0bd4-4895-bdea-bf058171b500",
    "isBase": true,
    "artifacts": [
      "50726817-f5c0-4f58-8346-1a874b1764ca",
      "93ed6e3c-ed25-4a3a-91e6-bad2f7d347bf"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-29T20:28:31.523Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTlggox..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a556ea8a-4839-4017-885e-62449fd4c208
VfModuleModelInvariantUUID:bb80c7b7-065e-4b37-bf79-ce34861964fa
VfModuleModelDescription:NULL
Artifacts UUID List:{
50726817-f5c0-4f58-8346-1a874b1764ca
,
93ed6e3c-ed25-4a3a-91e6-bad2f7d347bf

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

isBase:true


}

2021-11-29T20:28:31.525Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTlggox..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "bb80c7b7-065e-4b37-bf79-ce34861964fa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a556ea8a-4839-4017-885e-62449fd4c208",
    "vfModuleModelCustomizationUUID": "440c8428-0bd4-4895-bdea-bf058171b500",
    "isBase": true,
    "artifacts": [
      "50726817-f5c0-4f58-8346-1a874b1764ca",
      "93ed6e3c-ed25-4a3a-91e6-bad2f7d347bf"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-29T20:28:31.525Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTlggox..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a556ea8a-4839-4017-885e-62449fd4c208
VfModuleModelInvariantUUID:bb80c7b7-065e-4b37-bf79-ce34861964fa
VfModuleModelDescription:NULL
Artifacts UUID List:{
50726817-f5c0-4f58-8346-1a874b1764ca
,
93ed6e3c-ed25-4a3a-91e6-bad2f7d347bf

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

isBase:true


}

2021-11-29T20:28:31.526Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 50726817-f5c0-4f58-8346-1a874b1764ca from URL: /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml
2021-11-29T20:28:31.526Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-29T20:28:31.526Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml
2021-11-29T20:28:31.725Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-29T20:28:31.725Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml 50726817-f5c0-4f58-8346-1a874b1764ca 5033
2021-11-29T20:28:31.725Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-29T20:28:31.725Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml
2021-11-29T20:28:31.726Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:28:31.726Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:31.728Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:31.728Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217711725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:28:31.828Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:28:31.829Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:28:31.830Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:31.842Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:28:31.843Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:28:32.729Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 93ed6e3c-ed25-4a3a-91e6-bad2f7d347bf from URL: /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env
2021-11-29T20:28:32.730Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-29T20:28:32.730Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env
2021-11-29T20:28:32.919Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-29T20:28:32.920Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env 93ed6e3c-ed25-4a3a-91e6-bad2f7d347bf 909
2021-11-29T20:28:32.920Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-29T20:28:32.920Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env
2021-11-29T20:28:32.920Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:28:32.920Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:32.922Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:32.922Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217712920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:28:33.023Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-29T20:28:33.024Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:28:33.025Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:33.039Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:28:33.039Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:28:33.923Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 21cb8861-267e-4143-aa69-8f8b51bc229b
2021-11-29T20:28:33.923Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_tlGgOX 0 d0194082-e54d-4cc9-8558-e14e8f129b92 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:28:33.936Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f63f8d7, org.onap.sdc.toscaparser.api.parameters.Input@18ed4b47, org.onap.sdc.toscaparser.api.parameters.Input@4768d981, org.onap.sdc.toscaparser.api.parameters.Input@4ab6ea81, org.onap.sdc.toscaparser.api.parameters.Input@4a930640]
2021-11-29T20:28:33.938Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:33.938Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:33.938Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-11-29T20:28:33.938Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 5386cf3f-01e5-43b5-b4a7-b49c186db44f
2021-11-29T20:28:33.938Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5386cf3f-01e5-43b5-b4a7-b49c186db44f matches Tosca VF Customization UUID: 5386cf3f-01e5-43b5-b4a7-b49c186db44f
2021-11-29T20:28:33.939Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 5386cf3f-01e5-43b5-b4a7-b49c186db44f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-29T20:28:33.940Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:33.940Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:33.941Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 5386cf3f-01e5-43b5-b4a7-b49c186db44f: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-11-29T20:28:33.941Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@446cae21
2021-11-29T20:28:33.941Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:33.941Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-29T20:28:33.941Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 440c8428-0bd4-4895-bdea-bf058171b500
2021-11-29T20:28:33.942Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 440c8428-0bd4-4895-bdea-bf058171b500
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-29T20:28:33.943Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:33.944Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_tlGgOX 0 is matching search criteria
2021-11-29T20:28:33.944Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_tlGgOX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:28:33.944Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:33.944Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_tlGgOX 0 is matching search criteria
2021-11-29T20:28:33.944Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_tlGgOX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:28:33.944Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:33.945Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_tlGgOX 0 is not matching search criteria
2021-11-29T20:28:33.945Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-29T20:28:33.945Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-29T20:28:33.945Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f939451e-5694-44a5-859f-28f5db902dc2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-29T20:28:33.947Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:33.947Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_tlGgOX 0 is matching search criteria
2021-11-29T20:28:33.947Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_tlGgOX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:28:33.947Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:33.947Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_tlGgOX 0 is matching search criteria
2021-11-29T20:28:33.947Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_tlGgOX 0] matching following query criteria: sdcType=VF, customizationUUID=5386cf3f-01e5-43b5-b4a7-b49c186db44f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:28:33.948Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:33.949Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:33.949Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 21cb8861-267e-4143-aa69-8f8b51bc229b: basic_onboard_tlGgOX
2021-11-29T20:28:33.949Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:33.949Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:33.949Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:33.949Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:33.950Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:33.950Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:33.950Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:33.950Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:33.950Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:28:33.950Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:33.951Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_tlGgOX 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:28:34.003Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_tlGgOX d0194082-e54d-4cc9-8558-e14e8f129b92 1 ASDC deployResourceStructure
2021-11-29T20:28:34.003Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json ASDC sendASDCNotification
2021-11-29T20:28:34.003Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json
2021-11-29T20:28:34.003Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:28:34.004Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:34.005Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:34.006Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217714003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-29T20:28:34.106Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:28:34.107Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:28:34.107Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:34.118Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:28:34.120Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:28:35.006Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-29T20:28:35.007Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml
2021-11-29T20:28:35.007Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:28:35.007Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:35.015Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:35.015Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217715006,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-29T20:28:35.110Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-11-29T20:28:35.111Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:28:35.111Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:35.123Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:28:35.123Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:28:36.024Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-29T20:28:36.039Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env
2021-11-29T20:28:36.039Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:28:36.039Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:36.056Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:36.057Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217716024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-29T20:28:36.142Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2021-11-29T20:28:36.143Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:28:36.143Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:36.155Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:28:36.155Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:28:37.062Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar ASDC sendASDCNotification
2021-11-29T20:28:37.062Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:37.063Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:28:37.063Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:37.065Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:37.065Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217717062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:28:37.166Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:28:37.167Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:28:37.167Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:37.180Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:28:37.181Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:28:38.066Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:28:38.076Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:28:38.080Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:28:38.080Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:28:38.080Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:29:08.080Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:29:08.091Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:29:08.094Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:29:08.094Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:29:08.094Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:29:19.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:29:19.132Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:29:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:29:19.252Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:29:19.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:29:19.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217699128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:29:19.254Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:29:38.094Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:29:38.105Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:29:38.108Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:29:38.108Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:29:38.108Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:30:08.109Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:30:08.131Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:30:08.143Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:30:08.144Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:30:08.144Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:30:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:30:19.133Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:30:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:30:19.659Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:30:19.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217699128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
  "status": "NOTIFIED"
}
2021-11-29T20:30:19.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:30:19.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217699128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-29T20:30:19.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:30:19.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217699128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:30:19.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:30:19.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "aai-ml",
  "timestamp": 1638217703123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:30:19.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:30:19.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217699128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-29T20:30:19.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:30:19.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "aai-ml",
  "timestamp": 1638217704127,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:30:19.669Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
2021-11-29T20:30:19.670Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:30:19.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217699128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:30:19.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:30:19.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217699128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:30:19.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:30:19.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217707222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:30:19.683Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:30:19.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217710508,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:30:19.684Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:30:19.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217711725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:30:19.684Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:30:19.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217712920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:30:19.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:30:19.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217714003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-29T20:30:19.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:30:19.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217715006,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-29T20:30:19.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:30:19.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217716024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-29T20:30:19.686Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:30:19.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217717062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:30:19.686Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:30:38.144Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:30:38.156Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:30:38.159Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:30:38.159Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-29T20:30:38.159Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-29T20:30:38.159Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-29T20:30:38.159Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:30:38.160Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:30:38.160Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:30:38.160Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:30:38.160Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:30:38.160Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:30:38.160Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:30:38.164Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-29T20:31:08.165Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-29T20:31:08.170Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375 and serviceModelVersionId: 21cb8861-267e-4143-aa69-8f8b51bc229b
2021-11-29T20:31:08.170Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55a00fa8-b548-4f05-9efb-aedf543cb0cd
2021-11-29T20:31:08.172Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55a00fa8-b548-4f05-9efb-aedf543cb0cd/model-vers/model-ver/21cb8861-267e-4143-aa69-8f8b51bc229b?depth=0
2021-11-29T20:31:08.179Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-11-29T20:31:08.241Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a00fa8-b548-4f05-9efb-aedf543cb0cd/model-vers/model-ver/21cb8861-267e-4143-aa69-8f8b51bc229b?depth=0|INFO|500||Invoke
2021-11-29T20:31:08.242Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a00fa8-b548-4f05-9efb-aedf543cb0cd/model-vers/model-ver/21cb8861-267e-4143-aa69-8f8b51bc229b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a00fa8-b548-4f05-9efb-aedf543cb0cd/model-vers/model-ver/21cb8861-267e-4143-aa69-8f8b51bc229b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ac33e939-678b-455e-a0ca-a6c0e9852e4a], X-ECOMP-RequestID=[c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375], X-TransactionId=[], X-ONAP-RequestID=[c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375], Content-Type=[application/merge-patch+json]}
2021-11-29T20:31:08.276Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a00fa8-b548-4f05-9efb-aedf543cb0cd/model-vers/model-ver/21cb8861-267e-4143-aa69-8f8b51bc229b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-29T20:31:08.453Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a00fa8-b548-4f05-9efb-aedf543cb0cd/model-vers/model-ver/21cb8861-267e-4143-aa69-8f8b51bc229b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a00fa8-b548-4f05-9efb-aedf543cb0cd/model-vers/model-ver/21cb8861-267e-4143-aa69-8f8b51bc229b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211129-20:31:08:290-20206], vertex-id=[176256], Content-Length=[0], Date=[Mon, 29 Nov 2021 20:31:08 GMT], Content-Type=[application/json]}
2021-11-29T20:31:08.454Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a00fa8-b548-4f05-9efb-aedf543cb0cd/model-vers/model-ver/21cb8861-267e-4143-aa69-8f8b51bc229b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-29T20:31:08.455Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a00fa8-b548-4f05-9efb-aedf543cb0cd/model-vers/model-ver/21cb8861-267e-4143-aa69-8f8b51bc229b?depth=0|INFO|500||InvokeReturn
2021-11-29T20:31:08.456Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-29T20:31:08.456Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:31:08.462Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-29T20:31:08.462Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-29T20:31:08.463Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-29T20:31:08.463Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:31:08.466Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:31:08.466Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217868462,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-29T20:31:08.566Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:31:08.568Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:31:08.568Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:31:08.595Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:31:08.596Z||pool-34-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-29T20:31:09.479Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:31:09.480Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:31:09.480Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:31:19.132Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:31:19.133Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:31:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:31:19.760Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:31:19.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:31:19.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638217868462,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-29T20:31:19.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:31:20.385Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:31:20.386Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:31:20.387Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:31:20.388Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:31:29.928Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:31:29.932Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:31:29.934Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:31:29.935Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:31:39.468Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:32:19.128Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:32:19.129Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:32:19.129Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:32:19.132Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:32:19.133Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:32:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:32:28.676Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:32:28.676Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:33:19.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:33:19.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-11-29T20:33:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:33:19.131Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:33:19.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-11-29T20:33:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:33:28.670Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:33:28.673Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:34:19.129Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:34:19.131Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:34:19.133Z||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-11-29T20:34:19.133Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:34:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:34:19.133Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:34:28.681Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:34:28.681Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:35:19.128Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:35:19.129Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:35:19.129Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:35:19.132Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:35:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:19.492Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:35:19.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "cds",
  "timestamp": 1638218097054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "cds",
  "timestamp": 1638218097054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638218100228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638218100430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "cds",
  "timestamp": 1638218097054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638218100228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
  "status": "NOTIFIED"
}
2021-11-29T20:35:19.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638218100430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "cds",
  "timestamp": 1638218097054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638218100228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-29T20:35:19.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638218100430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "cds",
  "timestamp": 1638218097054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "policy-id",
  "timestamp": 1638218103156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638218100228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638218103242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "dcae-sch",
  "timestamp": 1638218103338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638218100430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "cds",
  "timestamp": 1638218097054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "policy-id",
  "timestamp": 1638218103156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638218100228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-29T20:35:19.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638218103242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "dcae-sch",
  "timestamp": 1638218103338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638218100430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "cds",
  "timestamp": 1638218097054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:35:19.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "policy-id",
  "timestamp": 1638218103156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-29T20:35:19.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638218100228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638218103242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "dcae-sch",
  "timestamp": 1638218103338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638218100430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "cds",
  "timestamp": 1638218106590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:35:19.505Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:35:19.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "policy-id",
  "timestamp": 1638218103156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638218100228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:35:19.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638218103242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "dcae-sch",
  "timestamp": 1638218103338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638218100430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:35:19.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "cds",
  "timestamp": 1638218107625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:35:19.522Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 230e0928-1d4b-4322-b844-af85685ddac4
2021-11-29T20:35:19.523Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 230e0928-1d4b-4322-b844-af85685ddac4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:35:19.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "aai-ml",
  "timestamp": 1638218107194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "policy-id",
  "timestamp": 1638218103156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638218103242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638218108013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:35:19.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:35:19.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "dcae-sch",
  "timestamp": 1638218103338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638218108247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:35:19.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:35:19.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "aai-ml",
  "timestamp": 1638218107194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "policy-id",
  "timestamp": 1638218103156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638218103242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "dcae-sch",
  "timestamp": 1638218103338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.535Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638218109212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:35:19.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:35:19.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "aai-ml",
  "timestamp": 1638218107194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.536Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "policy-id",
  "timestamp": 1638218103156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:35:19.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638218103242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "dcae-sch",
  "timestamp": 1638218103338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.538Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638218110509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:35:19.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:35:19.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "aai-ml",
  "timestamp": 1638218107194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "policy-id",
  "timestamp": 1638218111128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:35:19.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:35:19.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638218111528,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:35:19.544Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 230e0928-1d4b-4322-b844-af85685ddac4
2021-11-29T20:35:19.544Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 230e0928-1d4b-4322-b844-af85685ddac4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:35:19.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "aai-ml",
  "timestamp": 1638218107194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638218111867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:35:19.556Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:35:19.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "policy-id",
  "timestamp": 1638218112133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:35:19.557Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:35:19.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638218112531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-29T20:35:19.557Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:35:19.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "aai-ml",
  "timestamp": 1638218107194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638218112873,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:35:19.564Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 230e0928-1d4b-4322-b844-af85685ddac4
2021-11-29T20:35:19.564Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 230e0928-1d4b-4322-b844-af85685ddac4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:35:19.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "policy-id",
  "timestamp": 1638218113136,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:35:19.575Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 230e0928-1d4b-4322-b844-af85685ddac4
2021-11-29T20:35:19.575Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 230e0928-1d4b-4322-b844-af85685ddac4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-29T20:35:19.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "aai-ml",
  "timestamp": 1638218107194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:35:19.580Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "aai-ml",
  "timestamp": 1638218115034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:35:19.581Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:35:19.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "clamp",
  "timestamp": 1638218117753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:35:19.756Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:35:19.757Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.757Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"230e0928-1d4b-4322-b844-af85685ddac4","serviceName":"vFW 2021-11-29 20-32-47","serviceVersion":"1.0","serviceUUID":"397683a9-4814-4df6-96f5-5c35f4cfa8bf","serviceDescription":"catalog service description","serviceInvariantUUID":"ff64e8e6-9851-4ff9-b30e-f82c5c59028e","resources":[{"resourceInstanceName":"vFW 1eff4a49-3216 0","resourceName":"vFW 1eff4a49-3216","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dd65d926-78e0-44f7-b1c0-1473e4519ad4","resourceInvariantUUID":"17b6a70d-921b-465d-8de9-05cf100d5b85","resourceCustomizationUUID":"2f97accd-cb34-457d-b9bd-4ecca7be5b3e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vf-license-model.xml","artifactChecksum":"NThjYTljNjA5MTIyNGZjMjhiMzI1ZmM0MDNkNzNlMDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6dcd4f53-8004-40cc-8dc4-2ed91f1db9c4","artifactVersion":"1"},{"artifactName":"vfw1eff4a4932160_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json","artifactChecksum":"MmNhNzg5YzUzNDIyNzk2ZjU2Y2YyYWEwZjBjZGZmMmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"39c72800-c8d1-411e-903b-d060903669f4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"538b5589-2c84-4429-aa36-4468b8a385fc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vendor-license-model.xml","artifactChecksum":"NDA4MDE3NDYwOGE5YmUzZjQ4NTZiMzVlNjg5ZjkwZWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c751f8a8-1fb2-4a2d-a605-224e51ece413","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9d2dbbd9-5ebf-4b8f-9f68-753e8b8216f8","artifactVersion":"2","generatedFromUUID":"538b5589-2c84-4429-aa36-4468b8a385fc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211129203247-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-template.yml","artifactChecksum":"NGY5NmI3MDIxOWYzMTliMzU2NDhjZTNmMTgxOTUzNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d6c95884-6f06-4fd4-afba-c39742a651ef","artifactVersion":"1"},{"artifactName":"service-Vfw20211129203247-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar","artifactChecksum":"NDAzOWYxMmE0YTIyMzEzZGQ0YTVjNjVjYjZjMzE4OWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54791fe5-8d04-4785-9995-296e2496c893","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-29T20:35:19.761Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:35:19.762Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:19.767Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:19.767Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218119128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.866Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-29T20:35:19.870Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:35:19.870Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:19.882Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:35:19.883Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:35:20.767Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:35:20.769Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:20.771Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:20.771Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218119128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
  "status": "NOTIFIED"
}
2021-11-29T20:35:20.872Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-29T20:35:20.873Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:35:20.873Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:20.886Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:35:20.887Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:35:21.772Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:35:21.772Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:21.774Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:21.774Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218119128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-29T20:35:21.875Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:35:21.876Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:35:21.876Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:21.893Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:35:21.894Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:35:22.775Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:35:22.776Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:22.777Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:22.778Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218119128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:22.878Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:35:22.880Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:35:22.880Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:22.892Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:35:22.892Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:35:23.780Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:35:23.782Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:23.784Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:23.785Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218119128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-29T20:35:23.885Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:35:23.887Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:35:23.887Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:23.898Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:35:23.898Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:35:24.785Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:35:24.786Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:24.788Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:24.788Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218119128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:35:24.888Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:35:24.889Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:35:24.889Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:24.904Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:35:24.905Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:35:25.789Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:35:25.790Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:25.792Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:25.792Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218119128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:35:25.892Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:35:25.893Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:35:25.894Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:25.905Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:35:25.905Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:35:26.793Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "serviceName": "vFW 2021-11-29 20-32-47",
  "serviceVersion": "1.0",
  "serviceUUID": "397683a9-4814-4df6-96f5-5c35f4cfa8bf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ff64e8e6-9851-4ff9-b30e-f82c5c59028e",
  "resources": [
    {
      "resourceInstanceName": "vFW 1eff4a49-3216 0",
      "resourceCustomizationUUID": "2f97accd-cb34-457d-b9bd-4ecca7be5b3e",
      "resourceName": "vFW 1eff4a49-3216",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dd65d926-78e0-44f7-b1c0-1473e4519ad4",
      "resourceInvariantUUID": "17b6a70d-921b-465d-8de9-05cf100d5b85",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw1eff4a4932160_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
          "artifactChecksum": "MmNhNzg5YzUzNDIyNzk2ZjU2Y2YyYWEwZjBjZGZmMmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "39c72800-c8d1-411e-903b-d060903669f4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "538b5589-2c84-4429-aa36-4468b8a385fc",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9d2dbbd9-5ebf-4b8f-9f68-753e8b8216f8",
            "generatedFromUUID": "538b5589-2c84-4429-aa36-4468b8a385fc"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9d2dbbd9-5ebf-4b8f-9f68-753e8b8216f8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211129203247-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
      "artifactChecksum": "NDAzOWYxMmE0YTIyMzEzZGQ0YTVjNjVjYjZjMzE4OWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "54791fe5-8d04-4785-9995-296e2496c893"
    }
  ],
  "workloadContext": "Production"
}
2021-11-29T20:35:26.794Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-29T20:35:26.794Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 397683a9-4814-4df6-96f5-5c35f4cfa8bf ASDC
2021-11-29T20:35:26.795Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:230e0928-1d4b-4322-b844-af85685ddac4
ServiceName:vFW 2021-11-29 20-32-47
ServiceVersion:1.0
ServiceUUID:397683a9-4814-4df6-96f5-5c35f4cfa8bf
ServiceInvariantUUID:ff64e8e6-9851-4ff9-b30e-f82c5c59028e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211129203247-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar
ArtifactUUID:54791fe5-8d04-4785-9995-296e2496c893
ArtifactChecksum:NDAzOWYxMmE0YTIyMzEzZGQ0YTVjNjVjYjZjMzE4OWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1eff4a49-3216 0
ResourceCustomizationUUID:2f97accd-cb34-457d-b9bd-4ecca7be5b3e
ResourceInvariantUUID:17b6a70d-921b-465d-8de9-05cf100d5b85
ResourceName:vFW 1eff4a49-3216
ResourceType:VF
ResourceUUID:dd65d926-78e0-44f7-b1c0-1473e4519ad4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1eff4a4932160_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json
ArtifactUUID:39c72800-c8d1-411e-903b-d060903669f4
ArtifactChecksum:MmNhNzg5YzUzNDIyNzk2ZjU2Y2YyYWEwZjBjZGZmMmM=
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/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml
ArtifactUUID:538b5589-2c84-4429-aa36-4468b8a385fc
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/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env
ArtifactUUID:9d2dbbd9-5ebf-4b8f-9f68-753e8b8216f8
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/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env
ArtifactUUID:9d2dbbd9-5ebf-4b8f-9f68-753e8b8216f8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-29T20:35:26.795Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 397683a9-4814-4df6-96f5-5c35f4cfa8bf ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-29T20:35:26.827Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-29T20:35:26.828Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-29T20:35:26.828Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-29T20:35:26.829Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 54791fe5-8d04-4785-9995-296e2496c893 from URL: /sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:26.829Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-29T20:35:26.829Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:27.113Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-29T20:35:27.118Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar 54791fe5-8d04-4785-9995-296e2496c893 98898
2021-11-29T20:35:27.118Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar ASDC sendASDCNotification
2021-11-29T20:35:27.119Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:27.119Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:35:27.119Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:27.121Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:27.121Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218127118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:35:27.221Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:35:27.223Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:35:27.223Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:27.234Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:35:27.235Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:35:28.122Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-29T20:35:28.123Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-29T20:35:28.123Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 54791fe5-8d04-4785-9995-296e2496c893, URL: /sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar to file: /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:28.123Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211129203247-csar.csar
2021-11-29T20:35:28.124Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:28.124Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:28.951Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1865947948853152387/Definitions/service-Vfw20211129203247-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-11-29T20:35:30.922Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-29T20:35:30.922Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-29T20:35:30.923Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.923Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-29T20:35:30.923Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.923Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.923Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.923Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.923Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.923Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.924Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.924Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.924Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.924Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.924Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.924Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1eff4a49-3216 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-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.924Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.924Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-29T20:35:30.925Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:30.925Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:35:30.925Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is matching search criteria
2021-11-29T20:35:30.925Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-29T20:35:30.926Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1eff4a49-3216 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-29T20:35:30.926Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:30.926Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:35:30.926Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is matching search criteria
2021-11-29T20:35:30.926Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-29T20:35:30.927Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1eff4a49-3216 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-29T20:35:30.927Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:30.927Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:35:30.928Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:30.928Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is not matching search criteria
2021-11-29T20:35:30.928Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:35:30.928Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:35:30.928Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-29T20:35:30.928Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:30.929Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:35:30.929Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:35:30.929Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-29T20:35:30.929Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-29T20:35:30.929Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-29T20:35:30.929Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:35:30.929Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:30.930Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-29T20:35:30.930Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:30.930Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-29T20:35:30.930Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:35:30.930Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-29T20:35:30.931Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:30.931Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-29T20:35:30.931Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:30.931Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is matching search criteria
2021-11-29T20:35:30.931Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1eff4a49-3216 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:35:30.932Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:30.932Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is matching search criteria
2021-11-29T20:35:30.932Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1eff4a49-3216 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:35:30.932Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:30.932Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is matching search criteria
2021-11-29T20:35:30.932Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1eff4a49-3216 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:35:30.933Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:30.933Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is not matching search criteria
2021-11-29T20:35:30.933Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:35:30.933Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:35:30.933Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-29T20:35:30.933Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-29T20:35:30.934Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-29T20:35:30.934Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:35:30.934Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:30.934Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-29T20:35:30.934Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:30.934Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-29T20:35:30.935Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:35:30.935Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a6be7a0e-1f85-439c-a056-25d9d1826543
2021-11-29T20:35:30.935Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:30.935Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is not matching search criteria
2021-11-29T20:35:30.935Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:35:30.935Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:35:30.936Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-29T20:35:30.936Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:30.936Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:35:30.936Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:35:30.936Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-29T20:35:30.936Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-29T20:35:30.937Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-29T20:35:30.937Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:30.937Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-29T20:35:30.937Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:35:30.937Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a10d4475-6873-41fe-8aa0-28f5f84c451e
2021-11-29T20:35:30.937Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:30.938Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is not matching search criteria
2021-11-29T20:35:30.938Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:35:30.938Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:35:30.938Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-29T20:35:30.938Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:30.938Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:35:30.939Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:35:30.939Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-29T20:35:30.939Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-29T20:35:30.939Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-29T20:35:30.939Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:35:30.939Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:30.939Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-29T20:35:30.940Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67554c5-fcd9-4783-b5fa-e65222438a22
2021-11-29T20:35:30.940Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:30.940Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:35:30.940Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:30.940Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:35:30.940Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:30.941Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:35:30.941Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:30.941Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:35:30.941Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-11-29 20-32-47
Description:catalog service description
Model UUID:397683a9-4814-4df6-96f5-5c35f4cfa8bf
Model Version:NULL
Model InvariantUuid:ff64e8e6-9851-4ff9-b30e-f82c5c59028e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 1eff4a49-3216
Model UUID:16c13306-f7a0-4e70-a735-acfc91978041
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:17b6a70d-921b-465d-8de9-05cf100d5b85
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2f97accd-cb34-457d-b9bd-4ecca7be5b3e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7291252b-a2d7-4bc6-bf07-2825ece627c4
ModelName:Vfw1eff4a493216..base_vfw..module-0
ModelUuid:841ad2c0-6141-4b51-8e94-f9933c0279a6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a6be7a0e-1f85-439c-a056-25d9d1826543
ModelInvariantUuid:385ec3f0-dbf1-428e-8270-cdb31faaa127
ModelName:vFW 1eff4a49-3216-nodes.vfwCvfc
ModelUuid:82be6057-d93b-4b00-8789-74e4edae4ee4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:fcab447d-9ccc-4474-964c-df9bd0e02e30
ModelInvariantUuid:2b43e3ef-2f41-4aec-b48b-ca261a125ff9
ModelName:Vfw1eff4a493216.compute.nodes.heat.vfw
ModelUuid:e1f27bab-0e65-4d01-b5e9-7227038ac8f4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a10d4475-6873-41fe-8aa0-28f5f84c451e
ModelInvariantUuid:2a80708c-4fa4-4899-85e6-b3bc7d1b8ed1
ModelName:vFW 1eff4a49-3216-nodes.vsnCvfc
ModelUuid:cd9bfc69-5bd1-471b-9442-080bb311c8f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a3b84d8e-95a2-477f-9f2e-dc2a35ffb5c9
ModelInvariantUuid:48ead829-dd3d-4ff4-9ed7-1055e192b87c
ModelName:Vfw1eff4a493216.compute.nodes.heat.vsn
ModelUuid:d99a7720-699f-445d-86d8-dacb2130d31e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67554c5-fcd9-4783-b5fa-e65222438a22
ModelInvariantUuid:9634706b-a4aa-436b-ab63-3ae4c2cae546
ModelName:vFW 1eff4a49-3216-nodes.vpgCvfc
ModelUuid:53fad2d2-aaef-469b-b8b5-576de7786c7b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ca53b3cf-fcd2-4883-adef-e20c62530e15
ModelInvariantUuid:d9cc2560-5997-4628-9a9d-09504d706d33
ModelName:Vfw1eff4a493216.compute.nodes.heat.vpg
ModelUuid:59b542c7-2557-43e0-bc49-45c69bf43373
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-29T20:35:30.950Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: dd65d926-78e0-44f7-b1c0-1473e4519ad4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:35:30.953Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||vFW 1eff4a49-3216 0
2021-11-29T20:35:30.954Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dd65d926-78e0-44f7-b1c0-1473e4519ad4
2021-11-29T20:35:30.954Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 39c72800-c8d1-411e-903b-d060903669f4 from URL: /sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json
2021-11-29T20:35:30.954Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-29T20:35:30.954Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json
2021-11-29T20:35:31.211Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-29T20:35:31.212Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json 39c72800-c8d1-411e-903b-d060903669f4 785
2021-11-29T20:35:31.213Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json ASDC sendASDCNotification
2021-11-29T20:35:31.213Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json
2021-11-29T20:35:31.213Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:35:31.214Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:31.219Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:31.219Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218131213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:35:31.319Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-29T20:35:31.321Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:35:31.321Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:31.341Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:35:31.342Z||pool-43-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:35:32.222Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1eff4a493216..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7291252b-a2d7-4bc6-bf07-2825ece627c4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "841ad2c0-6141-4b51-8e94-f9933c0279a6",
    "vfModuleModelCustomizationUUID": "9a3b7a9d-438b-4e2f-8964-c3143e8f420a",
    "isBase": true,
    "artifacts": [
      "538b5589-2c84-4429-aa36-4468b8a385fc",
      "9d2dbbd9-5ebf-4b8f-9f68-753e8b8216f8"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-29T20:35:32.231Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1eff4a493216..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:841ad2c0-6141-4b51-8e94-f9933c0279a6
VfModuleModelInvariantUUID:7291252b-a2d7-4bc6-bf07-2825ece627c4
VfModuleModelDescription:NULL
Artifacts UUID List:{
538b5589-2c84-4429-aa36-4468b8a385fc
,
9d2dbbd9-5ebf-4b8f-9f68-753e8b8216f8

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

isBase:true


}

2021-11-29T20:35:32.233Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1eff4a493216..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7291252b-a2d7-4bc6-bf07-2825ece627c4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "841ad2c0-6141-4b51-8e94-f9933c0279a6",
    "vfModuleModelCustomizationUUID": "9a3b7a9d-438b-4e2f-8964-c3143e8f420a",
    "isBase": true,
    "artifacts": [
      "538b5589-2c84-4429-aa36-4468b8a385fc",
      "9d2dbbd9-5ebf-4b8f-9f68-753e8b8216f8"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-29T20:35:32.233Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1eff4a493216..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:841ad2c0-6141-4b51-8e94-f9933c0279a6
VfModuleModelInvariantUUID:7291252b-a2d7-4bc6-bf07-2825ece627c4
VfModuleModelDescription:NULL
Artifacts UUID List:{
538b5589-2c84-4429-aa36-4468b8a385fc
,
9d2dbbd9-5ebf-4b8f-9f68-753e8b8216f8

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

isBase:true


}

2021-11-29T20:35:32.234Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 538b5589-2c84-4429-aa36-4468b8a385fc from URL: /sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml
2021-11-29T20:35:32.234Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-29T20:35:32.234Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml
2021-11-29T20:35:32.515Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-29T20:35:32.516Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml 538b5589-2c84-4429-aa36-4468b8a385fc 20368
2021-11-29T20:35:32.517Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-29T20:35:32.517Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml
2021-11-29T20:35:32.517Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:35:32.518Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:32.520Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:32.521Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218132517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:35:32.621Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:35:32.622Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:35:32.623Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:32.633Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:35:32.634Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:35:33.525Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9d2dbbd9-5ebf-4b8f-9f68-753e8b8216f8 from URL: /sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env
2021-11-29T20:35:33.526Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-29T20:35:33.527Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env
2021-11-29T20:35:33.718Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-29T20:35:33.728Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env 9d2dbbd9-5ebf-4b8f-9f68-753e8b8216f8 2098
2021-11-29T20:35:33.730Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-29T20:35:33.730Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env
2021-11-29T20:35:33.730Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:35:33.731Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:33.733Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:33.734Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218133729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:35:33.834Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:35:33.835Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:35:33.835Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:33.849Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:35:33.849Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:35:34.734Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 397683a9-4814-4df6-96f5-5c35f4cfa8bf
2021-11-29T20:35:34.735Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1eff4a49-3216 0 dd65d926-78e0-44f7-b1c0-1473e4519ad4 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:35:34.763Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@208f7684, org.onap.sdc.toscaparser.api.parameters.Input@79e85b79, org.onap.sdc.toscaparser.api.parameters.Input@6631a552, org.onap.sdc.toscaparser.api.parameters.Input@3a2599b8, org.onap.sdc.toscaparser.api.parameters.Input@61c5e32e]
2021-11-29T20:35:34.766Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:34.766Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:35:34.767Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-11-29T20:35:34.767Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 2f97accd-cb34-457d-b9bd-4ecca7be5b3e
2021-11-29T20:35:34.767Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2f97accd-cb34-457d-b9bd-4ecca7be5b3e matches Tosca VF Customization UUID: 2f97accd-cb34-457d-b9bd-4ecca7be5b3e
2021-11-29T20:35:34.767Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 2f97accd-cb34-457d-b9bd-4ecca7be5b3e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-29T20:35:34.769Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:34.770Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:35:34.771Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 2f97accd-cb34-457d-b9bd-4ecca7be5b3e: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-11-29T20:35:34.771Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27c3dd14
2021-11-29T20:35:34.771Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:34.772Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-29T20:35:34.772Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9a3b7a9d-438b-4e2f-8964-c3143e8f420a
2021-11-29T20:35:34.772Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9a3b7a9d-438b-4e2f-8964-c3143e8f420a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-29T20:35:34.774Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:34.774Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is matching search criteria
2021-11-29T20:35:34.775Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1eff4a49-3216 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:35:34.775Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:34.775Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is matching search criteria
2021-11-29T20:35:34.775Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1eff4a49-3216 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:35:34.776Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:34.776Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is not matching search criteria
2021-11-29T20:35:34.776Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:35:34.777Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:35:34.777Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-29T20:35:34.777Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-29T20:35:34.777Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-29T20:35:34.777Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:35:34.778Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:34.778Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-29T20:35:34.778Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:34.778Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-29T20:35:34.779Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:35:34.779Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a6be7a0e-1f85-439c-a056-25d9d1826543
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-29T20:35:34.781Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:34.781Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is matching search criteria
2021-11-29T20:35:34.781Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1eff4a49-3216 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:35:34.782Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:34.782Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is not matching search criteria
2021-11-29T20:35:34.782Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:35:34.782Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:35:34.783Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-29T20:35:34.783Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:34.783Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:35:34.783Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:35:34.784Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-29T20:35:34.784Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-29T20:35:34.784Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-29T20:35:34.784Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:34.785Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-29T20:35:34.785Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:35:34.785Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a10d4475-6873-41fe-8aa0-28f5f84c451e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-29T20:35:34.786Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:34.786Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is matching search criteria
2021-11-29T20:35:34.787Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1eff4a49-3216 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:35:34.787Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:34.787Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is not matching search criteria
2021-11-29T20:35:34.787Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:35:34.788Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:35:34.788Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-29T20:35:34.788Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:34.788Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:35:34.789Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:35:34.789Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-29T20:35:34.789Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-29T20:35:34.789Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-29T20:35:34.789Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:35:34.790Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:34.790Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-29T20:35:34.790Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67554c5-fcd9-4783-b5fa-e65222438a22
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-29T20:35:34.791Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:34.791Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is matching search criteria
2021-11-29T20:35:34.792Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1eff4a49-3216 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:35:34.792Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:34.792Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is matching search criteria
2021-11-29T20:35:34.793Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1eff4a49-3216 0] matching following query criteria: sdcType=VF, customizationUUID=2f97accd-cb34-457d-b9bd-4ecca7be5b3e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:35:34.794Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:34.794Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:35:34.794Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 397683a9-4814-4df6-96f5-5c35f4cfa8bf: vFW 1eff4a49-3216
2021-11-29T20:35:34.794Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:34.795Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:35:34.795Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:34.795Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:35:34.796Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:34.796Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:35:34.796Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:34.796Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:35:34.797Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:35:34.797Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:35:34.797Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-11-29 20-32-47 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:35:34.935Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1eff4a49-3216 dd65d926-78e0-44f7-b1c0-1473e4519ad4 1 ASDC deployResourceStructure
2021-11-29T20:35:34.936Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json ASDC sendASDCNotification
2021-11-29T20:35:34.936Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json
2021-11-29T20:35:34.939Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:35:34.941Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:34.944Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:34.944Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218134936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-29T20:35:35.044Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-29T20:35:35.046Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:35:35.046Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:35.074Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:35:35.075Z||pool-46-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:35:35.945Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-29T20:35:35.946Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml
2021-11-29T20:35:35.946Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:35:35.946Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:35.948Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:35.948Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218135945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-29T20:35:36.049Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:35:36.050Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:35:36.050Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:36.062Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:35:36.062Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:35:36.951Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-29T20:35:36.951Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env
2021-11-29T20:35:36.952Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:35:36.952Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:36.954Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:36.954Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218136950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-29T20:35:37.054Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:35:37.055Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:35:37.056Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:37.067Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:35:37.068Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:35:37.960Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar ASDC sendASDCNotification
2021-11-29T20:35:37.960Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:37.961Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:35:37.961Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:37.963Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:37.963Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218137960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:35:38.064Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-29T20:35:38.065Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:35:38.065Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:38.077Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:35:38.078Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:35:38.964Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 230e0928-1d4b-4322-b844-af85685ddac4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:35:38.977Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 230e0928-1d4b-4322-b844-af85685ddac4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:35:38.980Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:35:38.980Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:35:38.980Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:36:08.983Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 230e0928-1d4b-4322-b844-af85685ddac4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:36:08.994Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 230e0928-1d4b-4322-b844-af85685ddac4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:36:08.997Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:36:08.997Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:36:08.997Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:36:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:36:19.132Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:36:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:36:19.151Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:36:19.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:36:19.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "clamp",
  "timestamp": 1638218117753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
  "status": "NOTIFIED"
}
2021-11-29T20:36:19.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:36:38.997Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 230e0928-1d4b-4322-b844-af85685ddac4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:36:39.010Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 230e0928-1d4b-4322-b844-af85685ddac4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:36:39.012Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:36:39.012Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:36:39.013Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:37:09.013Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 230e0928-1d4b-4322-b844-af85685ddac4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:37:09.044Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 230e0928-1d4b-4322-b844-af85685ddac4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:37:09.047Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:37:09.047Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:37:09.048Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:37:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:37:19.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:37:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:37:19.154Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:37:19.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:37:19.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218119128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:37:19.157Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:37:39.049Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 230e0928-1d4b-4322-b844-af85685ddac4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:37:39.060Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 230e0928-1d4b-4322-b844-af85685ddac4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:37:39.062Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:37:39.063Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:37:39.063Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:38:09.063Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 230e0928-1d4b-4322-b844-af85685ddac4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:38:09.072Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 230e0928-1d4b-4322-b844-af85685ddac4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:38:09.075Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:38:09.075Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:38:09.075Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:38:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:38:19.132Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:38:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:38:19.655Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:38:19.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:38:19.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "clamp",
  "timestamp": 1638218117753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:38:19.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:38:19.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:38:19.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218119128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
  "status": "NOTIFIED"
}
2021-11-29T20:38:19.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:38:19.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:38:19.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "clamp",
  "timestamp": 1638218117753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:38:19.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:38:19.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:38:19.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218119128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-29T20:38:19.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:38:19.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:38:19.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "clamp",
  "timestamp": 1638218117753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:38:19.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:38:19.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:38:19.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218119128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:38:19.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:38:19.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:38:19.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "clamp",
  "timestamp": 1638218117753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:38:19.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:38:19.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:38:19.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218119128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-29T20:38:19.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:38:19.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:38:19.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "clamp",
  "timestamp": 1638218117753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:38:19.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:38:19.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:38:19.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218119128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:38:19.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:38:19.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:38:19.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218119128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:38:19.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:38:19.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:38:19.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "aai-ml",
  "timestamp": 1638218126585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:38:19.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:38:19.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:38:19.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218127118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:38:19.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:38:19.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:38:19.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "aai-ml",
  "timestamp": 1638218127590,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:38:19.672Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 230e0928-1d4b-4322-b844-af85685ddac4
2021-11-29T20:38:19.672Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 230e0928-1d4b-4322-b844-af85685ddac4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:38:19.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:38:19.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218131213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:38:19.689Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:38:19.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:38:19.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218132517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:38:19.689Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:38:19.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:38:19.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218133729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:38:19.690Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:38:19.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:38:19.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218134936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-29T20:38:19.690Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:38:19.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:38:19.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218135945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-29T20:38:19.691Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:38:19.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:38:19.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218136950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-29T20:38:19.692Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:38:19.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:38:19.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "clamp",
  "timestamp": 1638218137289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:38:19.692Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:38:19.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:38:19.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218137960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:38:19.692Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:38:19.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:38:19.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "clamp",
  "timestamp": 1638218139304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:38:19.693Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:38:19.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:38:19.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "clamp",
  "timestamp": 1638218140312,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:38:19.698Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 230e0928-1d4b-4322-b844-af85685ddac4
2021-11-29T20:38:19.698Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 230e0928-1d4b-4322-b844-af85685ddac4 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:38:39.076Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 230e0928-1d4b-4322-b844-af85685ddac4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:38:39.099Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 230e0928-1d4b-4322-b844-af85685ddac4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:38:39.103Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:38:39.103Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-29T20:38:39.104Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-29T20:38:39.104Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-29T20:38:39.104Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:38:39.104Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:38:39.104Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:38:39.105Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:38:39.105Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:38:39.105Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:38:39.105Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:38:39.110Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-29T20:39:09.111Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 230e0928-1d4b-4322-b844-af85685ddac4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-29T20:39:09.119Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 230e0928-1d4b-4322-b844-af85685ddac4 and serviceModelVersionId: 397683a9-4814-4df6-96f5-5c35f4cfa8bf
2021-11-29T20:39:09.120Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff64e8e6-9851-4ff9-b30e-f82c5c59028e
2021-11-29T20:39:09.121Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff64e8e6-9851-4ff9-b30e-f82c5c59028e/model-vers/model-ver/397683a9-4814-4df6-96f5-5c35f4cfa8bf?depth=0
2021-11-29T20:39:09.130Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-11-29T20:39:09.190Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff64e8e6-9851-4ff9-b30e-f82c5c59028e/model-vers/model-ver/397683a9-4814-4df6-96f5-5c35f4cfa8bf?depth=0|INFO|500||Invoke
2021-11-29T20:39:09.191Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff64e8e6-9851-4ff9-b30e-f82c5c59028e/model-vers/model-ver/397683a9-4814-4df6-96f5-5c35f4cfa8bf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff64e8e6-9851-4ff9-b30e-f82c5c59028e/model-vers/model-ver/397683a9-4814-4df6-96f5-5c35f4cfa8bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[230e0928-1d4b-4322-b844-af85685ddac4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b5c23157-c17f-4519-ab6a-14f44edc13e0], X-ECOMP-RequestID=[230e0928-1d4b-4322-b844-af85685ddac4], X-TransactionId=[], X-ONAP-RequestID=[230e0928-1d4b-4322-b844-af85685ddac4], Content-Type=[application/merge-patch+json]}
2021-11-29T20:39:09.222Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff64e8e6-9851-4ff9-b30e-f82c5c59028e/model-vers/model-ver/397683a9-4814-4df6-96f5-5c35f4cfa8bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-29T20:39:09.548Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff64e8e6-9851-4ff9-b30e-f82c5c59028e/model-vers/model-ver/397683a9-4814-4df6-96f5-5c35f4cfa8bf?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff64e8e6-9851-4ff9-b30e-f82c5c59028e/model-vers/model-ver/397683a9-4814-4df6-96f5-5c35f4cfa8bf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211129-20:39:09:230-89153], vertex-id=[245968], Content-Length=[0], Date=[Mon, 29 Nov 2021 20:39:09 GMT], Content-Type=[application/json]}
2021-11-29T20:39:09.549Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff64e8e6-9851-4ff9-b30e-f82c5c59028e/model-vers/model-ver/397683a9-4814-4df6-96f5-5c35f4cfa8bf?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-29T20:39:09.550Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff64e8e6-9851-4ff9-b30e-f82c5c59028e/model-vers/model-ver/397683a9-4814-4df6-96f5-5c35f4cfa8bf?depth=0|INFO|500||InvokeReturn
2021-11-29T20:39:09.553Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-29T20:39:09.553Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:39:09.557Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-29T20:39:09.557Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 230e0928-1d4b-4322-b844-af85685ddac4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-29T20:39:09.557Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-29T20:39:09.558Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:39:09.561Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:39:09.561Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218349557,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-29T20:39:09.661Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:39:09.663Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:39:09.663Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:39:09.678Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:39:09.679Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-29T20:39:10.575Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:39:10.576Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:39:10.576Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:39:19.132Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:39:19.133Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:39:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:39:19.756Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:39:19.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-29T20:39:19.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638218349557,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-29T20:39:19.758Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:39:21.773Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:39:21.774Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:39:21.774Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:39:21.774Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:39:31.311Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:39:31.312Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:39:31.313Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:39:31.313Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:39:40.857Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:39:40.857Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:39:40.858Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:39:40.858Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:39:50.390Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:40:19.129Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:40:19.131Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:40:19.134Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:40:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:40:19.135Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:40:19.135Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:40:28.673Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:40:28.679Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:41:19.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:41:19.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-11-29T20:41:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:41:19.131Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:41:19.131Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:41:19.131Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:41:28.669Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:41:28.670Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:42:19.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:42:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:42:19.132Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:42:19.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-11-29T20:42:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:42:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:42:28.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:42:28.686Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:43:19.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:43:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:43:19.131Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:43:19.132Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:43:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:43:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:43:28.681Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:43:28.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:44:19.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:44:19.129Z||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-11-29T20:44:19.129Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:44:19.131Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:44:19.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-11-29T20:44:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:44:28.671Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:44:28.671Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:45:19.128Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:45:19.130Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:45:19.130Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:45:19.131Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:45:19.132Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:45:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:45:28.671Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:45:28.679Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:46:19.128Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:46:19.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:46:19.131Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:46:19.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-11-29T20:46:19.131Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:46:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:46:28.678Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:46:28.678Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:47:19.129Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:47:19.131Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:47:19.134Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:47:19.134Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:47:19.134Z|230e0928-1d4b-4322-b844-af85685ddac4|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:47:19.134Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:47:28.678Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:47:28.679Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:48:19.128Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:48:19.129Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:48:19.129Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:48:19.131Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:48:19.131Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:48:19.131Z|230e0928-1d4b-4322-b844-af85685ddac4|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:48:28.664Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:48:28.666Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:49:19.128Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:49:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:49:19.131Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:49:19.131Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:49:19.132Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:49:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:49:28.669Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:49:28.669Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:50:19.128Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:50:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:50:19.132Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:50:19.132Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:50:19.132Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:50:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:50:19.761Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:50:19.763Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:50:19.763Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.763Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"cd64e985-5a35-480a-96df-c309f33e9e2c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0b441522-3838-4c69-a21e-6b5848a42daa","serviceDescription":"service","serviceInvariantUUID":"cebadf47-7806-4977-b53f-25eac5df6105","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"3a93afd3-5d36-41fd-94cc-3f4f0026eb6d","resourceInvariantUUID":"619869dd-b328-438b-aaf2-7f70ad0d47f9","resourceCustomizationUUID":"c4c567c5-a1e3-4648-bad3-a64106fea8fc","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":"ZDRkZDMwY2RhMzA2OTExNTAyZGU1OTNlZDQ2MzQ1YTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf2654b9-7400-4268-834e-270ffef2a0b7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OGMwOTQwMWYxMTg4YTRmNGMwOTFmMDk1YWYyZjAxYzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c491b143-4f36-4363-a5ae-aa6057fc2bdd","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-29T20:50:19.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "clamp",
  "timestamp": 1638218987754,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:50:19.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:50:19.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "clamp",
  "timestamp": 1638218987754,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:50:19.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:50:19.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "cds",
  "timestamp": 1638218997054,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:50:19.767Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:50:19.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:50:19.768Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:50:19.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "cds",
  "timestamp": 1638218997054,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:50:19.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:50:19.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "cds",
  "timestamp": 1638219000590,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:50:19.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:50:19.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219000227,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:50:19.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:50:19.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219000431,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:50:19.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:50:19.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "cds",
  "timestamp": 1638219001603,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-11-29T20:50:19.774Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:50:19.775Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219019128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:50:19.799Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cd64e985-5a35-480a-96df-c309f33e9e2c
2021-11-29T20:50:19.799Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd64e985-5a35-480a-96df-c309f33e9e2c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:50:19.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219000227,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:50:19.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:50:19.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219000431,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:50:19.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:50:19.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219003415,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:50:19.812Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:50:19.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "policy-id",
  "timestamp": 1638219003157,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:50:19.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:50:19.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219003242,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:50:19.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:50:19.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "dcae-sch",
  "timestamp": 1638219003339,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:50:19.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:50:19.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "policy-id",
  "timestamp": 1638219003157,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:50:19.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:50:19.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219003242,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:50:19.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:50:19.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "dcae-sch",
  "timestamp": 1638219003339,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:50:19.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:50:19.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219005132,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:50:19.815Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:50:19.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "clamp",
  "timestamp": 1638219005447,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:50:19.816Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:50:19.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219006139,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:50:19.820Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cd64e985-5a35-480a-96df-c309f33e9e2c
2021-11-29T20:50:19.820Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd64e985-5a35-480a-96df-c309f33e9e2c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:50:19.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "policy-id",
  "timestamp": 1638219006213,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:50:19.826Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:50:19.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "policy-id",
  "timestamp": 1638219007217,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:50:19.826Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:50:19.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "clamp",
  "timestamp": 1638219007458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:50:19.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:50:19.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "aai-ml",
  "timestamp": 1638219007194,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:50:19.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:50:19.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "policy-id",
  "timestamp": 1638219008226,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:50:19.831Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cd64e985-5a35-480a-96df-c309f33e9e2c
2021-11-29T20:50:19.832Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd64e985-5a35-480a-96df-c309f33e9e2c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:50:19.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "clamp",
  "timestamp": 1638219008464,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:50:19.839Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cd64e985-5a35-480a-96df-c309f33e9e2c
2021-11-29T20:50:19.840Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd64e985-5a35-480a-96df-c309f33e9e2c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:50:19.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "aai-ml",
  "timestamp": 1638219007194,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:50:19.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:50:19.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "aai-ml",
  "timestamp": 1638219010026,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:50:19.846Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:50:19.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "aai-ml",
  "timestamp": 1638219014611,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:50:19.846Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:50:19.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:50:19.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "aai-ml",
  "timestamp": 1638219015616,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:50:19.849Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cd64e985-5a35-480a-96df-c309f33e9e2c
2021-11-29T20:50:19.849Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd64e985-5a35-480a-96df-c309f33e9e2c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:50:19.874Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-29T20:50:19.875Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:50:19.875Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:50:19.886Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:50:19.887Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:50:20.775Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:50:20.776Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:50:20.778Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:50:20.778Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219019128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:50:20.878Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:50:20.879Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:50:20.879Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:50:20.890Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:50:20.890Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:50:21.779Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "0b441522-3838-4c69-a21e-6b5848a42daa",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cebadf47-7806-4977-b53f-25eac5df6105",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c4c567c5-a1e3-4648-bad3-a64106fea8fc",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "3a93afd3-5d36-41fd-94cc-3f4f0026eb6d",
      "resourceInvariantUUID": "619869dd-b328-438b-aaf2-7f70ad0d47f9",
      "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": "OGMwOTQwMWYxMTg4YTRmNGMwOTFmMDk1YWYyZjAxYzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c491b143-4f36-4363-a5ae-aa6057fc2bdd"
    }
  ],
  "workloadContext": "Production"
}
2021-11-29T20:50:21.780Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-29T20:50:21.780Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0b441522-3838-4c69-a21e-6b5848a42daa ASDC
2021-11-29T20:50:21.780Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:cd64e985-5a35-480a-96df-c309f33e9e2c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0b441522-3838-4c69-a21e-6b5848a42daa
ServiceInvariantUUID:cebadf47-7806-4977-b53f-25eac5df6105
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:c491b143-4f36-4363-a5ae-aa6057fc2bdd
ArtifactChecksum:OGMwOTQwMWYxMTg4YTRmNGMwOTFmMDk1YWYyZjAxYzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c4c567c5-a1e3-4648-bad3-a64106fea8fc
ResourceInvariantUUID:619869dd-b328-438b-aaf2-7f70ad0d47f9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:3a93afd3-5d36-41fd-94cc-3f4f0026eb6d
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-11-29T20:50:21.781Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b441522-3838-4c69-a21e-6b5848a42daa ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-29T20:50:21.807Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-29T20:50:21.808Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-29T20:50:21.808Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-29T20:50:21.809Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c491b143-4f36-4363-a5ae-aa6057fc2bdd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-29T20:50:21.809Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-29T20:50:21.810Z|cd64e985-5a35-480a-96df-c309f33e9e2c|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-11-29T20:50:22.078Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-29T20:50:22.080Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c491b143-4f36-4363-a5ae-aa6057fc2bdd 52490
2021-11-29T20:50:22.081Z|cd64e985-5a35-480a-96df-c309f33e9e2c|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-11-29T20:50:22.081Z|cd64e985-5a35-480a-96df-c309f33e9e2c|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-11-29T20:50:22.081Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:50:22.081Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:50:22.083Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:50:22.083Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219022081,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:50:22.184Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-29T20:50:22.186Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:50:22.186Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:50:22.197Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:50:22.197Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:50:23.084Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-29T20:50:23.085Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-29T20:50:23.086Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c491b143-4f36-4363-a5ae-aa6057fc2bdd, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-29T20:50:23.087Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-11-29T20:50:23.087Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-29T20:50:23.087Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-29T20:50:23.237Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15214056864902647547/Definitions/service-BasicNetwork-template.yml
2021-11-29T20:50:23.844Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-29T20:50:23.846Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-29T20:50:23.846Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-29T20:50:23.846Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-11-29T20:50:23.846Z|cd64e985-5a35-480a-96df-c309f33e9e2c|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-11-29T20:50:23.846Z|cd64e985-5a35-480a-96df-c309f33e9e2c|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-11-29T20:50:23.846Z|cd64e985-5a35-480a-96df-c309f33e9e2c|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-11-29T20:50:23.846Z|cd64e985-5a35-480a-96df-c309f33e9e2c|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-11-29T20:50:23.846Z|cd64e985-5a35-480a-96df-c309f33e9e2c|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-11-29T20:50:23.846Z|cd64e985-5a35-480a-96df-c309f33e9e2c|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-11-29T20:50:23.846Z|cd64e985-5a35-480a-96df-c309f33e9e2c|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-11-29T20:50:23.846Z|cd64e985-5a35-480a-96df-c309f33e9e2c|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-11-29T20:50:23.847Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-29T20:50:23.847Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:50:23.847Z|cd64e985-5a35-480a-96df-c309f33e9e2c|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-11-29T20:50:23.847Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-29T20:50:23.847Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-29T20:50:23.847Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-29T20:50:23.847Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:50:23.848Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:50:23.848Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-29T20:50:23.848Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-29T20:50:23.848Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-29T20:50:23.848Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:50:23.848Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:50:23.848Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:50:23.849Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:50:23.849Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:50:23.849Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:50:23.849Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:50:23.849Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:50:23.850Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:50:23.850Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:50:23.850Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:0b441522-3838-4c69-a21e-6b5848a42daa
Model Version:NULL
Model InvariantUuid:cebadf47-7806-4977-b53f-25eac5df6105
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:619869dd-b328-438b-aaf2-7f70ad0d47f9
Model UUID:b96933d0-731d-48de-a40e-249ed202d3d5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c4c567c5-a1e3-4648-bad3-a64106fea8fc
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-29T20:50:23.870Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 3a93afd3-5d36-41fd-94cc-3f4f0026eb6d
2021-11-29T20:50:23.870Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||No resources found for Service: 0b441522-3838-4c69-a21e-6b5848a42daa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:50:23.894Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||
2021-11-29T20:50:23.894Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-11-29T20:50:23.896Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 0b441522-3838-4c69-a21e-6b5848a42daa
2021-11-29T20:50:23.896Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0b441522-3838-4c69-a21e-6b5848a42daa
2021-11-29T20:50:23.896Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-11-29T20:50:23.897Z|cd64e985-5a35-480a-96df-c309f33e9e2c|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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:50:23.908Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@617ed240, org.onap.sdc.toscaparser.api.parameters.Input@671c2c24, org.onap.sdc.toscaparser.api.parameters.Input@4bf46835, org.onap.sdc.toscaparser.api.parameters.Input@333ccd83, org.onap.sdc.toscaparser.api.parameters.Input@24c7e576]
2021-11-29T20:50:23.912Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:50:23.912Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:50:23.912Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:50:23.913Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:50:23.913Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0b441522-3838-4c69-a21e-6b5848a42daa: Generic NeutronNet
2021-11-29T20:50:23.913Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:50:23.913Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:50:23.914Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:50:23.914Z|cd64e985-5a35-480a-96df-c309f33e9e2c|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_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-11-29T20:50:23.988Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:50:23.989Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:50:23.989Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:50:23.989Z|cd64e985-5a35-480a-96df-c309f33e9e2c|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-11-29T20:50:23.989Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:50:23.990Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:50:23.990Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-29T20:50:24.084Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-11-29T20:50:24.085Z|cd64e985-5a35-480a-96df-c309f33e9e2c|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-11-29T20:50:24.085Z|cd64e985-5a35-480a-96df-c309f33e9e2c|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-11-29T20:50:24.085Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:50:24.086Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:50:24.088Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:50:24.088Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219024085,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:50:24.190Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-29T20:50:24.191Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:50:24.191Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:50:24.202Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:50:24.202Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:50:25.090Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd64e985-5a35-480a-96df-c309f33e9e2c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:50:25.099Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd64e985-5a35-480a-96df-c309f33e9e2c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:50:25.101Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:50:25.101Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-29T20:50:25.101Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-29T20:50:25.101Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-29T20:50:25.101Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:50:25.102Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:50:25.102Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:50:25.102Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:50:25.102Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:50:25.102Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:50:25.102Z|cd64e985-5a35-480a-96df-c309f33e9e2c|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-11-29T20:50:25.105Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-29T20:50:55.105Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd64e985-5a35-480a-96df-c309f33e9e2c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-29T20:50:55.122Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd64e985-5a35-480a-96df-c309f33e9e2c and serviceModelVersionId: 0b441522-3838-4c69-a21e-6b5848a42daa
2021-11-29T20:50:55.122Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cebadf47-7806-4977-b53f-25eac5df6105
2021-11-29T20:50:55.124Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cebadf47-7806-4977-b53f-25eac5df6105/model-vers/model-ver/0b441522-3838-4c69-a21e-6b5848a42daa?depth=0
2021-11-29T20:50:55.138Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-11-29T20:50:55.221Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebadf47-7806-4977-b53f-25eac5df6105/model-vers/model-ver/0b441522-3838-4c69-a21e-6b5848a42daa?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-29T20:50:55.225Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebadf47-7806-4977-b53f-25eac5df6105/model-vers/model-ver/0b441522-3838-4c69-a21e-6b5848a42daa?depth=0|INFO|500||Invoke
2021-11-29T20:50:55.251Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebadf47-7806-4977-b53f-25eac5df6105/model-vers/model-ver/0b441522-3838-4c69-a21e-6b5848a42daa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-29T20:50:55.522Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebadf47-7806-4977-b53f-25eac5df6105/model-vers/model-ver/0b441522-3838-4c69-a21e-6b5848a42daa?depth=0|INFO|500||InvokeReturn
2021-11-29T20:50:55.524Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebadf47-7806-4977-b53f-25eac5df6105/model-vers/model-ver/0b441522-3838-4c69-a21e-6b5848a42daa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211129-20:50:55:261-38188], vertex-id=[192712], Content-Length=[0], Date=[Mon, 29 Nov 2021 20:50:55 GMT], Content-Type=[application/json]}
2021-11-29T20:50:55.524Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-11-29T20:50:55.525Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-29T20:50:55.525Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:50:55.532Z|cd64e985-5a35-480a-96df-c309f33e9e2c|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-11-29T20:50:55.533Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd64e985-5a35-480a-96df-c309f33e9e2c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-29T20:50:55.533Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-29T20:50:55.534Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:50:55.537Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:50:55.537Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219055533,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-29T20:50:55.638Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:50:55.639Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:50:55.639Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:50:55.656Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:50:55.657Z||pool-55-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-29T20:51:19.128Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:51:19.129Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:51:19.129Z|cd64e985-5a35-480a-96df-c309f33e9e2c|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:51:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:51:19.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-11-29T20:51:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:51:19.254Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:51:19.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:51:19.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219019128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:51:19.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:51:28.676Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:52:19.128Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:52:19.130Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:52:19.130Z|cd64e985-5a35-480a-96df-c309f33e9e2c|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:52:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:52:19.132Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:52:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:52:19.155Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:52:19.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:52:19.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219019128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:52:19.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:52:19.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:52:19.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219022081,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:52:19.160Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:52:19.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:52:19.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219024085,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:52:19.160Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:52:19.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:52:19.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd64e985-5a35-480a-96df-c309f33e9e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219055533,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-29T20:52:19.161Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:52:19.770Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:52:19.771Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-29T20:52:19.771Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a4393b48-9d18-44be-a040-65426364afa0","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"894e7d24-22c2-4e3f-be3f-1159a5830a86","serviceDescription":"service","serviceInvariantUUID":"c763a6a8-a076-49fd-a30a-a7a0f7edfece","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a910e8a0-caa4-4021-a4bd-e0e86edf8f4e","resourceInvariantUUID":"d696c0a2-fd43-4437-b4c2-3630e8b6f520","resourceCustomizationUUID":"69abc257-0322-4d45-963e-78c87a3841a4","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":"MjQ1MTBkMGY5ZmY3MThkZTMyNmMyYTBlNDQ1MWE5ZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6f5a8e01-54fc-44fd-939b-73c3ce79c0fb","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":"ODIyYTJmZjI3ZjE3OTFlOGM3YTllM2U5MDdjNmM4MjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3c38d965-b835-4587-8a2c-ba34690d0c4e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a6345df3-b5aa-49b8-868b-a160dbf94074","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":"26c0288c-ad9f-42f8-9920-94f8a55479ac","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b9c6a5c6-8dfa-4db2-8e2a-416c9435c7ba","artifactVersion":"2","generatedFromUUID":"a6345df3-b5aa-49b8-868b-a160dbf94074"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NDEzMzM2OTY0NGQ5OTEzYjljNWY4MmM3NjRlMDFlYWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c972b469-efbd-40c3-9e28-0bd5e88f66b9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZThhOWZkZDZkNmQzMzAzNjU4NGExOTgyNDZhYjIxMmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7452c103-f6c8-4a19-8efb-1afbc05d330a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-29T20:52:19.774Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:52:19.775Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:52:19.778Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:52:19.778Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219139128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:52:19.878Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-29T20:52:19.880Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:52:19.881Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:52:19.894Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:52:19.894Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:52:20.779Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:52:20.780Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:52:20.783Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:52:20.783Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219139128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-29T20:52:20.883Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:52:20.884Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:52:20.884Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:52:20.895Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:52:20.895Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:52:21.784Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:52:21.786Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:52:21.788Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:52:21.789Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219139128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-29T20:52:21.889Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:52:21.890Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:52:21.890Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:52:21.902Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:52:21.903Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:52:22.789Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:52:22.790Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:52:22.793Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:52:22.793Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219139128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:52:22.893Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-29T20:52:22.894Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:52:22.894Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:52:22.908Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:52:22.910Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:52:23.794Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:52:23.795Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:52:23.798Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:52:23.799Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219139128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-29T20:52:23.900Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-29T20:52:23.901Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:52:23.901Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:52:23.931Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:52:23.932Z||pool-60-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:52:24.800Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:52:24.801Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:52:24.803Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:52:24.803Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219139128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:52:24.903Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:52:24.904Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:52:24.904Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:52:24.919Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:52:24.919Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:52:25.804Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:52:25.804Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:52:25.807Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:52:25.807Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219139128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:52:25.907Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:52:25.908Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:52:25.909Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:52:25.921Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:52:25.921Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:52:26.808Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "894e7d24-22c2-4e3f-be3f-1159a5830a86",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c763a6a8-a076-49fd-a30a-a7a0f7edfece",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "69abc257-0322-4d45-963e-78c87a3841a4",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a910e8a0-caa4-4021-a4bd-e0e86edf8f4e",
      "resourceInvariantUUID": "d696c0a2-fd43-4437-b4c2-3630e8b6f520",
      "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": "ODIyYTJmZjI3ZjE3OTFlOGM3YTllM2U5MDdjNmM4MjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3c38d965-b835-4587-8a2c-ba34690d0c4e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a6345df3-b5aa-49b8-868b-a160dbf94074",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b9c6a5c6-8dfa-4db2-8e2a-416c9435c7ba",
            "generatedFromUUID": "a6345df3-b5aa-49b8-868b-a160dbf94074"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b9c6a5c6-8dfa-4db2-8e2a-416c9435c7ba",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZThhOWZkZDZkNmQzMzAzNjU4NGExOTgyNDZhYjIxMmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7452c103-f6c8-4a19-8efb-1afbc05d330a"
    }
  ],
  "workloadContext": "Production"
}
2021-11-29T20:52:26.809Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-29T20:52:26.809Z|cd64e985-5a35-480a-96df-c309f33e9e2c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 894e7d24-22c2-4e3f-be3f-1159a5830a86 ASDC
2021-11-29T20:52:26.810Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a4393b48-9d18-44be-a040-65426364afa0
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:894e7d24-22c2-4e3f-be3f-1159a5830a86
ServiceInvariantUUID:c763a6a8-a076-49fd-a30a-a7a0f7edfece
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:7452c103-f6c8-4a19-8efb-1afbc05d330a
ArtifactChecksum:ZThhOWZkZDZkNmQzMzAzNjU4NGExOTgyNDZhYjIxMmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:69abc257-0322-4d45-963e-78c87a3841a4
ResourceInvariantUUID:d696c0a2-fd43-4437-b4c2-3630e8b6f520
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a910e8a0-caa4-4021-a4bd-e0e86edf8f4e
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:3c38d965-b835-4587-8a2c-ba34690d0c4e
ArtifactChecksum:ODIyYTJmZjI3ZjE3OTFlOGM3YTllM2U5MDdjNmM4MjA=
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:a6345df3-b5aa-49b8-868b-a160dbf94074
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:b9c6a5c6-8dfa-4db2-8e2a-416c9435c7ba
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:b9c6a5c6-8dfa-4db2-8e2a-416c9435c7ba
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-29T20:52:26.811Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 894e7d24-22c2-4e3f-be3f-1159a5830a86 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:52:26.843Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-29T20:52:26.844Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-29T20:52:26.844Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-29T20:52:26.844Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7452c103-f6c8-4a19-8efb-1afbc05d330a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-29T20:52:26.844Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-29T20:52:26.844Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:27.180Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-29T20:52:27.183Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 7452c103-f6c8-4a19-8efb-1afbc05d330a 71042
2021-11-29T20:52:27.183Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:27.183Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:27.183Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:52:27.184Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:52:27.186Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:52:27.186Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219147183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:52:27.286Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:52:27.287Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:52:27.287Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:52:27.306Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:52:27.306Z||pool-63-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:52:28.186Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-29T20:52:28.187Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-29T20:52:28.187Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7452c103-f6c8-4a19-8efb-1afbc05d330a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-29T20:52:28.188Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-11-29T20:52:28.188Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-29T20:52:28.188Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-11-29T20:52:28.476Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5520907354086799033/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-11-29T20:52:29.624Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-29T20:52:29.625Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-29T20:52:29.625Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-29T20:52:29.626Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-29T20:52:29.626Z|a4393b48-9d18-44be-a040-65426364afa0|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_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-29T20:52:29.626Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:29.626Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:29.626Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:29.626Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:29.626Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:29.626Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:29.626Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:29.626Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:29.626Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-29T20:52:29.626Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:29.627Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:29.627Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-29T20:52:29.627Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-29T20:52:29.627Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-29T20:52:29.627Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:29.628Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:52:29.628Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-29T20:52:29.628Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-29T20:52:29.628Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-29T20:52:29.628Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:29.628Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:52:29.629Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:29.629Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-29T20:52:29.629Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-29T20:52:29.629Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-29T20:52:29.629Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-29T20:52:29.629Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-29T20:52:29.629Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-29T20:52:29.629Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:29.630Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:29.630Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:29.630Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-29T20:52:29.630Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:52:29.630Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:29.630Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-29T20:52:29.631Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:52:29.631Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:29.631Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-29T20:52:29.631Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:52:29.631Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:29.632Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-29T20:52:29.632Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-29T20:52:29.632Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-29T20:52:29.632Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9d379090-1655-4c4d-859e-780e5fea252a
2021-11-29T20:52:29.632Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:29.632Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:52:29.632Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:29.633Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:52:29.633Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:29.633Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:52:29.633Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:29.633Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:52:29.633Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:894e7d24-22c2-4e3f-be3f-1159a5830a86
Model Version:NULL
Model InvariantUuid:c763a6a8-a076-49fd-a30a-a7a0f7edfece
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:e0da02a0-7532-435b-8e7e-9d156c713ec2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d696c0a2-fd43-4437-b4c2-3630e8b6f520
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:69abc257-0322-4d45-963e-78c87a3841a4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:79abba7e-8df1-437e-8022-cf4f57011566
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:6519149e-e5d8-4fb8-8a1f-a23cceb4617a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9d379090-1655-4c4d-859e-780e5fea252a
ModelInvariantUuid:23770fab-45be-4c80-b1ed-76f0daffb255
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:3c175889-b451-4224-a523-7a570fdfb233
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7539419f-3cca-469f-94c1-1e02b7f395e0
ModelInvariantUuid:66a1aaeb-646d-4710-8408-016bb0433947
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:2b9f71c7-33a8-4b80-b3c4-96cc63405d76
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-29T20:52:29.639Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a910e8a0-caa4-4021-a4bd-e0e86edf8f4e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:52:29.642Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||basic_vm 0
2021-11-29T20:52:29.643Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a910e8a0-caa4-4021-a4bd-e0e86edf8f4e
2021-11-29T20:52:29.643Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3c38d965-b835-4587-8a2c-ba34690d0c4e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-29T20:52:29.643Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-29T20:52:29.643Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:29.908Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-29T20:52:29.908Z|a4393b48-9d18-44be-a040-65426364afa0|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 3c38d965-b835-4587-8a2c-ba34690d0c4e 787
2021-11-29T20:52:29.908Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:29.908Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:29.908Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:52:29.909Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:52:29.910Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:52:29.910Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219149908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:52:30.011Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:52:30.012Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:52:30.012Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:52:30.023Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:52:30.024Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:52:30.911Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "79abba7e-8df1-437e-8022-cf4f57011566",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6519149e-e5d8-4fb8-8a1f-a23cceb4617a",
    "vfModuleModelCustomizationUUID": "1a55d533-af46-49c7-be1e-90c170656fc4",
    "isBase": true,
    "artifacts": [
      "a6345df3-b5aa-49b8-868b-a160dbf94074",
      "b9c6a5c6-8dfa-4db2-8e2a-416c9435c7ba"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-29T20:52:30.916Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6519149e-e5d8-4fb8-8a1f-a23cceb4617a
VfModuleModelInvariantUUID:79abba7e-8df1-437e-8022-cf4f57011566
VfModuleModelDescription:NULL
Artifacts UUID List:{
a6345df3-b5aa-49b8-868b-a160dbf94074
,
b9c6a5c6-8dfa-4db2-8e2a-416c9435c7ba

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

isBase:true


}

2021-11-29T20:52:30.926Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "79abba7e-8df1-437e-8022-cf4f57011566",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6519149e-e5d8-4fb8-8a1f-a23cceb4617a",
    "vfModuleModelCustomizationUUID": "1a55d533-af46-49c7-be1e-90c170656fc4",
    "isBase": true,
    "artifacts": [
      "a6345df3-b5aa-49b8-868b-a160dbf94074",
      "b9c6a5c6-8dfa-4db2-8e2a-416c9435c7ba"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-29T20:52:30.926Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6519149e-e5d8-4fb8-8a1f-a23cceb4617a
VfModuleModelInvariantUUID:79abba7e-8df1-437e-8022-cf4f57011566
VfModuleModelDescription:NULL
Artifacts UUID List:{
a6345df3-b5aa-49b8-868b-a160dbf94074
,
b9c6a5c6-8dfa-4db2-8e2a-416c9435c7ba

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

isBase:true


}

2021-11-29T20:52:30.926Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a6345df3-b5aa-49b8-868b-a160dbf94074 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-29T20:52:30.926Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-29T20:52:30.926Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:31.215Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-29T20:52:31.216Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a6345df3-b5aa-49b8-868b-a160dbf94074 5033
2021-11-29T20:52:31.216Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:31.216Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:31.216Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:52:31.217Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:52:31.218Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:52:31.219Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219151216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:52:31.319Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:52:31.320Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:52:31.320Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:52:31.334Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:52:31.335Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:52:32.219Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b9c6a5c6-8dfa-4db2-8e2a-416c9435c7ba from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-29T20:52:32.220Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-29T20:52:32.221Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:32.428Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-29T20:52:32.429Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b9c6a5c6-8dfa-4db2-8e2a-416c9435c7ba 903
2021-11-29T20:52:32.429Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:32.429Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:32.429Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:52:32.429Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:52:32.431Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:52:32.431Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219152429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:52:32.531Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:52:32.533Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:52:32.533Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:52:32.545Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:52:32.545Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:52:33.432Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 894e7d24-22c2-4e3f-be3f-1159a5830a86
2021-11-29T20:52:33.432Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 a910e8a0-caa4-4021-a4bd-e0e86edf8f4e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:52:33.444Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5839d07e, org.onap.sdc.toscaparser.api.parameters.Input@31a516ad, org.onap.sdc.toscaparser.api.parameters.Input@5075a107, org.onap.sdc.toscaparser.api.parameters.Input@f961fb8, org.onap.sdc.toscaparser.api.parameters.Input@19ba9414]
2021-11-29T20:52:33.445Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:33.445Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:52:33.445Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-11-29T20:52:33.446Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 69abc257-0322-4d45-963e-78c87a3841a4
2021-11-29T20:52:33.446Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 69abc257-0322-4d45-963e-78c87a3841a4 matches Tosca VF Customization UUID: 69abc257-0322-4d45-963e-78c87a3841a4
2021-11-29T20:52:33.446Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 69abc257-0322-4d45-963e-78c87a3841a4  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-29T20:52:33.448Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:33.448Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:52:33.449Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 69abc257-0322-4d45-963e-78c87a3841a4: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-11-29T20:52:33.449Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@42e7a6a9
2021-11-29T20:52:33.449Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:33.449Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:33.450Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1a55d533-af46-49c7-be1e-90c170656fc4
2021-11-29T20:52:33.450Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1a55d533-af46-49c7-be1e-90c170656fc4
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-29T20:52:33.452Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:33.452Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-29T20:52:33.452Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:52:33.453Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:33.453Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-29T20:52:33.453Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:52:33.453Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:33.453Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-29T20:52:33.454Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-29T20:52:33.454Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-29T20:52:33.454Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9d379090-1655-4c4d-859e-780e5fea252a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-29T20:52:33.456Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:33.456Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-29T20:52:33.457Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:52:33.457Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:33.457Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-29T20:52:33.457Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=69abc257-0322-4d45-963e-78c87a3841a4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:52:33.459Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:33.459Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:52:33.460Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 894e7d24-22c2-4e3f-be3f-1159a5830a86: basic_vm
2021-11-29T20:52:33.460Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:33.460Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:52:33.461Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:33.461Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:52:33.461Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:33.461Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:52:33.461Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:33.462Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:33.462Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:52:33.462Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:52:33.462Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:52:33.558Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm a910e8a0-caa4-4021-a4bd-e0e86edf8f4e 1 ASDC deployResourceStructure
2021-11-29T20:52:33.558Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:33.558Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:33.558Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:52:33.559Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:52:33.560Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:52:33.561Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219153558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-29T20:52:33.661Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:52:33.661Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:52:33.662Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:52:33.672Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:52:33.673Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:52:34.562Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:34.562Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:34.562Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:52:34.563Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:52:34.565Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:52:34.565Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219154562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-29T20:52:34.666Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-29T20:52:34.667Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:52:34.667Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:52:34.680Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:52:34.680Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:52:35.566Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:35.566Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:35.567Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:52:35.567Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:52:35.569Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:52:35.569Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219155566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-29T20:52:35.671Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-29T20:52:35.672Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:52:35.672Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:52:35.684Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:52:35.685Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:52:36.570Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:36.571Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:52:36.571Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:52:36.571Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:52:36.573Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:52:36.573Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219156570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:52:36.673Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:52:36.674Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:52:36.674Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:52:36.685Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:52:36.685Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:52:37.574Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4393b48-9d18-44be-a040-65426364afa0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:52:37.582Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4393b48-9d18-44be-a040-65426364afa0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:52:37.583Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:52:37.584Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:52:37.584Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:53:07.585Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4393b48-9d18-44be-a040-65426364afa0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:53:07.605Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4393b48-9d18-44be-a040-65426364afa0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:53:07.606Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:53:07.606Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:53:07.606Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:53:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:53:19.134Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:53:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:53:19.172Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:53:19.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219103243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219100227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "cds",
  "timestamp": 1638219102055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "aai-ml",
  "timestamp": 1638219097194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "dcae-sch",
  "timestamp": 1638219103336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "policy-id",
  "timestamp": 1638219103155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219103243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219100227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-29T20:53:19.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "aai-ml",
  "timestamp": 1638219097194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "dcae-sch",
  "timestamp": 1638219103336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "cds",
  "timestamp": 1638219102055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "policy-id",
  "timestamp": 1638219103155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219103243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219100227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-29T20:53:19.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "aai-ml",
  "timestamp": 1638219097194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "dcae-sch",
  "timestamp": 1638219103336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "cds",
  "timestamp": 1638219102055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "policy-id",
  "timestamp": 1638219103155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-29T20:53:19.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "clamp",
  "timestamp": 1638219107753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.184Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219100227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.184Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219103243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.184Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "aai-ml",
  "timestamp": 1638219097194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "cds",
  "timestamp": 1638219102055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "dcae-sch",
  "timestamp": 1638219103336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "policy-id",
  "timestamp": 1638219103155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "clamp",
  "timestamp": 1638219107753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-29T20:53:19.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219103243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219100227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-29T20:53:19.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "aai-ml",
  "timestamp": 1638219097194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "cds",
  "timestamp": 1638219102055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "dcae-sch",
  "timestamp": 1638219103336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "policy-id",
  "timestamp": 1638219103155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "clamp",
  "timestamp": 1638219107753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219103243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219100227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "aai-ml",
  "timestamp": 1638219097194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "cds",
  "timestamp": 1638219102055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "dcae-sch",
  "timestamp": 1638219103336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "policy-id",
  "timestamp": 1638219103155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "clamp",
  "timestamp": 1638219107753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219103243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219100227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:53:19.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "aai-ml",
  "timestamp": 1638219097194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:53:19.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "cds",
  "timestamp": 1638219102055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:53:19.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "dcae-sch",
  "timestamp": 1638219103336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "policy-id",
  "timestamp": 1638219103155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:53:19.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "clamp",
  "timestamp": 1638219107753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219113009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:53:19.195Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:53:19.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "aai-ml",
  "timestamp": 1638219113026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:53:19.195Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:53:19.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "cds",
  "timestamp": 1638219113036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:53:19.196Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:53:19.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "policy-id",
  "timestamp": 1638219113030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:53:19.196Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:53:19.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "clamp",
  "timestamp": 1638219107753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.197Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "cds",
  "timestamp": 1638219114042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:53:19.201Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4393b48-9d18-44be-a040-65426364afa0
2021-11-29T20:53:19.201Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4393b48-9d18-44be-a040-65426364afa0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:53:19.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "policy-id",
  "timestamp": 1638219114035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:53:19.216Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:53:19.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219114219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:53:19.217Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:53:19.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "clamp",
  "timestamp": 1638219107753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:53:19.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "policy-id",
  "timestamp": 1638219115038,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:53:19.221Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4393b48-9d18-44be-a040-65426364afa0
2021-11-29T20:53:19.221Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4393b48-9d18-44be-a040-65426364afa0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:53:19.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219115422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:53:19.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:53:19.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219116446,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:53:19.230Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4393b48-9d18-44be-a040-65426364afa0
2021-11-29T20:53:19.230Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4393b48-9d18-44be-a040-65426364afa0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-29T20:53:19.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219117450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-29T20:53:19.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:53:19.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219120429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219120429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "aai-ml",
  "timestamp": 1638219122113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:53:19.237Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:53:19.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219120429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.237Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "aai-ml",
  "timestamp": 1638219123117,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:53:19.240Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a4393b48-9d18-44be-a040-65426364afa0
2021-11-29T20:53:19.240Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4393b48-9d18-44be-a040-65426364afa0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:53:19.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219120429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219120429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "clamp",
  "timestamp": 1638219125466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:53:19.247Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:53:19.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219120429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:53:19.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219120429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:53:19.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:53:19.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "clamp",
  "timestamp": 1638219127474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:53:19.250Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:53:19.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219128430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:53:19.250Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:53:19.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "clamp",
  "timestamp": 1638219128479,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:53:19.253Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a4393b48-9d18-44be-a040-65426364afa0
2021-11-29T20:53:19.253Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4393b48-9d18-44be-a040-65426364afa0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:53:19.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219131031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:53:19.258Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:53:19.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:53:19.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219132037,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:53:19.260Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a4393b48-9d18-44be-a040-65426364afa0
2021-11-29T20:53:19.260Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4393b48-9d18-44be-a040-65426364afa0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:53:37.606Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4393b48-9d18-44be-a040-65426364afa0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:53:37.616Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4393b48-9d18-44be-a040-65426364afa0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:53:37.619Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:53:37.619Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-29T20:53:37.619Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-29T20:53:37.620Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-29T20:53:37.620Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:53:37.620Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:53:37.620Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:53:37.620Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:53:37.621Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:53:37.621Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:53:37.622Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:53:37.633Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-29T20:54:07.633Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a4393b48-9d18-44be-a040-65426364afa0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-29T20:54:07.638Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a4393b48-9d18-44be-a040-65426364afa0 and serviceModelVersionId: 894e7d24-22c2-4e3f-be3f-1159a5830a86
2021-11-29T20:54:07.638Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c763a6a8-a076-49fd-a30a-a7a0f7edfece
2021-11-29T20:54:07.640Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c763a6a8-a076-49fd-a30a-a7a0f7edfece/model-vers/model-ver/894e7d24-22c2-4e3f-be3f-1159a5830a86?depth=0
2021-11-29T20:54:07.651Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-11-29T20:54:07.707Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c763a6a8-a076-49fd-a30a-a7a0f7edfece/model-vers/model-ver/894e7d24-22c2-4e3f-be3f-1159a5830a86?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-29T20:54:07.710Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c763a6a8-a076-49fd-a30a-a7a0f7edfece/model-vers/model-ver/894e7d24-22c2-4e3f-be3f-1159a5830a86?depth=0|INFO|500||Invoke
2021-11-29T20:54:07.741Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c763a6a8-a076-49fd-a30a-a7a0f7edfece/model-vers/model-ver/894e7d24-22c2-4e3f-be3f-1159a5830a86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-29T20:54:07.834Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c763a6a8-a076-49fd-a30a-a7a0f7edfece/model-vers/model-ver/894e7d24-22c2-4e3f-be3f-1159a5830a86?depth=0|INFO|500||InvokeReturn
2021-11-29T20:54:07.835Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c763a6a8-a076-49fd-a30a-a7a0f7edfece/model-vers/model-ver/894e7d24-22c2-4e3f-be3f-1159a5830a86?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211129-20:54:07:744-81525], vertex-id=[667824], Content-Length=[0], Date=[Mon, 29 Nov 2021 20:54:07 GMT], Content-Type=[application/json]}
2021-11-29T20:54:07.835Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-11-29T20:54:07.836Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-29T20:54:07.836Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:54:07.842Z|a4393b48-9d18-44be-a040-65426364afa0|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-11-29T20:54:07.843Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a4393b48-9d18-44be-a040-65426364afa0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-29T20:54:07.843Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-29T20:54:07.843Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:54:07.847Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:54:07.847Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219247843,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-29T20:54:07.950Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-11-29T20:54:07.951Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:54:07.952Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:54:07.976Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:54:07.977Z||pool-71-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-29T20:54:08.858Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:54:08.859Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:54:08.859Z|a4393b48-9d18-44be-a040-65426364afa0|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:54:09.483Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:54:09.484Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-29T20:54:09.484Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"23a6f34a-3b13-4810-ba4a-54bdcd51e058","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"070149ba-684a-4c79-84c6-227485ac4307","serviceDescription":"service","serviceInvariantUUID":"ce7d5a01-2a21-47f7-8d25-81d7b7da5444","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a4e9c64c-0705-45ae-8177-8e66f81105d5","resourceInvariantUUID":"875b9834-900b-479e-8e15-9a92bb34e4e7","resourceCustomizationUUID":"975fecd7-85b5-4ffd-a12c-a57bc59eb4f0","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":"NDA3NjczMjM4MmFkNjI0ZmQ3NzdmNDMwOWM1OWFjN2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"009d1675-b8d2-46a2-9640-59a6b87e348f","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":"YjRiM2FlNjI2ODYwNjhmZjYwM2Q2ODA0OGU5ZjMzNTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"04ec478e-6cf2-4048-ad6e-92ce4527cf48","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e3493328-fcdc-4e91-a295-c9f3f5bd1d96","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":"72606b94-9bde-4ec7-bbec-880fed69a6e5","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6e4c6d8a-92e6-433c-af2f-27cfbfaf854a","artifactVersion":"2","generatedFromUUID":"e3493328-fcdc-4e91-a295-c9f3f5bd1d96"},{"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":"OTc4OTRlNDJhMjIzYjgzNWNiNDM1NWJiMjhhN2RmYmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"313cfa36-3a39-4270-b2c7-90d3a528d88d","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":"YjVkYjJkYjM1ZmZiZDUzZGYwYTE0NTJlYTg5YWE0OTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fabad9a9-ed16-43c8-8aaf-8d9b961fe0df","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NzVkNTU5ZWU0ZjgwZTY4YmJkZDRkMGFkMzNhMDY4YzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7eaf512c-6762-468e-bcbe-00b895a5254d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-29T20:54:09.487Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:54:09.487Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:54:09.489Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:54:09.489Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:09.589Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:54:09.590Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:54:09.590Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:54:09.601Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:54:09.601Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:54:10.491Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:54:10.491Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:54:10.494Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:54:10.494Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-29T20:54:10.594Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:54:10.596Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:54:10.597Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:54:10.610Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:54:10.613Z||pool-73-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:54:11.494Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:54:11.497Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:54:11.499Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:54:11.499Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-29T20:54:11.601Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-29T20:54:11.602Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:54:11.602Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:54:11.617Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:54:11.618Z||pool-74-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:54:12.500Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:54:12.500Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:54:12.502Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:54:12.502Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:12.603Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:54:12.604Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:54:12.604Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:54:12.616Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:54:12.617Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:54:13.508Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:54:13.518Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:54:13.520Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:54:13.520Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-29T20:54:13.620Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:54:13.621Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:54:13.622Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:54:13.634Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:54:13.635Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:54:14.521Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:54:14.521Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:54:14.524Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:54:14.524Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:14.624Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:54:14.625Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:54:14.625Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:54:14.637Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:54:14.638Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:54:15.526Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:54:15.527Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:54:15.529Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:54:15.529Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:15.629Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:54:15.632Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:54:15.632Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:54:15.642Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:54:15.642Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:54:16.535Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:54:16.536Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:54:16.538Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:54:16.539Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:54:16.640Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:54:16.641Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:54:16.641Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:54:16.657Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:54:16.657Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:54:17.540Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "070149ba-684a-4c79-84c6-227485ac4307",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ce7d5a01-2a21-47f7-8d25-81d7b7da5444",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "975fecd7-85b5-4ffd-a12c-a57bc59eb4f0",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a4e9c64c-0705-45ae-8177-8e66f81105d5",
      "resourceInvariantUUID": "875b9834-900b-479e-8e15-9a92bb34e4e7",
      "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": "YjRiM2FlNjI2ODYwNjhmZjYwM2Q2ODA0OGU5ZjMzNTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "04ec478e-6cf2-4048-ad6e-92ce4527cf48",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e3493328-fcdc-4e91-a295-c9f3f5bd1d96",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6e4c6d8a-92e6-433c-af2f-27cfbfaf854a",
            "generatedFromUUID": "e3493328-fcdc-4e91-a295-c9f3f5bd1d96"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6e4c6d8a-92e6-433c-af2f-27cfbfaf854a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NzVkNTU5ZWU0ZjgwZTY4YmJkZDRkMGFkMzNhMDY4YzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7eaf512c-6762-468e-bcbe-00b895a5254d"
    }
  ],
  "workloadContext": "Production"
}
2021-11-29T20:54:17.541Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-29T20:54:17.542Z|a4393b48-9d18-44be-a040-65426364afa0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 070149ba-684a-4c79-84c6-227485ac4307 ASDC
2021-11-29T20:54:17.543Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:23a6f34a-3b13-4810-ba4a-54bdcd51e058
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:070149ba-684a-4c79-84c6-227485ac4307
ServiceInvariantUUID:ce7d5a01-2a21-47f7-8d25-81d7b7da5444
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:7eaf512c-6762-468e-bcbe-00b895a5254d
ArtifactChecksum:NzVkNTU5ZWU0ZjgwZTY4YmJkZDRkMGFkMzNhMDY4YzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:975fecd7-85b5-4ffd-a12c-a57bc59eb4f0
ResourceInvariantUUID:875b9834-900b-479e-8e15-9a92bb34e4e7
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:a4e9c64c-0705-45ae-8177-8e66f81105d5
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:04ec478e-6cf2-4048-ad6e-92ce4527cf48
ArtifactChecksum:YjRiM2FlNjI2ODYwNjhmZjYwM2Q2ODA0OGU5ZjMzNTQ=
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:e3493328-fcdc-4e91-a295-c9f3f5bd1d96
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:6e4c6d8a-92e6-433c-af2f-27cfbfaf854a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:6e4c6d8a-92e6-433c-af2f-27cfbfaf854a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-29T20:54:17.543Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 070149ba-684a-4c79-84c6-227485ac4307 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:54:17.575Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-29T20:54:17.575Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-29T20:54:17.575Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-29T20:54:17.575Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7eaf512c-6762-468e-bcbe-00b895a5254d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-29T20:54:17.576Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-29T20:54:17.576Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:17.692Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-29T20:54:17.696Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 7eaf512c-6762-468e-bcbe-00b895a5254d 78785
2021-11-29T20:54:17.697Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:17.697Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:17.697Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:54:17.697Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:54:17.700Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:54:17.700Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219257696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:54:17.800Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:54:17.801Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:54:17.801Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:54:17.815Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:54:17.815Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:54:18.700Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-29T20:54:18.701Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-29T20:54:18.702Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7eaf512c-6762-468e-bcbe-00b895a5254d, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-29T20:54:18.702Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-11-29T20:54:18.703Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-29T20:54:18.703Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-29T20:54:19.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:54:19.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-11-29T20:54:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:54:19.149Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:54:19.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219139128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219139128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219139128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219139128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219140227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "clamp",
  "timestamp": 1638219137753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219139128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "policy-id",
  "timestamp": 1638219143156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219143242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "dcae-sch",
  "timestamp": 1638219143337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219140227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "clamp",
  "timestamp": 1638219137753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219139128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "policy-id",
  "timestamp": 1638219143156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219143242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "dcae-sch",
  "timestamp": 1638219143337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219140227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "clamp",
  "timestamp": 1638219137753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219139128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "policy-id",
  "timestamp": 1638219143156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219143242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "dcae-sch",
  "timestamp": 1638219143337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219140227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "clamp",
  "timestamp": 1638219137753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "policy-id",
  "timestamp": 1638219143156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219143242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "dcae-sch",
  "timestamp": 1638219143337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219140227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "clamp",
  "timestamp": 1638219137753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219147183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:54:19.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "cds",
  "timestamp": 1638219147054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "policy-id",
  "timestamp": 1638219143156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219143242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "dcae-sch",
  "timestamp": 1638219143337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219140227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "clamp",
  "timestamp": 1638219137753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "cds",
  "timestamp": 1638219147054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "policy-id",
  "timestamp": 1638219143156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219143242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "dcae-sch",
  "timestamp": 1638219143337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219140227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "clamp",
  "timestamp": 1638219137753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "cds",
  "timestamp": 1638219147054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "policy-id",
  "timestamp": 1638219143156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219143242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219149908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:54:19.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "dcae-sch",
  "timestamp": 1638219143337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219140227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "clamp",
  "timestamp": 1638219137753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "cds",
  "timestamp": 1638219147054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "policy-id",
  "timestamp": 1638219143156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219143242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.185Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "dcae-sch",
  "timestamp": 1638219143337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.185Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219150429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.185Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219151216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:54:19.186Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219151710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:54:19.187Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "cds",
  "timestamp": 1638219147054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.187Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219150429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "policy-id",
  "timestamp": 1638219152131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:54:19.189Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219152429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:54:19.190Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "cds",
  "timestamp": 1638219147054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219153012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:54:19.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219150429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "policy-id",
  "timestamp": 1638219153149,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:54:19.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219153558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-29T20:54:19.193Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "cds",
  "timestamp": 1638219147054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219150429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "policy-id",
  "timestamp": 1638219154158,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:54:19.199Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23a6f34a-3b13-4810-ba4a-54bdcd51e058
2021-11-29T20:54:19.199Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23a6f34a-3b13-4810-ba4a-54bdcd51e058 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:54:19.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219154314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:54:19.206Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219154562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-29T20:54:19.207Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "cds",
  "timestamp": 1638219147054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219150429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219155334,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:54:19.211Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23a6f34a-3b13-4810-ba4a-54bdcd51e058
2021-11-29T20:54:19.211Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23a6f34a-3b13-4810-ba4a-54bdcd51e058 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-29T20:54:19.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219155566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-29T20:54:19.214Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "cds",
  "timestamp": 1638219156020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:54:19.215Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219150429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219156349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-29T20:54:19.215Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219156570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:54:19.215Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219150429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "aai-ml",
  "timestamp": 1638219157194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219150429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "cds",
  "timestamp": 1638219158732,
  "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-11-29T20:54:19.218Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 23a6f34a-3b13-4810-ba4a-54bdcd51e058
2021-11-29T20:54:19.218Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23a6f34a-3b13-4810-ba4a-54bdcd51e058 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:54:19.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "aai-ml",
  "timestamp": 1638219157194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219159528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:54:19.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "aai-ml",
  "timestamp": 1638219157194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "clamp",
  "timestamp": 1638219160473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:54:19.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "aai-ml",
  "timestamp": 1638219157194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219160227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "aai-ml",
  "timestamp": 1638219157194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219160227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219161978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:54:19.226Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "cds",
  "timestamp": 1638219162055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "aai-ml",
  "timestamp": 1638219157194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219160227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219162982,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:54:19.229Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 23a6f34a-3b13-4810-ba4a-54bdcd51e058
2021-11-29T20:54:19.229Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23a6f34a-3b13-4810-ba4a-54bdcd51e058 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:54:19.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "cds",
  "timestamp": 1638219162055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "policy-id",
  "timestamp": 1638219163155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "aai-ml",
  "timestamp": 1638219157194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219163242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219160227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "dcae-sch",
  "timestamp": 1638219163338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "clamp",
  "timestamp": 1638219164485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:54:19.235Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "cds",
  "timestamp": 1638219162055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "policy-id",
  "timestamp": 1638219163155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "aai-ml",
  "timestamp": 1638219157194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219163242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219160227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "dcae-sch",
  "timestamp": 1638219163338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "clamp",
  "timestamp": 1638219165493,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:54:19.243Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 23a6f34a-3b13-4810-ba4a-54bdcd51e058
2021-11-29T20:54:19.243Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23a6f34a-3b13-4810-ba4a-54bdcd51e058 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:54:19.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "cds",
  "timestamp": 1638219162055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "policy-id",
  "timestamp": 1638219163155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219163242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219160227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "dcae-sch",
  "timestamp": 1638219163338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "aai-ml",
  "timestamp": 1638219166126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:54:19.250Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "cds",
  "timestamp": 1638219162055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "policy-id",
  "timestamp": 1638219163155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219163242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219160227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "dcae-sch",
  "timestamp": 1638219163338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "cds",
  "timestamp": 1638219162055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "policy-id",
  "timestamp": 1638219163155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219163242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219160227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.260Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "dcae-sch",
  "timestamp": 1638219163338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.260Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "clamp",
  "timestamp": 1638219167754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "cds",
  "timestamp": 1638219162055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "policy-id",
  "timestamp": 1638219163155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.262Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219163242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.263Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219160227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.263Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "dcae-sch",
  "timestamp": 1638219163338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "clamp",
  "timestamp": 1638219167754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "cds",
  "timestamp": 1638219162055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "policy-id",
  "timestamp": 1638219163155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219163242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "dcae-sch",
  "timestamp": 1638219163338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "clamp",
  "timestamp": 1638219167754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219170519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:54:19.267Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "cds",
  "timestamp": 1638219162055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "policy-id",
  "timestamp": 1638219163155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219163242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "dcae-sch",
  "timestamp": 1638219163338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "clamp",
  "timestamp": 1638219167754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219171811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:54:19.270Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "policy-id",
  "timestamp": 1638219163155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219163242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "cds",
  "timestamp": 1638219171931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:54:19.271Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "dcae-sch",
  "timestamp": 1638219163338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "clamp",
  "timestamp": 1638219167754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.272Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "cds",
  "timestamp": 1638219172946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:54:19.281Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e0b42620-30da-4101-a500-b7911852011f
2021-11-29T20:54:19.281Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0b42620-30da-4101-a500-b7911852011f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:54:19.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219173116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:54:19.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "policy-id",
  "timestamp": 1638219173120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:54:19.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "clamp",
  "timestamp": 1638219167754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "policy-id",
  "timestamp": 1638219174125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:54:19.287Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219174317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:54:19.288Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "clamp",
  "timestamp": 1638219167754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "aai-ml",
  "timestamp": 1638219175012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:54:19.288Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "policy-id",
  "timestamp": 1638219175129,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:54:19.291Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e0b42620-30da-4101-a500-b7911852011f
2021-11-29T20:54:19.291Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0b42620-30da-4101-a500-b7911852011f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:54:19.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219175398,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:54:19.298Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e0b42620-30da-4101-a500-b7911852011f
2021-11-29T20:54:19.298Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0b42620-30da-4101-a500-b7911852011f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-29T20:54:19.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "clamp",
  "timestamp": 1638219167754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "aai-ml",
  "timestamp": 1638219176016,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:54:19.304Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 23a6f34a-3b13-4810-ba4a-54bdcd51e058
2021-11-29T20:54:19.304Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23a6f34a-3b13-4810-ba4a-54bdcd51e058 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:54:19.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219176401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-29T20:54:19.308Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "clamp",
  "timestamp": 1638219167754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "clamp",
  "timestamp": 1638219180478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:54:19.309Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219180429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219180429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219180429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "clamp",
  "timestamp": 1638219183479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:54:19.311Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219180429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "clamp",
  "timestamp": 1638219184482,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:54:19.314Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e0b42620-30da-4101-a500-b7911852011f
2021-11-29T20:54:19.314Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0b42620-30da-4101-a500-b7911852011f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:54:19.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219180429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219180429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219180429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "aai-ml",
  "timestamp": 1638219187194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219180429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "aai-ml",
  "timestamp": 1638219187194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219180429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "aai-ml",
  "timestamp": 1638219187194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219190417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:54:19.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "aai-ml",
  "timestamp": 1638219187194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "aai-ml",
  "timestamp": 1638219187194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219192628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:54:19.324Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "aai-ml",
  "timestamp": 1638219187194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219193635,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:54:19.328Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e0b42620-30da-4101-a500-b7911852011f
2021-11-29T20:54:19.328Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0b42620-30da-4101-a500-b7911852011f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:54:19.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "aai-ml",
  "timestamp": 1638219187194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "aai-ml",
  "timestamp": 1638219187194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:54:19.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "aai-ml",
  "timestamp": 1638219187194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:54:19.334Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:54:19.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:54:19.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "aai-ml",
  "timestamp": 1638219197423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:54:19.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:54:19.660Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13490186559135672371/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-11-29T20:54:20.841Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-29T20:54:20.842Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-29T20:54:20.842Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-29T20:54:20.842Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-29T20:54:20.842Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:20.843Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-29T20:54:20.843Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:20.843Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:20.843Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:20.843Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:20.843Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:20.843Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:20.844Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:20.844Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-29T20:54:20.844Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:20.844Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:20.845Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-29T20:54:20.845Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-29T20:54:20.845Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-29T20:54:20.845Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:20.845Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:20.846Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-29T20:54:20.846Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-29T20:54:20.846Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-29T20:54:20.846Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:20.846Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:20.847Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:20.847Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-29T20:54:20.848Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-29T20:54:20.848Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-29T20:54:20.848Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-29T20:54:20.848Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-29T20:54:20.848Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-29T20:54:20.849Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:20.849Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:20.849Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:20.849Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-29T20:54:20.849Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:54:20.850Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:20.850Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-29T20:54:20.850Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:54:20.850Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:20.851Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-29T20:54:20.851Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:54:20.851Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:20.851Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-29T20:54:20.851Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-29T20:54:20.852Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-29T20:54:20.852Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5179deb1-f0ac-4bcb-abd0-969a46242fc0
2021-11-29T20:54:20.852Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:20.852Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:20.852Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:20.853Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:20.853Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:20.853Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:20.853Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:20.853Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:20.854Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:070149ba-684a-4c79-84c6-227485ac4307
Model Version:NULL
Model InvariantUuid:ce7d5a01-2a21-47f7-8d25-81d7b7da5444
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:b2a03a3b-ecd4-4e7f-a446-d26ba046b004
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:875b9834-900b-479e-8e15-9a92bb34e4e7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:975fecd7-85b5-4ffd-a12c-a57bc59eb4f0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c45d86ec-e301-4248-8dd2-1b496de63f10
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:39d45629-1db8-4f65-a5ab-821e36d4e91c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5179deb1-f0ac-4bcb-abd0-969a46242fc0
ModelInvariantUuid:0f495859-5ad6-4332-9a10-84f91b2396db
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:b7785fe3-e7d5-4d6f-a8e3-a6fbbbfa72c6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:43e6928c-f88c-49b4-9ae6-a21dbd6ac1f4
ModelInvariantUuid:bc773b51-58d3-4e75-a7b9-bf0606ceaecb
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:583b2d0d-c99f-46e6-a5e1-a5a915000832
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-29T20:54:20.861Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a4e9c64c-0705-45ae-8177-8e66f81105d5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:54:20.866Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2021-11-29T20:54:20.867Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a4e9c64c-0705-45ae-8177-8e66f81105d5
2021-11-29T20:54:20.867Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 04ec478e-6cf2-4048-ad6e-92ce4527cf48 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-29T20:54:20.867Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-29T20:54:20.867Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:21.083Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-29T20:54:21.084Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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 04ec478e-6cf2-4048-ad6e-92ce4527cf48 792
2021-11-29T20:54:21.085Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:21.085Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:21.085Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:54:21.086Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:54:21.089Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:54:21.089Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219261085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:54:21.189Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-29T20:54:21.190Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:54:21.191Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:54:21.201Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:54:21.201Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:54:22.090Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c45d86ec-e301-4248-8dd2-1b496de63f10",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "39d45629-1db8-4f65-a5ab-821e36d4e91c",
    "vfModuleModelCustomizationUUID": "f28b70bf-68a3-4afd-a2f1-2ea0fa80595e",
    "isBase": true,
    "artifacts": [
      "e3493328-fcdc-4e91-a295-c9f3f5bd1d96",
      "6e4c6d8a-92e6-433c-af2f-27cfbfaf854a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-29T20:54:22.096Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:39d45629-1db8-4f65-a5ab-821e36d4e91c
VfModuleModelInvariantUUID:c45d86ec-e301-4248-8dd2-1b496de63f10
VfModuleModelDescription:NULL
Artifacts UUID List:{
e3493328-fcdc-4e91-a295-c9f3f5bd1d96
,
6e4c6d8a-92e6-433c-af2f-27cfbfaf854a

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

isBase:true


}

2021-11-29T20:54:22.099Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c45d86ec-e301-4248-8dd2-1b496de63f10",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "39d45629-1db8-4f65-a5ab-821e36d4e91c",
    "vfModuleModelCustomizationUUID": "f28b70bf-68a3-4afd-a2f1-2ea0fa80595e",
    "isBase": true,
    "artifacts": [
      "e3493328-fcdc-4e91-a295-c9f3f5bd1d96",
      "6e4c6d8a-92e6-433c-af2f-27cfbfaf854a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-29T20:54:22.099Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:39d45629-1db8-4f65-a5ab-821e36d4e91c
VfModuleModelInvariantUUID:c45d86ec-e301-4248-8dd2-1b496de63f10
VfModuleModelDescription:NULL
Artifacts UUID List:{
e3493328-fcdc-4e91-a295-c9f3f5bd1d96
,
6e4c6d8a-92e6-433c-af2f-27cfbfaf854a

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

isBase:true


}

2021-11-29T20:54:22.099Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e3493328-fcdc-4e91-a295-c9f3f5bd1d96 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-29T20:54:22.099Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-29T20:54:22.099Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:22.323Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-29T20:54:22.323Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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 e3493328-fcdc-4e91-a295-c9f3f5bd1d96 5033
2021-11-29T20:54:22.324Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:22.324Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:22.324Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:54:22.324Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:54:22.326Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:54:22.326Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219262324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:54:22.427Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-29T20:54:22.428Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:54:22.428Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:54:22.453Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:54:22.454Z||pool-82-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:54:23.329Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6e4c6d8a-92e6-433c-af2f-27cfbfaf854a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-29T20:54:23.329Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-29T20:54:23.330Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:23.510Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-29T20:54:23.511Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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 6e4c6d8a-92e6-433c-af2f-27cfbfaf854a 903
2021-11-29T20:54:23.511Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:23.511Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:23.511Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:54:23.512Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:54:23.515Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:54:23.515Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219263511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:54:23.615Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:54:23.616Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:54:23.616Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:54:23.628Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:54:23.629Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:54:24.516Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 070149ba-684a-4c79-84c6-227485ac4307
2021-11-29T20:54:24.517Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 a4e9c64c-0705-45ae-8177-8e66f81105d5 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:54:24.537Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14908f50, org.onap.sdc.toscaparser.api.parameters.Input@746e73c5, org.onap.sdc.toscaparser.api.parameters.Input@2008b5c6, org.onap.sdc.toscaparser.api.parameters.Input@74f6b338, org.onap.sdc.toscaparser.api.parameters.Input@640c48f9]
2021-11-29T20:54:24.539Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:24.539Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:24.540Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-11-29T20:54:24.540Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 975fecd7-85b5-4ffd-a12c-a57bc59eb4f0
2021-11-29T20:54:24.540Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 975fecd7-85b5-4ffd-a12c-a57bc59eb4f0 matches Tosca VF Customization UUID: 975fecd7-85b5-4ffd-a12c-a57bc59eb4f0
2021-11-29T20:54:24.540Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 975fecd7-85b5-4ffd-a12c-a57bc59eb4f0  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-29T20:54:24.543Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:24.543Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:24.543Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 975fecd7-85b5-4ffd-a12c-a57bc59eb4f0: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2021-11-29T20:54:24.544Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4716cc56
2021-11-29T20:54:24.544Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:24.544Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:24.544Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f28b70bf-68a3-4afd-a2f1-2ea0fa80595e
2021-11-29T20:54:24.544Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f28b70bf-68a3-4afd-a2f1-2ea0fa80595e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-29T20:54:24.547Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:24.547Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-29T20:54:24.547Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:54:24.547Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:24.548Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-29T20:54:24.548Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:54:24.548Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:24.548Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-29T20:54:24.548Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-29T20:54:24.549Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-29T20:54:24.549Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5179deb1-f0ac-4bcb-abd0-969a46242fc0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-29T20:54:24.551Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:24.551Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-29T20:54:24.551Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:54:24.551Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:24.551Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-29T20:54:24.552Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=975fecd7-85b5-4ffd-a12c-a57bc59eb4f0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:54:24.553Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:24.554Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:24.554Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 070149ba-684a-4c79-84c6-227485ac4307: basic_vm_macro
2021-11-29T20:54:24.554Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:24.554Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:24.554Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:24.555Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:24.555Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:24.555Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:24.555Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:24.556Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:24.556Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:54:24.556Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:24.556Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:54:24.637Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro a4e9c64c-0705-45ae-8177-8e66f81105d5 1 ASDC deployResourceStructure
2021-11-29T20:54:24.638Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:24.638Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:24.638Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:54:24.639Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:54:24.644Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:54:24.644Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219264638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-29T20:54:24.747Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-11-29T20:54:24.751Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:54:24.752Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:54:24.763Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:54:24.765Z||pool-84-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:54:25.646Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:25.647Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:25.647Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:54:25.648Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:54:25.650Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:54:25.650Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219265646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-29T20:54:25.750Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:54:25.751Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:54:25.751Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:54:25.763Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:54:25.763Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:54:26.651Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:26.651Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:26.652Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:54:26.652Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:54:26.654Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:54:26.654Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219266651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-29T20:54:26.755Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:54:26.756Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:54:26.756Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:54:26.767Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:54:26.767Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:54:27.655Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:27.656Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:27.656Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:54:27.656Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:54:27.658Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:54:27.659Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219267655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:54:27.761Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-29T20:54:27.762Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:54:27.762Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:54:27.772Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:54:27.773Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:54:28.660Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23a6f34a-3b13-4810-ba4a-54bdcd51e058
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:54:28.671Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23a6f34a-3b13-4810-ba4a-54bdcd51e058
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:54:28.673Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:54:28.673Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-29T20:54:28.673Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-29T20:54:28.673Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-29T20:54:28.674Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:54:28.674Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:54:28.674Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:54:28.674Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:54:28.674Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:54:28.674Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:54:28.675Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:28.677Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-29T20:54:58.677Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23a6f34a-3b13-4810-ba4a-54bdcd51e058 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-29T20:54:58.683Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23a6f34a-3b13-4810-ba4a-54bdcd51e058 and serviceModelVersionId: 070149ba-684a-4c79-84c6-227485ac4307
2021-11-29T20:54:58.683Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce7d5a01-2a21-47f7-8d25-81d7b7da5444
2021-11-29T20:54:58.685Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce7d5a01-2a21-47f7-8d25-81d7b7da5444/model-vers/model-ver/070149ba-684a-4c79-84c6-227485ac4307?depth=0
2021-11-29T20:54:58.692Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-11-29T20:54:58.738Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce7d5a01-2a21-47f7-8d25-81d7b7da5444/model-vers/model-ver/070149ba-684a-4c79-84c6-227485ac4307?depth=0|INFO|500||Invoke
2021-11-29T20:54:58.739Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce7d5a01-2a21-47f7-8d25-81d7b7da5444/model-vers/model-ver/070149ba-684a-4c79-84c6-227485ac4307?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce7d5a01-2a21-47f7-8d25-81d7b7da5444/model-vers/model-ver/070149ba-684a-4c79-84c6-227485ac4307?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23a6f34a-3b13-4810-ba4a-54bdcd51e058], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a25f09ec-2921-4ddb-9f2f-93c250dbb4f3], X-ECOMP-RequestID=[23a6f34a-3b13-4810-ba4a-54bdcd51e058], X-TransactionId=[], X-ONAP-RequestID=[23a6f34a-3b13-4810-ba4a-54bdcd51e058], Content-Type=[application/merge-patch+json]}
2021-11-29T20:54:58.760Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce7d5a01-2a21-47f7-8d25-81d7b7da5444/model-vers/model-ver/070149ba-684a-4c79-84c6-227485ac4307?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-29T20:54:59.426Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce7d5a01-2a21-47f7-8d25-81d7b7da5444/model-vers/model-ver/070149ba-684a-4c79-84c6-227485ac4307?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce7d5a01-2a21-47f7-8d25-81d7b7da5444/model-vers/model-ver/070149ba-684a-4c79-84c6-227485ac4307?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211129-20:54:58:761-34295], vertex-id=[270544], Content-Length=[0], Date=[Mon, 29 Nov 2021 20:54:58 GMT], Content-Type=[application/json]}
2021-11-29T20:54:59.427Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce7d5a01-2a21-47f7-8d25-81d7b7da5444/model-vers/model-ver/070149ba-684a-4c79-84c6-227485ac4307?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-29T20:54:59.428Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce7d5a01-2a21-47f7-8d25-81d7b7da5444/model-vers/model-ver/070149ba-684a-4c79-84c6-227485ac4307?depth=0|INFO|500||InvokeReturn
2021-11-29T20:54:59.429Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-29T20:54:59.430Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:54:59.434Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|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-11-29T20:54:59.435Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23a6f34a-3b13-4810-ba4a-54bdcd51e058 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-29T20:54:59.435Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-29T20:54:59.436Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:54:59.438Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:54:59.438Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219299435,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-29T20:54:59.538Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:54:59.539Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:54:59.539Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:54:59.554Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:54:59.555Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-29T20:55:00.451Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-29T20:55:00.451Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e0b42620-30da-4101-a500-b7911852011f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"94720e3c-0e15-4a09-b592-7b7c834c0569","serviceDescription":"service","serviceInvariantUUID":"07b22974-ab02-498b-8776-588b221ef318","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"87cf2de1-9daf-4073-a6ef-1c8be3b75f90","resourceInvariantUUID":"38625ded-eda1-4df3-8a60-e40b5fff73fc","resourceCustomizationUUID":"8165af0f-e970-4922-b385-c925419cde67","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":"N2RmNzIxNmU2NDIyYWQ4NzcwODU4YTE5Y2U1MzJmMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"46e6aca0-d7f1-490c-a8ef-3811c28e2ad7","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":"4dcc6685-ef41-4d68-9179-7695378dc129","artifactVersion":"2","generatedFromUUID":"ae9b1d36-dd76-4480-ad05-7f5a9e5a2514"},{"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":"ae9b1d36-dd76-4480-ad05-7f5a9e5a2514","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":"ZDE3YjAxMDdmMmFlNWZlZDAyOTZmNDRhMTljZWQyYzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f739b790-036a-4180-a094-95bf06466ffb","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":"61771b98-19de-4c4d-a1b1-8d84e5b1ab47","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":"3002a277-8cb0-49bb-873e-04260df43fdf","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":"3cbc1bd5-8ab4-43c3-9140-15397c21e64f","artifactVersion":"2","generatedFromUUID":"61771b98-19de-4c4d-a1b1-8d84e5b1ab47"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YzhjNTVhMTI1NTZjNjIxYjlmMjdiNjYyYmEyNjc4ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"56656202-4ec7-41ae-9d60-ba7f9c4bb026","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NWE1MjU0ZGQ2ODE4YzYzYmQ0N2IyZDBlOTg1OGY5ZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"20859bca-a416-470d-9808-9be333ec2b26","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-29T20:55:00.452Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:55:00.452Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:55:00.454Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:55:00.454Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:55:00.554Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-29T20:55:00.555Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:55:00.556Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:55:00.572Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:55:00.573Z||pool-89-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:55:01.455Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:55:01.456Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:55:01.459Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:55:01.459Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-29T20:55:01.559Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:55:01.560Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:55:01.560Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:55:01.572Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:55:01.573Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:55:02.460Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:55:02.461Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:55:02.463Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:55:02.463Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-29T20:55:02.563Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:55:02.564Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:55:02.564Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:55:02.574Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:55:02.574Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:55:03.463Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:55:03.464Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:55:03.466Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:55:03.466Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-29T20:55:03.566Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:55:03.567Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:55:03.567Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:55:03.578Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:55:03.578Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:55:04.467Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:55:04.467Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:55:04.470Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:55:04.470Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-29T20:55:04.570Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:55:04.570Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:55:04.570Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:55:04.587Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:55:04.588Z||pool-93-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:55:05.470Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:55:05.471Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:55:05.473Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:55:05.473Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:55:05.573Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:55:05.574Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:55:05.575Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:55:05.587Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:55:05.587Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:55:06.474Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:55:06.475Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:55:06.477Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:55:06.477Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-29T20:55:06.577Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:55:06.578Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:55:06.578Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:55:06.589Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:55:06.590Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:55:07.477Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:55:07.478Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:55:07.480Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:55:07.484Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:55:07.584Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:55:07.585Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:55:07.585Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:55:07.596Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:55:07.596Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:55:08.484Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:55:08.485Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:55:08.487Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:55:08.487Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:55:08.588Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:55:08.589Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:55:08.589Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:55:08.602Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:55:08.602Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:55:09.488Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "94720e3c-0e15-4a09-b592-7b7c834c0569",
  "serviceDescription": "service",
  "serviceInvariantUUID": "07b22974-ab02-498b-8776-588b221ef318",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "8165af0f-e970-4922-b385-c925419cde67",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "87cf2de1-9daf-4073-a6ef-1c8be3b75f90",
      "resourceInvariantUUID": "38625ded-eda1-4df3-8a60-e40b5fff73fc",
      "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": "4dcc6685-ef41-4d68-9179-7695378dc129",
          "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": "ae9b1d36-dd76-4480-ad05-7f5a9e5a2514",
          "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": "ZDE3YjAxMDdmMmFlNWZlZDAyOTZmNDRhMTljZWQyYzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f739b790-036a-4180-a094-95bf06466ffb",
          "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": "61771b98-19de-4c4d-a1b1-8d84e5b1ab47",
          "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": "3cbc1bd5-8ab4-43c3-9140-15397c21e64f",
            "generatedFromUUID": "61771b98-19de-4c4d-a1b1-8d84e5b1ab47"
          },
          "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": "3cbc1bd5-8ab4-43c3-9140-15397c21e64f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NWE1MjU0ZGQ2ODE4YzYzYmQ0N2IyZDBlOTg1OGY5ZTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "20859bca-a416-470d-9808-9be333ec2b26"
    }
  ],
  "workloadContext": "Production"
}
2021-11-29T20:55:09.489Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-29T20:55:09.489Z|23a6f34a-3b13-4810-ba4a-54bdcd51e058|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 94720e3c-0e15-4a09-b592-7b7c834c0569 ASDC
2021-11-29T20:55:09.489Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:e0b42620-30da-4101-a500-b7911852011f
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:94720e3c-0e15-4a09-b592-7b7c834c0569
ServiceInvariantUUID:07b22974-ab02-498b-8776-588b221ef318
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:20859bca-a416-470d-9808-9be333ec2b26
ArtifactChecksum:NWE1MjU0ZGQ2ODE4YzYzYmQ0N2IyZDBlOTg1OGY5ZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:8165af0f-e970-4922-b385-c925419cde67
ResourceInvariantUUID:38625ded-eda1-4df3-8a60-e40b5fff73fc
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:87cf2de1-9daf-4073-a6ef-1c8be3b75f90
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:4dcc6685-ef41-4d68-9179-7695378dc129
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:ae9b1d36-dd76-4480-ad05-7f5a9e5a2514
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:f739b790-036a-4180-a094-95bf06466ffb
ArtifactChecksum:ZDE3YjAxMDdmMmFlNWZlZDAyOTZmNDRhMTljZWQyYzM=
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:61771b98-19de-4c4d-a1b1-8d84e5b1ab47
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:3cbc1bd5-8ab4-43c3-9140-15397c21e64f
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:3cbc1bd5-8ab4-43c3-9140-15397c21e64f
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-29T20:55:09.490Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 94720e3c-0e15-4a09-b592-7b7c834c0569 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-29T20:55:09.519Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-29T20:55:09.520Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-29T20:55:09.520Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-29T20:55:09.521Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 20859bca-a416-470d-9808-9be333ec2b26 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-29T20:55:09.521Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-29T20:55:09.521Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:09.726Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-29T20:55:09.742Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 20859bca-a416-470d-9808-9be333ec2b26 68926
2021-11-29T20:55:09.742Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:09.742Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:09.742Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:55:09.743Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:55:09.745Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:55:09.745Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219309742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:55:09.845Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:55:09.846Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:55:09.846Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:55:09.856Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:55:09.857Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:55:10.745Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-29T20:55:10.746Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-29T20:55:10.746Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 20859bca-a416-470d-9808-9be333ec2b26, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-29T20:55:10.747Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-11-29T20:55:10.747Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-29T20:55:10.747Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-29T20:55:11.027Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13882353991347864116/Definitions/service-BasicCnf-template.yml
2021-11-29T20:55:12.246Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-29T20:55:12.246Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-29T20:55:12.246Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-29T20:55:12.246Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-11-29T20:55:12.246Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:12.246Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:12.246Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:12.247Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:12.247Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-29T20:55:12.247Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:12.247Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:12.247Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-29T20:55:12.247Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-29T20:55:12.247Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-29T20:55:12.248Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:12.248Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:55:12.248Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-29T20:55:12.248Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-29T20:55:12.248Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-29T20:55:12.248Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:12.248Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:55:12.248Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:12.249Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-29T20:55:12.249Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-11-29T20:55:12.249Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2021-11-29T20:55:12.249Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-29T20:55:12.249Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:12.249Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:12.249Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:12.249Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-29T20:55:12.250Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:55:12.250Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:12.250Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-29T20:55:12.250Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:55:12.250Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:12.250Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-29T20:55:12.250Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:55:12.251Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:12.251Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-29T20:55:12.251Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-29T20:55:12.251Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=34eeb7eb-1e56-4248-9045-b81e06627c14
2021-11-29T20:55:12.251Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:12.251Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:55:12.251Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:12.252Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:55:12.252Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:12.252Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:55:12.252Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:12.252Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:55:12.252Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:94720e3c-0e15-4a09-b592-7b7c834c0569
Model Version:NULL
Model InvariantUuid:07b22974-ab02-498b-8776-588b221ef318
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:6b59d2a0-e94d-4e52-9c9d-e5e7780f34ad
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38625ded-eda1-4df3-8a60-e40b5fff73fc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8165af0f-e970-4922-b385-c925419cde67
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4934ac16-0c6b-43a2-a5e6-bb4979fce33d
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:23fc0628-e367-4ed9-be8a-7938d083e1e9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:34eeb7eb-1e56-4248-9045-b81e06627c14
ModelInvariantUuid:07aecb6a-108a-45a5-a275-07d43c4f1489
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:f4b6d5be-3709-4931-a584-e2e429251094
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:4bf6ef8f-02dd-43ad-949c-c5ee86768591
ModelInvariantUuid:52eeb879-e6a9-4b54-b294-6427efee0493
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:ec3eb369-28cc-49f3-9820-a6dd71623c90
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-29T20:55:12.257Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 87cf2de1-9daf-4073-a6ef-1c8be3b75f90
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:55:12.260Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||basic_cnf 0
2021-11-29T20:55:12.260Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 87cf2de1-9daf-4073-a6ef-1c8be3b75f90
2021-11-29T20:55:12.260Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4dcc6685-ef41-4d68-9179-7695378dc129 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-29T20:55:12.260Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-29T20:55:12.260Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:12.423Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-29T20:55:12.423Z|e0b42620-30da-4101-a500-b7911852011f|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 4dcc6685-ef41-4d68-9179-7695378dc129 12
2021-11-29T20:55:12.423Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:12.424Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:12.424Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:55:12.424Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:55:12.425Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:55:12.426Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219312423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:55:12.526Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:55:12.527Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:55:12.527Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:55:12.539Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:55:12.539Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:55:13.428Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ae9b1d36-dd76-4480-ad05-7f5a9e5a2514 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-29T20:55:13.428Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-29T20:55:13.429Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:13.625Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-29T20:55:13.625Z|e0b42620-30da-4101-a500-b7911852011f|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 ae9b1d36-dd76-4480-ad05-7f5a9e5a2514 2688
2021-11-29T20:55:13.626Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:13.626Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:13.626Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:55:13.627Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:55:13.629Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:55:13.629Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219313626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:55:13.729Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:55:13.730Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:55:13.730Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:55:13.742Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:55:13.742Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:55:14.630Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f739b790-036a-4180-a094-95bf06466ffb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-29T20:55:14.630Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-29T20:55:14.631Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:14.745Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-29T20:55:14.745Z|e0b42620-30da-4101-a500-b7911852011f|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 f739b790-036a-4180-a094-95bf06466ffb 828
2021-11-29T20:55:14.746Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:14.746Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:14.746Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:55:14.746Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:55:14.748Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:55:14.748Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219314745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:55:14.848Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:55:14.849Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:55:14.849Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:55:14.861Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:55:14.862Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:55:15.748Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4934ac16-0c6b-43a2-a5e6-bb4979fce33d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "23fc0628-e367-4ed9-be8a-7938d083e1e9",
    "vfModuleModelCustomizationUUID": "f93de92e-547e-4d1a-ad25-dc7707990e05",
    "isBase": true,
    "artifacts": [
      "ae9b1d36-dd76-4480-ad05-7f5a9e5a2514",
      "61771b98-19de-4c4d-a1b1-8d84e5b1ab47",
      "3cbc1bd5-8ab4-43c3-9140-15397c21e64f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-29T20:55:15.753Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:23fc0628-e367-4ed9-be8a-7938d083e1e9
VfModuleModelInvariantUUID:4934ac16-0c6b-43a2-a5e6-bb4979fce33d
VfModuleModelDescription:NULL
Artifacts UUID List:{
ae9b1d36-dd76-4480-ad05-7f5a9e5a2514
,
61771b98-19de-4c4d-a1b1-8d84e5b1ab47
,
3cbc1bd5-8ab4-43c3-9140-15397c21e64f

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

isBase:true


}

2021-11-29T20:55:15.754Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4934ac16-0c6b-43a2-a5e6-bb4979fce33d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "23fc0628-e367-4ed9-be8a-7938d083e1e9",
    "vfModuleModelCustomizationUUID": "f93de92e-547e-4d1a-ad25-dc7707990e05",
    "isBase": true,
    "artifacts": [
      "ae9b1d36-dd76-4480-ad05-7f5a9e5a2514",
      "61771b98-19de-4c4d-a1b1-8d84e5b1ab47",
      "3cbc1bd5-8ab4-43c3-9140-15397c21e64f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-29T20:55:15.754Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:23fc0628-e367-4ed9-be8a-7938d083e1e9
VfModuleModelInvariantUUID:4934ac16-0c6b-43a2-a5e6-bb4979fce33d
VfModuleModelDescription:NULL
Artifacts UUID List:{
ae9b1d36-dd76-4480-ad05-7f5a9e5a2514
,
61771b98-19de-4c4d-a1b1-8d84e5b1ab47
,
3cbc1bd5-8ab4-43c3-9140-15397c21e64f

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

isBase:true


}

2021-11-29T20:55:15.755Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 61771b98-19de-4c4d-a1b1-8d84e5b1ab47 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-29T20:55:15.755Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-29T20:55:15.755Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:15.906Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-29T20:55:15.906Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 61771b98-19de-4c4d-a1b1-8d84e5b1ab47 1164
2021-11-29T20:55:15.907Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:15.907Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:15.907Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:55:15.907Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:55:15.911Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:55:15.912Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219315907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:55:16.012Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:55:16.013Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:55:16.013Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:55:16.025Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:55:16.026Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:55:16.913Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3cbc1bd5-8ab4-43c3-9140-15397c21e64f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-29T20:55:16.913Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-29T20:55:16.913Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:17.180Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-29T20:55:17.181Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 3cbc1bd5-8ab4-43c3-9140-15397c21e64f 200
2021-11-29T20:55:17.181Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:17.181Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:17.182Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:55:17.182Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:55:17.184Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:55:17.184Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219317181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:55:17.284Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:55:17.284Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:55:17.285Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:55:17.295Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:55:17.296Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:55:18.184Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 94720e3c-0e15-4a09-b592-7b7c834c0569
2021-11-29T20:55:18.185Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 87cf2de1-9daf-4073-a6ef-1c8be3b75f90 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-11-29T20:55:18.198Z|e0b42620-30da-4101-a500-b7911852011f|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 toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:55:18.218Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53696e23, org.onap.sdc.toscaparser.api.parameters.Input@c3689d6, org.onap.sdc.toscaparser.api.parameters.Input@4c4a56e7, org.onap.sdc.toscaparser.api.parameters.Input@56ced235, org.onap.sdc.toscaparser.api.parameters.Input@4e4ea6b9]
2021-11-29T20:55:18.219Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:18.220Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:55:18.220Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-11-29T20:55:18.220Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 8165af0f-e970-4922-b385-c925419cde67
2021-11-29T20:55:18.221Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8165af0f-e970-4922-b385-c925419cde67 matches Tosca VF Customization UUID: 8165af0f-e970-4922-b385-c925419cde67
2021-11-29T20:55:18.221Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 8165af0f-e970-4922-b385-c925419cde67  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-29T20:55:18.222Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:18.223Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:55:18.223Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 8165af0f-e970-4922-b385-c925419cde67: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-11-29T20:55:18.223Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48125b85
2021-11-29T20:55:18.224Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:18.224Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:18.224Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f93de92e-547e-4d1a-ad25-dc7707990e05
2021-11-29T20:55:18.224Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f93de92e-547e-4d1a-ad25-dc7707990e05
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-29T20:55:18.226Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:18.226Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-29T20:55:18.226Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:55:18.227Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:18.227Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-29T20:55:18.227Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:55:18.227Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:18.227Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-29T20:55:18.228Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-29T20:55:18.228Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=34eeb7eb-1e56-4248-9045-b81e06627c14
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-29T20:55:18.229Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:18.229Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-29T20:55:18.230Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:55:18.230Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:18.230Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-29T20:55:18.230Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=8165af0f-e970-4922-b385-c925419cde67
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:55:18.232Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:18.232Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:55:18.232Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 94720e3c-0e15-4a09-b592-7b7c834c0569: basic_cnf
2021-11-29T20:55:18.232Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:18.232Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:55:18.233Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:18.233Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:55:18.233Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:18.233Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:55:18.234Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:18.234Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:18.234Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T20:55:18.234Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:55:18.234Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:55:18.292Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 87cf2de1-9daf-4073-a6ef-1c8be3b75f90 1 ASDC deployResourceStructure
2021-11-29T20:55:18.292Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:18.293Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:18.293Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-29T20:55:18.293Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:55:18.295Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:55:18.295Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219318292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-11-29T20:55:18.395Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:55:18.396Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:55:18.396Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:55:18.411Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:55:18.411Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:55:19.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:55:19.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-11-29T20:55:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:55:19.154Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:55:19.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:55:19.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "aai-ml",
  "timestamp": 1638219206891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:55:19.156Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:55:19.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:55:19.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "aai-ml",
  "timestamp": 1638219207894,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:55:19.160Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e0b42620-30da-4101-a500-b7911852011f
2021-11-29T20:55:19.160Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0b42620-30da-4101-a500-b7911852011f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T20:55:19.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:55:19.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4393b48-9d18-44be-a040-65426364afa0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219247843,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-29T20:55:19.166Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:55:19.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:55:19.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:55:19.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:55:19.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:55:19.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-29T20:55:19.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:55:19.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:55:19.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-29T20:55:19.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:55:19.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:55:19.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:55:19.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:55:19.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:55:19.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-29T20:55:19.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:55:19.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:55:19.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:55:19.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:55:19.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:55:19.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:55:19.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:55:19.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:55:19.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:55:19.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:55:19.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T20:55:19.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219257696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:55:19.171Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:55:19.295Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:19.296Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:19.296Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-29T20:55:19.296Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:55:19.298Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:55:19.298Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219319295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-11-29T20:55:19.399Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:55:19.399Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:55:19.399Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:55:19.410Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:55:19.410Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:55:20.299Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:20.299Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:20.300Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:55:20.300Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:55:20.305Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:55:20.306Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219320299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-29T20:55:20.406Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:55:20.406Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:55:20.407Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:55:20.420Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:55:20.420Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:55:21.307Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:21.307Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:21.307Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:55:21.308Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:55:21.310Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:55:21.310Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219321306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-29T20:55:21.413Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-11-29T20:55:21.414Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:55:21.414Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:55:21.426Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:55:21.426Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:55:22.311Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:22.311Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:22.311Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:55:22.311Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:55:22.313Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:55:22.313Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219322311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-29T20:55:22.415Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-29T20:55:22.416Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:55:22.416Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:55:22.428Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:55:22.429Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:55:23.314Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:23.315Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:23.315Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:55:23.315Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:55:23.317Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:55:23.317Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219323313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:55:23.417Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:55:23.418Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:55:23.418Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:55:23.435Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:55:23.435Z||pool-109-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:55:24.318Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0b42620-30da-4101-a500-b7911852011f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:55:24.330Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0b42620-30da-4101-a500-b7911852011f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T20:55:24.332Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:55:24.332Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-29T20:55:24.332Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-29T20:55:24.332Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-29T20:55:24.332Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:55:24.333Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:55:24.333Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:55:24.333Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:55:24.333Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:55:24.333Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T20:55:24.333Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:24.335Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-29T20:55:54.336Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e0b42620-30da-4101-a500-b7911852011f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-29T20:55:54.351Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e0b42620-30da-4101-a500-b7911852011f and serviceModelVersionId: 94720e3c-0e15-4a09-b592-7b7c834c0569
2021-11-29T20:55:54.351Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07b22974-ab02-498b-8776-588b221ef318
2021-11-29T20:55:54.353Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07b22974-ab02-498b-8776-588b221ef318/model-vers/model-ver/94720e3c-0e15-4a09-b592-7b7c834c0569?depth=0
2021-11-29T20:55:54.363Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-11-29T20:55:54.421Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07b22974-ab02-498b-8776-588b221ef318/model-vers/model-ver/94720e3c-0e15-4a09-b592-7b7c834c0569?depth=0|INFO|500||Invoke
2021-11-29T20:55:54.422Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07b22974-ab02-498b-8776-588b221ef318/model-vers/model-ver/94720e3c-0e15-4a09-b592-7b7c834c0569?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07b22974-ab02-498b-8776-588b221ef318/model-vers/model-ver/94720e3c-0e15-4a09-b592-7b7c834c0569?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e0b42620-30da-4101-a500-b7911852011f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[670d2b67-93fe-405d-9882-3aaf834fe1d1], X-ECOMP-RequestID=[e0b42620-30da-4101-a500-b7911852011f], X-TransactionId=[], X-ONAP-RequestID=[e0b42620-30da-4101-a500-b7911852011f], Content-Type=[application/merge-patch+json]}
2021-11-29T20:55:54.446Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07b22974-ab02-498b-8776-588b221ef318/model-vers/model-ver/94720e3c-0e15-4a09-b592-7b7c834c0569?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-29T20:55:54.741Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07b22974-ab02-498b-8776-588b221ef318/model-vers/model-ver/94720e3c-0e15-4a09-b592-7b7c834c0569?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07b22974-ab02-498b-8776-588b221ef318/model-vers/model-ver/94720e3c-0e15-4a09-b592-7b7c834c0569?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211129-20:55:54:447-38185], vertex-id=[245840], Content-Length=[0], Date=[Mon, 29 Nov 2021 20:55:54 GMT], Content-Type=[application/json]}
2021-11-29T20:55:54.741Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07b22974-ab02-498b-8776-588b221ef318/model-vers/model-ver/94720e3c-0e15-4a09-b592-7b7c834c0569?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-29T20:55:54.742Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07b22974-ab02-498b-8776-588b221ef318/model-vers/model-ver/94720e3c-0e15-4a09-b592-7b7c834c0569?depth=0|INFO|500||InvokeReturn
2021-11-29T20:55:54.742Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-29T20:55:54.742Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:55:54.750Z|e0b42620-30da-4101-a500-b7911852011f|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-11-29T20:55:54.750Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e0b42620-30da-4101-a500-b7911852011f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-29T20:55:54.751Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-29T20:55:54.751Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:55:54.756Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:55:54.756Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219354751,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-29T20:55:54.855Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-11-29T20:55:54.857Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T20:55:54.857Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:55:54.877Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:55:54.878Z||pool-110-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-29T20:55:55.768Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:55:55.768Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:55:55.768Z|e0b42620-30da-4101-a500-b7911852011f|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:56:05.361Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:56:05.361Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:56:05.362Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:56:05.362Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:56:14.905Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:56:19.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:56:19.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-11-29T20:56:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:56:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:56:19.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-11-29T20:56:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:56:19.150Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:56:19.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-29T20:56:19.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219261085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:56:19.151Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:56:19.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-29T20:56:19.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219262324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:56:19.152Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:56:19.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-29T20:56:19.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219263511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:56:19.152Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:56:19.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-29T20:56:19.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219264638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-29T20:56:19.152Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:56:19.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-29T20:56:19.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219265646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-29T20:56:19.152Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:56:19.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-29T20:56:19.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219266651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-29T20:56:19.152Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:56:19.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-29T20:56:19.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219267655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:56:19.153Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:56:19.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-29T20:56:19.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23a6f34a-3b13-4810-ba4a-54bdcd51e058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219299435,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-29T20:56:19.153Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:56:19.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-29T20:56:19.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:56:19.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:56:19.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-29T20:56:19.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-29T20:56:19.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:56:19.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-29T20:56:19.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-29T20:56:19.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:56:19.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-29T20:56:19.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-29T20:56:19.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:56:19.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-29T20:56:19.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-29T20:56:19.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:56:19.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-29T20:56:19.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:56:19.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:56:19.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-29T20:56:19.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-29T20:56:19.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:56:19.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-29T20:56:19.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T20:56:19.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:56:19.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-29T20:56:19.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219248858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T20:56:19.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-29T20:56:19.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-29T20:56:19.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219309742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:56:19.155Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:56:19.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-29T20:56:19.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219312423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:56:19.156Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:56:19.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-29T20:56:19.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219313626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:56:19.156Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:56:19.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-29T20:56:19.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219314745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:56:19.156Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:56:19.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-29T20:56:19.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219315907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:56:19.156Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:56:19.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-29T20:56:19.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219317181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-29T20:56:19.157Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:56:19.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-29T20:56:19.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219318292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-11-29T20:56:19.157Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:56:28.667Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:57:19.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:57:19.131Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:57:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:57:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:57:19.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-11-29T20:57:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:57:19.162Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:57:19.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-29T20:57:19.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219319295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-11-29T20:57:19.164Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:57:28.682Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:58:19.129Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:58:19.131Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:58:19.133Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:58:19.133Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:58:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:58:19.133Z|e0b42620-30da-4101-a500-b7911852011f|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:58:19.657Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:58:19.657Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-29T20:58:19.658Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219320299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-29T20:58:19.659Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:58:19.660Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-29T20:58:19.660Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219321306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-29T20:58:19.660Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:58:19.660Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-29T20:58:19.660Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219322311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-29T20:58:19.660Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:58:19.660Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-29T20:58:19.660Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219323313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T20:58:19.660Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:58:19.660Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-29T20:58:19.660Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0b42620-30da-4101-a500-b7911852011f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219354751,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-29T20:58:19.661Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:58:28.679Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:59:19.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:59:19.130Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:59:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:59:19.132Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:59:19.132Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:59:19.132Z|e0b42620-30da-4101-a500-b7911852011f|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:59:28.674Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T20:59:28.675Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:00:19.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:00:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:00:19.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-11-29T21:00:19.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-11-29T21:00:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:00:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:00:28.682Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:00:28.691Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:01:19.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:01:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:01:19.133Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:01:19.133Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:01:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:01:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:01:28.678Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:01:28.695Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:02:19.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:02:19.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:02:19.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-11-29T21:02:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:02:19.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-11-29T21:02:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:02:28.683Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:02:28.683Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:03:19.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:03:19.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-11-29T21:03:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:03:19.131Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:03:19.131Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:03:19.132Z|e0b42620-30da-4101-a500-b7911852011f|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:03:28.671Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:03:28.672Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:04:19.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:04:19.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-11-29T21:04:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:04:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:04:19.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-11-29T21:04:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:04:28.348Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:04:28.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-29T21:04:28.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"7917ada6-98f3-47f8-abb4-439c7357dd04","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"3e7e1adb-942e-42a1-877e-8f22ab45bd81","serviceDescription":"service","serviceInvariantUUID":"4292c67d-9c48-43cc-9c72-af3772e31cba","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"02b09772-f5d6-4ea2-94a0-7f46aeb74196","resourceInvariantUUID":"911e9f10-a0b6-440c-a12d-e083facf8709","resourceCustomizationUUID":"d7bf8b7d-3c58-438e-bd77-9c6c584c608b","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":"NzBiMmY5ZjFmZmE4NzAzMmMzNTU4MjMyYWZiODg5ZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"04ae6dae-1d2e-4c05-a28d-78207e99f13d","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":"5678dc2f-ebbd-48dd-992b-10cf12ef996e","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":"65c1a788-9d5c-41b5-b7cc-b3ba6a599cf9","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":"NzY2OTFiMzdlOTg4ZTU0MTVlMjBiMGE4YWY2ZGI4MDk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0ce17e20-1a2d-475e-ac30-515e23f8cc9d","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":"205e72c7-812d-41af-9097-ea1c3ff0d34a","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":"932c3c9a-44ca-4de5-a261-9a9a8347196d","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":"5323aaab-f1ca-41d9-b6bc-5ed577c69893","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":"NTY5ZjExNDNhNDNiNDRiZTgwMTFlOWNiMTA2NGExMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d310617f-394d-426a-a1da-a9a9c48ab2b2","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MTI4NTVmNjAxZTYwNjM5NDFiZmM3ZWRkNTIwZDM3MmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3cafd531-76c4-45bb-87f1-c087efd358d0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-29T21:04:28.355Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T21:04:28.356Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-29T21:04:28.369Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T21:04:28.369Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219859128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:04:28.463Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2021-11-29T21:04:28.466Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T21:04:28.466Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:04:28.484Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:04:28.487Z||pool-111-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-11-29T21:04:28.583Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:04:28.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:04:28.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219863242,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:04:28.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:04:28.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:04:28.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219860227,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:04:28.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:04:29.370Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T21:04:29.370Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-29T21:04:29.372Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T21:04:29.372Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219859128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:04:29.472Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T21:04:29.473Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T21:04:29.473Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:04:29.483Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:04:29.484Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-29T21:04:30.373Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T21:04:30.373Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-29T21:04:30.376Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T21:04:30.376Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219859128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:04:30.476Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-29T21:04:30.477Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T21:04:30.477Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:04:30.487Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:04:30.488Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-29T21:04:31.377Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T21:04:31.378Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-29T21:04:31.396Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T21:04:31.397Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219859128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:04:31.480Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2021-11-29T21:04:31.480Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T21:04:31.481Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:04:31.498Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:04:31.499Z||pool-114-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-29T21:04:32.397Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T21:04:32.398Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-29T21:04:32.400Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T21:04:32.400Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219859128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:04:32.500Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T21:04:32.501Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T21:04:32.501Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:04:32.529Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:04:32.530Z||pool-115-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-11-29T21:04:33.401Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T21:04:33.401Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-29T21:04:33.406Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T21:04:33.406Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219859128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:04:33.507Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T21:04:33.507Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T21:04:33.507Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:04:33.523Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:04:33.524Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-29T21:04:34.408Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T21:04:34.410Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-29T21:04:34.415Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T21:04:34.415Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219859128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:04:34.515Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T21:04:34.516Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T21:04:34.516Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:04:34.529Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:04:34.530Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-29T21:04:35.420Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T21:04:35.420Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-29T21:04:35.422Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T21:04:35.422Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219859128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:04:35.522Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T21:04:35.523Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T21:04:35.523Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:04:35.533Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:04:35.534Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-29T21:04:36.427Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T21:04:36.428Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-29T21:04:36.430Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T21:04:36.430Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219859128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T21:04:36.531Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T21:04:36.532Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T21:04:36.533Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:04:36.544Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:04:36.544Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T21:04:37.437Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3e7e1adb-942e-42a1-877e-8f22ab45bd81",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4292c67d-9c48-43cc-9c72-af3772e31cba",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "d7bf8b7d-3c58-438e-bd77-9c6c584c608b",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "02b09772-f5d6-4ea2-94a0-7f46aeb74196",
      "resourceInvariantUUID": "911e9f10-a0b6-440c-a12d-e083facf8709",
      "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": "MTI4NTVmNjAxZTYwNjM5NDFiZmM3ZWRkNTIwZDM3MmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3cafd531-76c4-45bb-87f1-c087efd358d0"
    }
  ],
  "workloadContext": "Production"
}
2021-11-29T21:04:37.437Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-29T21:04:37.437Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3e7e1adb-942e-42a1-877e-8f22ab45bd81 ASDC
2021-11-29T21:04:37.438Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:7917ada6-98f3-47f8-abb4-439c7357dd04
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:3e7e1adb-942e-42a1-877e-8f22ab45bd81
ServiceInvariantUUID:4292c67d-9c48-43cc-9c72-af3772e31cba
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:3cafd531-76c4-45bb-87f1-c087efd358d0
ArtifactChecksum:MTI4NTVmNjAxZTYwNjM5NDFiZmM3ZWRkNTIwZDM3MmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:d7bf8b7d-3c58-438e-bd77-9c6c584c608b
ResourceInvariantUUID:911e9f10-a0b6-440c-a12d-e083facf8709
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:02b09772-f5d6-4ea2-94a0-7f46aeb74196
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-29T21:04:37.438Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3e7e1adb-942e-42a1-877e-8f22ab45bd81 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T21:04:37.475Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-29T21:04:37.476Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-29T21:04:37.476Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-29T21:04:37.477Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3cafd531-76c4-45bb-87f1-c087efd358d0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-29T21:04:37.477Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-29T21:04:37.477Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-29T21:04:37.885Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-29T21:04:37.889Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 3cafd531-76c4-45bb-87f1-c087efd358d0 105638
2021-11-29T21:04:37.890Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-11-29T21:04:37.891Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-29T21:04:37.891Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T21:04:37.891Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-29T21:04:37.894Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T21:04:37.895Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219877890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T21:04:37.994Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-29T21:04:37.995Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T21:04:37.995Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:04:38.008Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:04:38.009Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-29T21:04:38.896Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-29T21:04:38.896Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-29T21:04:38.897Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3cafd531-76c4-45bb-87f1-c087efd358d0, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-29T21:04:38.897Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-11-29T21:04:38.897Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-29T21:04:38.898Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-29T21:04:39.070Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13905132485699722697/Definitions/service-TestPnfMacro-template.yml
2021-11-29T21:04:39.874Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-29T21:04:39.875Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-29T21:04:39.875Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-29T21:04:39.875Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-29T21:04:39.875Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-29T21:04:39.875Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-29T21:04:39.875Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-29T21:04:39.875Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-29T21:04:39.876Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-29T21:04:39.876Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-29T21:04:39.876Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-29T21:04:39.876Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-29T21:04:39.877Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T21:04:39.877Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T21:04:39.877Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-29T21:04:39.878Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-29T21:04:39.878Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-29T21:04:39.878Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T21:04:39.878Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T21:04:39.879Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-29T21:04:39.879Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-29T21:04:39.879Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-29T21:04:39.879Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T21:04:39.879Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T21:04:39.879Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T21:04:39.879Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T21:04:39.880Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T21:04:39.880Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T21:04:39.880Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T21:04:39.880Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T21:04:39.880Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T21:04:39.880Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T21:04:39.880Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:3e7e1adb-942e-42a1-877e-8f22ab45bd81
Model Version:NULL
Model InvariantUuid:4292c67d-9c48-43cc-9c72-af3772e31cba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-29T21:04:39.887Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 02b09772-f5d6-4ea2-94a0-7f46aeb74196
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T21:04:39.892Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||test-pnf 0
2021-11-29T21:04:39.892Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 02b09772-f5d6-4ea2-94a0-7f46aeb74196
2021-11-29T21:04:39.892Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 3e7e1adb-942e-42a1-877e-8f22ab45bd81
2021-11-29T21:04:39.892Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 3e7e1adb-942e-42a1-877e-8f22ab45bd81
2021-11-29T21:04:39.892Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 02b09772-f5d6-4ea2-94a0-7f46aeb74196 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T21:04:39.896Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71277448, org.onap.sdc.toscaparser.api.parameters.Input@2e743f1a, org.onap.sdc.toscaparser.api.parameters.Input@5c8c4b77, org.onap.sdc.toscaparser.api.parameters.Input@4f55ea47, org.onap.sdc.toscaparser.api.parameters.Input@59a42d1]
2021-11-29T21:04:39.897Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T21:04:39.897Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T21:04:39.898Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 3e7e1adb-942e-42a1-877e-8f22ab45bd81: test-pnf
2021-11-29T21:04:39.898Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||Processing PNF resource: 02b09772-f5d6-4ea2-94a0-7f46aeb74196
2021-11-29T21:04:39.898Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T21:04:39.898Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T21:04:39.898Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||Resource customization UUID: d7bf8b7d-3c58-438e-bd77-9c6c584c608b is the same as notified resource customizationUUID: d7bf8b7d-3c58-438e-bd77-9c6c584c608b
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-29T21:04:39.949Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 02b09772-f5d6-4ea2-94a0-7f46aeb74196 0 ASDC deployResourceStructure
2021-11-29T21:04:39.950Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-11-29T21:04:39.950Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-29T21:04:39.950Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T21:04:39.951Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-29T21:04:39.953Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T21:04:39.953Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219879949,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T21:04:40.053Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T21:04:40.054Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T21:04:40.054Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:04:40.066Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:04:40.066Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T21:04:40.954Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7917ada6-98f3-47f8-abb4-439c7357dd04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T21:04:40.963Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7917ada6-98f3-47f8-abb4-439c7357dd04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T21:04:40.965Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T21:04:40.965Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T21:04:40.965Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T21:05:10.966Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7917ada6-98f3-47f8-abb4-439c7357dd04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T21:05:10.981Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7917ada6-98f3-47f8-abb4-439c7357dd04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T21:05:10.983Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T21:05:10.983Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T21:05:10.983Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T21:05:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:05:19.132Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:05:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:05:19.153Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:05:19.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:05:19.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "dcae-sch",
  "timestamp": 1638219863336,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:05:19.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:05:40.983Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7917ada6-98f3-47f8-abb4-439c7357dd04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T21:05:40.992Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7917ada6-98f3-47f8-abb4-439c7357dd04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T21:05:40.993Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T21:05:40.993Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T21:05:40.993Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T21:06:10.994Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7917ada6-98f3-47f8-abb4-439c7357dd04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T21:06:11.005Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7917ada6-98f3-47f8-abb4-439c7357dd04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T21:06:11.007Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T21:06:11.007Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T21:06:11.007Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T21:06:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:06:19.132Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:06:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:06:19.155Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:06:19.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:06:19.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219859128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:06:19.157Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:06:19.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:06:19.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "cds",
  "timestamp": 1638219867055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:06:19.157Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:06:19.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:06:19.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "policy-id",
  "timestamp": 1638219863155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:06:19.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:06:41.008Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7917ada6-98f3-47f8-abb4-439c7357dd04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T21:06:41.018Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7917ada6-98f3-47f8-abb4-439c7357dd04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T21:06:41.019Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T21:06:41.020Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T21:06:41.020Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T21:07:11.022Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7917ada6-98f3-47f8-abb4-439c7357dd04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T21:07:11.039Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7917ada6-98f3-47f8-abb4-439c7357dd04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T21:07:11.042Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T21:07:11.042Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T21:07:11.042Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T21:07:19.133Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:07:19.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:07:19.137Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:07:19.678Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:07:19.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219863242,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219860227,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "dcae-sch",
  "timestamp": 1638219863336,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219859128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "cds",
  "timestamp": 1638219867055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "policy-id",
  "timestamp": 1638219863155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219860227,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "dcae-sch",
  "timestamp": 1638219863336,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219863242,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219859128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "cds",
  "timestamp": 1638219867055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "policy-id",
  "timestamp": 1638219863155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219870429,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219863242,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219860227,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "dcae-sch",
  "timestamp": 1638219863336,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "cds",
  "timestamp": 1638219867055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219859128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "policy-id",
  "timestamp": 1638219863155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219870429,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219863242,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219860227,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "dcae-sch",
  "timestamp": 1638219863336,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "cds",
  "timestamp": 1638219867055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "policy-id",
  "timestamp": 1638219863155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219859128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219870429,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219860227,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "dcae-sch",
  "timestamp": 1638219863336,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219863242,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "cds",
  "timestamp": 1638219867055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219859128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "policy-id",
  "timestamp": 1638219863155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219870429,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219863242,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-29T21:07:19.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219860227,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "dcae-sch",
  "timestamp": 1638219863336,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "cds",
  "timestamp": 1638219867055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "policy-id",
  "timestamp": 1638219863155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219859128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219870429,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219860227,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219863242,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "dcae-sch",
  "timestamp": 1638219863336,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "cds",
  "timestamp": 1638219867055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "policy-id",
  "timestamp": 1638219863155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219859128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219870429,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638219860227,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T21:07:19.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219863242,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "dcae-sch",
  "timestamp": 1638219863336,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "cds",
  "timestamp": 1638219867055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T21:07:19.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "policy-id",
  "timestamp": 1638219863155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T21:07:19.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219859128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T21:07:19.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219870429,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "cds",
  "timestamp": 1638219877810,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T21:07:19.697Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:07:19.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219877812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-29T21:07:19.698Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:07:19.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "aai-ml",
  "timestamp": 1638219877194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "policy-id",
  "timestamp": 1638219877818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T21:07:19.698Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:07:19.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219877890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T21:07:19.698Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:07:19.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219870429,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "aai-ml",
  "timestamp": 1638219877194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "policy-id",
  "timestamp": 1638219878826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T21:07:19.699Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:07:19.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219879003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-29T21:07:19.699Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:07:19.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219870429,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T21:07:19.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "cds",
  "timestamp": 1638219879114,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T21:07:19.708Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7917ada6-98f3-47f8-abb4-439c7357dd04
2021-11-29T21:07:19.708Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7917ada6-98f3-47f8-abb4-439c7357dd04 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T21:07:19.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "aai-ml",
  "timestamp": 1638219877194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "policy-id",
  "timestamp": 1638219879830,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T21:07:19.721Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7917ada6-98f3-47f8-abb4-439c7357dd04
2021-11-29T21:07:19.721Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7917ada6-98f3-47f8-abb4-439c7357dd04 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T21:07:19.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638219879949,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T21:07:19.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:07:19.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638219880008,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T21:07:19.741Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7917ada6-98f3-47f8-abb4-439c7357dd04
2021-11-29T21:07:19.741Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7917ada6-98f3-47f8-abb4-439c7357dd04 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T21:07:19.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "aai-ml",
  "timestamp": 1638219877194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219880928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T21:07:19.747Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:07:19.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "aai-ml",
  "timestamp": 1638219877194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "aai-ml",
  "timestamp": 1638219877194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219882927,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T21:07:19.748Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:07:19.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "aai-ml",
  "timestamp": 1638219877194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638219883930,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T21:07:19.751Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7917ada6-98f3-47f8-abb4-439c7357dd04
2021-11-29T21:07:19.751Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7917ada6-98f3-47f8-abb4-439c7357dd04 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T21:07:19.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "aai-ml",
  "timestamp": 1638219877194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "aai-ml",
  "timestamp": 1638219877194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T21:07:19.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "aai-ml",
  "timestamp": 1638219887105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T21:07:19.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:07:19.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "clamp",
  "timestamp": 1638219887754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "clamp",
  "timestamp": 1638219887754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "clamp",
  "timestamp": 1638219887754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "clamp",
  "timestamp": 1638219887754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "clamp",
  "timestamp": 1638219887754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "aai-ml",
  "timestamp": 1638219892712,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T21:07:19.759Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:07:19.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "clamp",
  "timestamp": 1638219887754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "aai-ml",
  "timestamp": 1638219893716,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T21:07:19.762Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7917ada6-98f3-47f8-abb4-439c7357dd04
2021-11-29T21:07:19.762Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7917ada6-98f3-47f8-abb4-439c7357dd04 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T21:07:19.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "clamp",
  "timestamp": 1638219887754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "clamp",
  "timestamp": 1638219887754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:07:19.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "clamp",
  "timestamp": 1638219887754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T21:07:19.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:07:19.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "clamp",
  "timestamp": 1638219908634,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T21:07:19.766Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:07:19.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "clamp",
  "timestamp": 1638219911635,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T21:07:19.767Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:07:19.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:07:19.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "clamp",
  "timestamp": 1638219912638,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T21:07:19.768Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7917ada6-98f3-47f8-abb4-439c7357dd04
2021-11-29T21:07:19.769Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7917ada6-98f3-47f8-abb4-439c7357dd04 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T21:07:41.042Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7917ada6-98f3-47f8-abb4-439c7357dd04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T21:07:41.059Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7917ada6-98f3-47f8-abb4-439c7357dd04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T21:07:41.061Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T21:07:41.062Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-29T21:07:41.062Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-29T21:07:41.062Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-29T21:07:41.062Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T21:07:41.062Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T21:07:41.062Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T21:07:41.062Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T21:07:41.062Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T21:07:41.062Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T21:07:41.063Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T21:07:41.063Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T21:07:41.066Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-29T21:08:11.066Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7917ada6-98f3-47f8-abb4-439c7357dd04 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-29T21:08:11.074Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7917ada6-98f3-47f8-abb4-439c7357dd04 and serviceModelVersionId: 3e7e1adb-942e-42a1-877e-8f22ab45bd81
2021-11-29T21:08:11.074Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4292c67d-9c48-43cc-9c72-af3772e31cba
2021-11-29T21:08:11.076Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4292c67d-9c48-43cc-9c72-af3772e31cba/model-vers/model-ver/3e7e1adb-942e-42a1-877e-8f22ab45bd81?depth=0
2021-11-29T21:08:11.084Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-29T21:08:11.147Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4292c67d-9c48-43cc-9c72-af3772e31cba/model-vers/model-ver/3e7e1adb-942e-42a1-877e-8f22ab45bd81?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-29T21:08:11.154Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4292c67d-9c48-43cc-9c72-af3772e31cba/model-vers/model-ver/3e7e1adb-942e-42a1-877e-8f22ab45bd81?depth=0|INFO|500||Invoke
2021-11-29T21:08:11.178Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4292c67d-9c48-43cc-9c72-af3772e31cba/model-vers/model-ver/3e7e1adb-942e-42a1-877e-8f22ab45bd81?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-29T21:08:11.613Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4292c67d-9c48-43cc-9c72-af3772e31cba/model-vers/model-ver/3e7e1adb-942e-42a1-877e-8f22ab45bd81?depth=0|INFO|500||InvokeReturn
2021-11-29T21:08:11.614Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4292c67d-9c48-43cc-9c72-af3772e31cba/model-vers/model-ver/3e7e1adb-942e-42a1-877e-8f22ab45bd81?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211129-21:08:11:185-15448], vertex-id=[237656], Content-Length=[0], Date=[Mon, 29 Nov 2021 21:08:11 GMT], Content-Type=[application/json]}
2021-11-29T21:08:11.615Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-11-29T21:08:11.615Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-29T21:08:11.616Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T21:08:11.621Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-29T21:08:11.622Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7917ada6-98f3-47f8-abb4-439c7357dd04 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-29T21:08:11.622Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-29T21:08:11.623Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-29T21:08:11.626Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T21:08:11.627Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638220091622,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-29T21:08:11.727Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-29T21:08:11.728Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T21:08:11.728Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:08:11.743Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:08:11.743Z||pool-122-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-29T21:08:12.645Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:08:12.646Z||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-11-29T21:08:12.646Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:08:17.475Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:08:17.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-29T21:08:17.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3cd863f1-4828-45bb-abdc-bd60a7081762","serviceName":"Demo_pNF_ofqbj66fY283VpitQD6F","serviceVersion":"1.0","serviceUUID":"94cb9fa7-b5a5-44d2-b3db-d864e770ab32","serviceDescription":"catalog service description","serviceInvariantUUID":"b95a8d07-19fb-4507-a5aa-19d51965fec1","resources":[{"resourceInstanceName":"pNF 8042c820-1480 0","resourceName":"pNF 8042c820-1480","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c74cea17-4f56-4a31-940f-ac0ab072cc5b","resourceInvariantUUID":"594f8e0d-0638-4475-bef0-c06b92dc780d","resourceCustomizationUUID":"7e7b2237-66dd-48e0-989b-36b2629fd0a5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/vf-license-model.xml","artifactChecksum":"YjUyYjIzNzhhMjFkMDM0NWM1MTNjMjQ3NjVhNzVlYjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"90448d2f-ed81-47f8-a9da-c44852240d3b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/pNF.csar","artifactChecksum":"ODQzY2Q1MWI2MzdiMTQ3OWJjYWVlZjQ4MDFiNmM5YTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7641e3e-5a0c-4f3d-ba20-026c0a1cb25d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b269a2aa-c4af-4ccb-af59-8f1f15c4794f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/vendor-license-model.xml","artifactChecksum":"NWU0Njk2MGVkNjVkNmMwMTIyMzY2M2Q3OTU5MTQ1M2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f7a816a3-f70b-4ba1-9ba1-d4b5870e6d64","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"46fab2df-a32f-49f2-819c-7e4254a91a38","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c6af90bf-186b-429d-b16e-6e7b8d451091","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOfqbj66fy283vpitqd6f-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-template.yml","artifactChecksum":"YjU1MGZmMzlmZGFhODFhODRmYzc4NDhhNmNjMTBjN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e59e4a39-4582-4594-97fd-859bc06fc870","artifactVersion":"1"},{"artifactName":"service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar","artifactChecksum":"ZjdiMTkyMTcxODIyYjM4YWEyODBlOTliY2ZjZWE0OTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dad2fa04-4bc8-4ea8-a8b5-293a05119d5e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-29T21:08:17.477Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T21:08:17.478Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-29T21:08:17.480Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T21:08:17.480Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638220092645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:17.580Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T21:08:17.581Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T21:08:17.581Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:08:17.591Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:08:17.592Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-29T21:08:18.480Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T21:08:18.481Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-29T21:08:18.483Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T21:08:18.483Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638220092645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:18.583Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T21:08:18.583Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T21:08:18.584Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:08:18.608Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:08:18.609Z||pool-124-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-11-29T21:08:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:08:19.132Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:08:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:08:19.483Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T21:08:19.483Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-29T21:08:19.486Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T21:08:19.486Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638220092645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.586Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T21:08:19.587Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T21:08:19.587Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:08:19.599Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:08:19.600Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-29T21:08:19.608Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:08:19.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "aai-ml",
  "timestamp": 1638220057195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638220060227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "cds",
  "timestamp": 1638220062062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "aai-ml",
  "timestamp": 1638220057195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638220060227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "cds",
  "timestamp": 1638220062062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "policy-id",
  "timestamp": 1638220063155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638220063242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "dcae-sch",
  "timestamp": 1638220063336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "aai-ml",
  "timestamp": 1638220057195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638220060227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "cds",
  "timestamp": 1638220062062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "policy-id",
  "timestamp": 1638220063155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638220063242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "dcae-sch",
  "timestamp": 1638220063336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "aai-ml",
  "timestamp": 1638220057195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638220060227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "cds",
  "timestamp": 1638220062062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "policy-id",
  "timestamp": 1638220063155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638220063242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "dcae-sch",
  "timestamp": 1638220063336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "aai-ml",
  "timestamp": 1638220057195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638220060227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "cds",
  "timestamp": 1638220062062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "policy-id",
  "timestamp": 1638220063155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638220063242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "dcae-sch",
  "timestamp": 1638220063336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "aai-ml",
  "timestamp": 1638220057195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638220060227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "cds",
  "timestamp": 1638220062062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "policy-id",
  "timestamp": 1638220063155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638220063242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "dcae-sch",
  "timestamp": 1638220063336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "clamp",
  "timestamp": 1638220067753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "aai-ml",
  "timestamp": 1638220057195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638220060227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "cds",
  "timestamp": 1638220062062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "policy-id",
  "timestamp": 1638220063155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638220063242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-29T21:08:19.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "dcae-sch",
  "timestamp": 1638220063336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "clamp",
  "timestamp": 1638220067753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "aai-ml",
  "timestamp": 1638220057195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T21:08:19.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638220060227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T21:08:19.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "cds",
  "timestamp": 1638220062062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T21:08:19.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "policy-id",
  "timestamp": 1638220063155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638220063242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "dcae-sch",
  "timestamp": 1638220063336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "clamp",
  "timestamp": 1638220067753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "policy-id",
  "timestamp": 1638220063155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T21:08:19.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638220063242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "aai-ml",
  "timestamp": 1638220070923,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T21:08:19.634Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:08:19.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "dcae-sch",
  "timestamp": 1638220063336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "cds",
  "timestamp": 1638220071021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T21:08:19.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:08:19.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "clamp",
  "timestamp": 1638220067753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "cds",
  "timestamp": 1638220072033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T21:08:19.669Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3cd863f1-4828-45bb-abdc-bd60a7081762
2021-11-29T21:08:19.670Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3cd863f1-4828-45bb-abdc-bd60a7081762 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T21:08:19.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "policy-id",
  "timestamp": 1638220072017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T21:08:19.676Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:08:19.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638220072117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-29T21:08:19.677Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:08:19.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "clamp",
  "timestamp": 1638220067753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "policy-id",
  "timestamp": 1638220073022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T21:08:19.677Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:08:19.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638220073141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-29T21:08:19.678Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:08:19.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "clamp",
  "timestamp": 1638220067753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "policy-id",
  "timestamp": 1638220074025,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T21:08:19.680Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3cd863f1-4828-45bb-abdc-bd60a7081762
2021-11-29T21:08:19.681Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3cd863f1-4828-45bb-abdc-bd60a7081762 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T21:08:19.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638220074144,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T21:08:19.687Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3cd863f1-4828-45bb-abdc-bd60a7081762
2021-11-29T21:08:19.687Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3cd863f1-4828-45bb-abdc-bd60a7081762 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T21:08:19.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "clamp",
  "timestamp": 1638220067753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "clamp",
  "timestamp": 1638220067753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T21:08:19.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "aai-ml",
  "timestamp": 1638220076884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T21:08:19.693Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:08:19.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "aai-ml",
  "timestamp": 1638220077887,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T21:08:19.696Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3cd863f1-4828-45bb-abdc-bd60a7081762
2021-11-29T21:08:19.696Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3cd863f1-4828-45bb-abdc-bd60a7081762 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T21:08:19.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "clamp",
  "timestamp": 1638220078664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T21:08:19.701Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:08:19.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638220080429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "clamp",
  "timestamp": 1638220081666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T21:08:19.702Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:08:19.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638220080429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "clamp",
  "timestamp": 1638220082671,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T21:08:19.705Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3cd863f1-4828-45bb-abdc-bd60a7081762
2021-11-29T21:08:19.705Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3cd863f1-4828-45bb-abdc-bd60a7081762 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T21:08:19.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638220080429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638220080429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638220080429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638220080429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638220080429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638220080429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T21:08:19.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638220089332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T21:08:19.713Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:08:19.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638220091271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T21:08:19.713Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:08:19.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7917ada6-98f3-47f8-abb4-439c7357dd04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638220091622,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-29T21:08:19.714Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:08:19.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638220092277,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T21:08:19.716Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3cd863f1-4828-45bb-abdc-bd60a7081762
2021-11-29T21:08:19.716Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3cd863f1-4828-45bb-abdc-bd60a7081762 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-29T21:08:19.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638220092645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:19.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:08:19.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638220092645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:19.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:08:20.487Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T21:08:20.487Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-29T21:08:20.489Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T21:08:20.489Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638220092645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:20.589Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T21:08:20.590Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T21:08:20.590Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:08:20.610Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:08:20.610Z||pool-126-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-11-29T21:08:21.490Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T21:08:21.490Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-29T21:08:21.493Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T21:08:21.493Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638220092645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:21.593Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T21:08:21.594Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T21:08:21.594Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:08:21.606Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:08:21.606Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T21:08:22.493Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T21:08:22.494Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-29T21:08:22.496Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T21:08:22.496Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638220092645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:22.596Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T21:08:22.598Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T21:08:22.598Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:08:22.613Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:08:22.613Z||pool-128-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-29T21:08:23.497Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T21:08:23.497Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-29T21:08:23.500Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T21:08:23.500Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638220092645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:08:23.602Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-29T21:08:23.603Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T21:08:23.603Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:08:23.616Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:08:23.617Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-29T21:08:24.501Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T21:08:24.501Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-29T21:08:24.503Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T21:08:24.504Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638220092645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T21:08:24.606Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-29T21:08:24.610Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T21:08:24.611Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:08:24.625Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:08:24.625Z||pool-130-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-29T21:08:25.504Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "serviceName": "Demo_pNF_ofqbj66fY283VpitQD6F",
  "serviceVersion": "1.0",
  "serviceUUID": "94cb9fa7-b5a5-44d2-b3db-d864e770ab32",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b95a8d07-19fb-4507-a5aa-19d51965fec1",
  "resources": [
    {
      "resourceInstanceName": "pNF 8042c820-1480 0",
      "resourceCustomizationUUID": "7e7b2237-66dd-48e0-989b-36b2629fd0a5",
      "resourceName": "pNF 8042c820-1480",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c74cea17-4f56-4a31-940f-ac0ab072cc5b",
      "resourceInvariantUUID": "594f8e0d-0638-4475-bef0-c06b92dc780d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
      "artifactChecksum": "ZjdiMTkyMTcxODIyYjM4YWEyODBlOTliY2ZjZWE0OTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dad2fa04-4bc8-4ea8-a8b5-293a05119d5e"
    }
  ],
  "workloadContext": "Production"
}
2021-11-29T21:08:25.505Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-29T21:08:25.506Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 94cb9fa7-b5a5-44d2-b3db-d864e770ab32 ASDC
2021-11-29T21:08:25.506Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3cd863f1-4828-45bb-abdc-bd60a7081762
ServiceName:Demo_pNF_ofqbj66fY283VpitQD6F
ServiceVersion:1.0
ServiceUUID:94cb9fa7-b5a5-44d2-b3db-d864e770ab32
ServiceInvariantUUID:b95a8d07-19fb-4507-a5aa-19d51965fec1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar
ArtifactUUID:dad2fa04-4bc8-4ea8-a8b5-293a05119d5e
ArtifactChecksum:ZjdiMTkyMTcxODIyYjM4YWEyODBlOTliY2ZjZWE0OTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8042c820-1480 0
ResourceCustomizationUUID:7e7b2237-66dd-48e0-989b-36b2629fd0a5
ResourceInvariantUUID:594f8e0d-0638-4475-bef0-c06b92dc780d
ResourceName:pNF 8042c820-1480
ResourceType:PNF
ResourceUUID:c74cea17-4f56-4a31-940f-ac0ab072cc5b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-29T21:08:25.506Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 94cb9fa7-b5a5-44d2-b3db-d864e770ab32 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-29T21:08:25.530Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-29T21:08:25.531Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-29T21:08:25.531Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-29T21:08:25.531Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dad2fa04-4bc8-4ea8-a8b5-293a05119d5e from URL: /sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar
2021-11-29T21:08:25.531Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-29T21:08:25.532Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar
2021-11-29T21:08:25.917Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-29T21:08:25.921Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar dad2fa04-4bc8-4ea8-a8b5-293a05119d5e 82626
2021-11-29T21:08:25.921Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar ASDC sendASDCNotification
2021-11-29T21:08:25.921Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar
2021-11-29T21:08:25.921Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T21:08:25.922Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-29T21:08:25.923Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T21:08:25.923Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638220105921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T21:08:26.024Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T21:08:26.025Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T21:08:26.025Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:08:26.037Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:08:26.037Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T21:08:26.924Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-29T21:08:26.925Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-29T21:08:26.925Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: dad2fa04-4bc8-4ea8-a8b5-293a05119d5e, URL: /sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar to file: /app/ASDC/1/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar
2021-11-29T21:08:26.925Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar
2021-11-29T21:08:26.926Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar
2021-11-29T21:08:26.926Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar
2021-11-29T21:08:27.085Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3217041530695828642/Definitions/service-DemoPnfOfqbj66fy283vpitqd6f-template.yml
2021-11-29T21:08:27.890Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-29T21:08:27.891Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-29T21:08:27.891Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar
2021-11-29T21:08:27.891Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-29T21:08:27.891Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8042c820-1480 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-DemoPnfOfqbj66fy283vpitqd6f-csar.csar
2021-11-29T21:08:27.891Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||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-DemoPnfOfqbj66fy283vpitqd6f-csar.csar
2021-11-29T21:08:27.891Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar
2021-11-29T21:08:27.892Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||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-DemoPnfOfqbj66fy283vpitqd6f-csar.csar
2021-11-29T21:08:27.892Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar
2021-11-29T21:08:27.892Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar
2021-11-29T21:08:27.892Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar
2021-11-29T21:08:27.892Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-29T21:08:27.892Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T21:08:27.892Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ofqbj66fY283VpitQD6F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T21:08:27.892Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Node template pNF 8042c820-1480 0 is matching search criteria
2021-11-29T21:08:27.893Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-29T21:08:27.893Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 8042c820-1480 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-29T21:08:27.893Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T21:08:27.893Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ofqbj66fY283VpitQD6F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T21:08:27.893Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Node template pNF 8042c820-1480 0 is matching search criteria
2021-11-29T21:08:27.893Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-29T21:08:27.893Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 8042c820-1480 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-29T21:08:27.893Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T21:08:27.893Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ofqbj66fY283VpitQD6F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T21:08:27.894Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T21:08:27.894Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ofqbj66fY283VpitQD6F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T21:08:27.894Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T21:08:27.894Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ofqbj66fY283VpitQD6F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T21:08:27.894Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T21:08:27.894Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ofqbj66fY283VpitQD6F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T21:08:27.894Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T21:08:27.894Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ofqbj66fY283VpitQD6F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T21:08:27.894Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ofqbj66fY283VpitQD6F
Description:catalog service description
Model UUID:94cb9fa7-b5a5-44d2-b3db-d864e770ab32
Model Version:NULL
Model InvariantUuid:b95a8d07-19fb-4507-a5aa-19d51965fec1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-29T21:08:27.900Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: c74cea17-4f56-4a31-940f-ac0ab072cc5b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T21:08:27.902Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||pNF 8042c820-1480 0
2021-11-29T21:08:27.902Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c74cea17-4f56-4a31-940f-ac0ab072cc5b
2021-11-29T21:08:27.902Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 94cb9fa7-b5a5-44d2-b3db-d864e770ab32
2021-11-29T21:08:27.902Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 94cb9fa7-b5a5-44d2-b3db-d864e770ab32
2021-11-29T21:08:27.903Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8042c820-1480 0 c74cea17-4f56-4a31-940f-ac0ab072cc5b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T21:08:27.907Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ddb7a46, org.onap.sdc.toscaparser.api.parameters.Input@494c34da, org.onap.sdc.toscaparser.api.parameters.Input@7a8ba12e, org.onap.sdc.toscaparser.api.parameters.Input@2268c4c5, org.onap.sdc.toscaparser.api.parameters.Input@44078384]
2021-11-29T21:08:27.907Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T21:08:27.908Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ofqbj66fY283VpitQD6F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T21:08:27.908Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 94cb9fa7-b5a5-44d2-b3db-d864e770ab32: pNF 8042c820-1480
2021-11-29T21:08:27.908Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||Processing PNF resource: c74cea17-4f56-4a31-940f-ac0ab072cc5b
2021-11-29T21:08:27.909Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-29T21:08:27.909Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ofqbj66fY283VpitQD6F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T21:08:27.909Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||Resource customization UUID: 7e7b2237-66dd-48e0-989b-36b2629fd0a5 is the same as notified resource customizationUUID: 7e7b2237-66dd-48e0-989b-36b2629fd0a5
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-29T21:08:27.940Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8042c820-1480 c74cea17-4f56-4a31-940f-ac0ab072cc5b 0 ASDC deployResourceStructure
2021-11-29T21:08:27.941Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar ASDC sendASDCNotification
2021-11-29T21:08:27.941Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar
2021-11-29T21:08:27.941Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T21:08:27.941Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-29T21:08:27.943Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T21:08:27.943Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638220107941,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T21:08:28.043Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T21:08:28.044Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T21:08:28.044Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:08:28.059Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:08:28.060Z||pool-132-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":2,"count":1}
2021-11-29T21:08:28.944Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3cd863f1-4828-45bb-abdc-bd60a7081762
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T21:08:28.951Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3cd863f1-4828-45bb-abdc-bd60a7081762
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-29T21:08:28.953Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T21:08:28.953Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-29T21:08:28.953Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-29T21:08:28.953Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-29T21:08:28.953Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T21:08:28.953Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T21:08:28.953Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T21:08:28.953Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T21:08:28.953Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T21:08:28.954Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T21:08:28.954Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-29T21:08:28.954Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T21:08:28.956Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-29T21:08:58.957Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3cd863f1-4828-45bb-abdc-bd60a7081762 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-29T21:08:58.977Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3cd863f1-4828-45bb-abdc-bd60a7081762 and serviceModelVersionId: 94cb9fa7-b5a5-44d2-b3db-d864e770ab32
2021-11-29T21:08:58.977Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b95a8d07-19fb-4507-a5aa-19d51965fec1
2021-11-29T21:08:58.979Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b95a8d07-19fb-4507-a5aa-19d51965fec1/model-vers/model-ver/94cb9fa7-b5a5-44d2-b3db-d864e770ab32?depth=0
2021-11-29T21:08:58.991Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-11-29T21:08:59.060Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b95a8d07-19fb-4507-a5aa-19d51965fec1/model-vers/model-ver/94cb9fa7-b5a5-44d2-b3db-d864e770ab32?depth=0|INFO|500||Invoke
2021-11-29T21:08:59.061Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b95a8d07-19fb-4507-a5aa-19d51965fec1/model-vers/model-ver/94cb9fa7-b5a5-44d2-b3db-d864e770ab32?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b95a8d07-19fb-4507-a5aa-19d51965fec1/model-vers/model-ver/94cb9fa7-b5a5-44d2-b3db-d864e770ab32?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3cd863f1-4828-45bb-abdc-bd60a7081762], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[becfb803-6c39-4a86-9fab-3a640c17e951], X-ECOMP-RequestID=[3cd863f1-4828-45bb-abdc-bd60a7081762], X-TransactionId=[], X-ONAP-RequestID=[3cd863f1-4828-45bb-abdc-bd60a7081762], Content-Type=[application/merge-patch+json]}
2021-11-29T21:08:59.084Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b95a8d07-19fb-4507-a5aa-19d51965fec1/model-vers/model-ver/94cb9fa7-b5a5-44d2-b3db-d864e770ab32?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-29T21:08:59.840Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b95a8d07-19fb-4507-a5aa-19d51965fec1/model-vers/model-ver/94cb9fa7-b5a5-44d2-b3db-d864e770ab32?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b95a8d07-19fb-4507-a5aa-19d51965fec1/model-vers/model-ver/94cb9fa7-b5a5-44d2-b3db-d864e770ab32?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211129-21:08:59:090-32415], vertex-id=[237568], Content-Length=[0], Date=[Mon, 29 Nov 2021 21:08:59 GMT], Content-Type=[application/json]}
2021-11-29T21:08:59.840Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b95a8d07-19fb-4507-a5aa-19d51965fec1/model-vers/model-ver/94cb9fa7-b5a5-44d2-b3db-d864e770ab32?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-29T21:08:59.841Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b95a8d07-19fb-4507-a5aa-19d51965fec1/model-vers/model-ver/94cb9fa7-b5a5-44d2-b3db-d864e770ab32?depth=0|INFO|500||InvokeReturn
2021-11-29T21:08:59.843Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-29T21:08:59.844Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T21:08:59.848Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-29T21:08:59.848Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3cd863f1-4828-45bb-abdc-bd60a7081762 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-29T21:08:59.848Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-29T21:08:59.849Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-29T21:08:59.852Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T21:08:59.852Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638220139848,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-29T21:08:59.952Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T21:08:59.954Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-29T21:08:59.954Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:08:59.972Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:08:59.973Z||pool-133-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-29T21:09:00.864Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:09:00.864Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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-11-29T21:09:00.864Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:09:10.415Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:09:10.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:09:10.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:09:10.420Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:09:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:09:19.132Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:09:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:09:19.153Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:09:19.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T21:09:19.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638220092645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:09:19.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:09:19.957Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:09:19.958Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:09:19.959Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:09:19.959Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:09:29.507Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:09:29.510Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:09:29.514Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:09:29.514Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:09:39.055Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:10:19.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:10:19.132Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:10:19.135Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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-11-29T21:10:19.135Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:10:19.135Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:10:19.135Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:10:19.665Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:10:19.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T21:10:19.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638220092645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:10:19.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:10:19.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T21:10:19.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638220092645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:10:19.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:10:19.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T21:10:19.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638220092645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/resourceInstances/pnf8042c82014800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:10:19.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:10:19.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T21:10:19.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638220092645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-29T21:10:19.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:10:19.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T21:10:19.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638220092645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
  "status": "NOTIFIED"
}
2021-11-29T21:10:19.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-29T21:10:19.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T21:10:19.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638220105921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-29T21:10:19.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:10:19.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T21:10:19.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638220107941,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfqbj66fy283vpitqd6f/1.0/artifacts/service-DemoPnfOfqbj66fy283vpitqd6f-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-29T21:10:19.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:10:19.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T21:10:19.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3cd863f1-4828-45bb-abdc-bd60a7081762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638220139848,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-29T21:10:19.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T21:10:28.679Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:11:19.128Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:11:19.131Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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-11-29T21:11:19.131Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:11:19.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:11:19.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-11-29T21:11:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:11:28.673Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:11:28.673Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:12:19.129Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:12:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:12:19.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-11-29T21:12:19.131Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:12:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:12:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:12:28.678Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:12:28.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:13:19.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:13:19.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-11-29T21:13:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:13:19.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:13:19.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-11-29T21:13:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:13:28.675Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:13:28.677Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:14:19.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:14:19.131Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:14:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:14:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:14:19.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-11-29T21:14:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:14:28.674Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:14:28.674Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:15:19.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:15:19.131Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:15:19.132Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:15:19.132Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:15:19.133Z|230e0928-1d4b-4322-b844-af85685ddac4|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:15:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:15:28.675Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:15:28.675Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:16:19.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:16:19.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-11-29T21:16:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:16:19.131Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:16:19.131Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:16:19.131Z|230e0928-1d4b-4322-b844-af85685ddac4|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:16:28.675Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:16:28.675Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:17:19.129Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:17:19.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:17:19.132Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:17:19.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-11-29T21:17:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:17:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:17:28.676Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:17:28.676Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:18:19.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:18:19.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-11-29T21:18:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:18:19.131Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:18:19.131Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:18:19.131Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:18:28.668Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:18:28.673Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:19:19.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:19:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:19:19.131Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:19:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:19:19.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-11-29T21:19:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:19:28.677Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:19:28.677Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:20:19.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:20:19.133Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:20:19.143Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:20:19.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:20:19.144Z|230e0928-1d4b-4322-b844-af85685ddac4|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:20:19.144Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:20:28.689Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:20:28.689Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:21:19.128Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:21:19.129Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:21:19.129Z|e0b42620-30da-4101-a500-b7911852011f|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:21:19.131Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:21:19.131Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:21:19.132Z|230e0928-1d4b-4322-b844-af85685ddac4|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:21:28.669Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:21:28.669Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:22:19.129Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:22:19.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:22:19.132Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:22:19.132Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:22:19.133Z|e0b42620-30da-4101-a500-b7911852011f|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:22:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:22:28.675Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:22:28.675Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:23:19.128Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:23:19.129Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:23:19.129Z|e0b42620-30da-4101-a500-b7911852011f|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:23:19.132Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:23:19.133Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:23:19.133Z|7917ada6-98f3-47f8-abb4-439c7357dd04|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:23:28.674Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:23:28.673Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:24:19.128Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:24:19.131Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:24:19.131Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:24:19.131Z|e0b42620-30da-4101-a500-b7911852011f|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:24:19.131Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:24:19.132Z|7917ada6-98f3-47f8-abb4-439c7357dd04|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:24:28.672Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:24:28.679Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:25:19.129Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:25:19.131Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:25:19.135Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:25:19.135Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:25:19.135Z|230e0928-1d4b-4322-b844-af85685ddac4|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:25:19.135Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:25:28.681Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:25:28.683Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:26:19.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:26:19.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-11-29T21:26:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:26:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:26:19.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-11-29T21:26:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:26:28.666Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:26:28.670Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:27:19.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:27:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:27:19.131Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:27:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:27:19.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-11-29T21:27:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:27:28.684Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:27:28.684Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:28:19.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:28:19.130Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:28:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:28:19.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:28:19.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-11-29T21:28:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:28:28.679Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:28:28.679Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:29:19.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:29:19.130Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:29:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:29:19.131Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:29:19.131Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:29:19.131Z|7917ada6-98f3-47f8-abb4-439c7357dd04|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:29:28.672Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:29:28.672Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:30:19.128Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:30:19.131Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:30:19.135Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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-11-29T21:30:19.135Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:30:19.135Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:30:19.135Z|230e0928-1d4b-4322-b844-af85685ddac4|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:30:28.682Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:30:28.682Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:31:19.128Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:31:19.130Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:31:19.130Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:31:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:31:19.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-11-29T21:31:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:31:28.675Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:31:28.678Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:32:19.128Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:32:19.130Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:32:19.130Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:32:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:32:19.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-11-29T21:32:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:32:28.673Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:32:28.673Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:33:19.128Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:33:19.131Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:33:19.131Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:33:19.131Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:33:19.131Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:33:19.131Z|7917ada6-98f3-47f8-abb4-439c7357dd04|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:33:28.678Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:33:28.678Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:34:19.129Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:34:19.131Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:34:19.132Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:34:19.132Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:34:19.132Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T21:34:19.132Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:34:28.679Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:34:28.679Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:35:19.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:35:19.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-11-29T21:35:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:35:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:35:19.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-11-29T21:35:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:35:28.672Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:35:28.672Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:36:19.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:36:19.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-11-29T21:36:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:36:19.131Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:36:19.131Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:36:19.131Z|e0b42620-30da-4101-a500-b7911852011f|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:36:28.668Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:36:28.670Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:37:19.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:37:19.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-11-29T21:37:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:37:19.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:37:19.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-11-29T21:37:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:37:28.671Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:37:28.671Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:38:19.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:38:19.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-11-29T21:38:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:38:19.131Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:38:19.131Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:38:19.131Z|7917ada6-98f3-47f8-abb4-439c7357dd04|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:38:28.670Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:38:28.671Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:39:19.128Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:39:19.130Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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-11-29T21:39:19.130Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:39:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:39:19.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-11-29T21:39:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:39:28.670Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:39:28.679Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:40:19.131Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:40:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:40:19.135Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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-11-29T21:40:19.136Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:40:19.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:40:19.136Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:40:28.681Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:40:28.681Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:41:19.128Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:41:19.129Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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-11-29T21:41:19.129Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:41:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:41:19.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-11-29T21:41:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:41:28.675Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:41:28.675Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:42:19.128Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:42:19.130Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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-11-29T21:42:19.130Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:42:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:42:19.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-11-29T21:42:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:42:28.669Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:42:28.670Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:43:19.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:43:19.130Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:43:19.136Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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-11-29T21:43:19.136Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:43:19.136Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:43:19.136Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:43:28.680Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:43:28.680Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:44:19.128Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:44:19.129Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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-11-29T21:44:19.129Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:44:19.131Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:44:19.131Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:44:19.131Z|e0b42620-30da-4101-a500-b7911852011f|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:44:28.684Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:44:28.687Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:45:19.128Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:45:19.131Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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-11-29T21:45:19.131Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:45:19.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:45:19.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-11-29T21:45:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:45:28.679Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:45:28.679Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:46:19.132Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:46:19.132Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:46:19.136Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:46:19.136Z|7917ada6-98f3-47f8-abb4-439c7357dd04|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:46:19.137Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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-11-29T21:46:19.137Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:46:28.682Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:46:28.682Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:47:19.128Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:47:19.129Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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-11-29T21:47:19.129Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:47:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:47:19.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-11-29T21:47:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:47:28.668Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:47:28.669Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:48:19.129Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:48:19.131Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:48:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:48:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:48:19.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-11-29T21:48:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:48:28.675Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:48:28.679Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:49:19.129Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:49:19.131Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:49:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:49:19.131Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:49:19.132Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:49:19.132Z|230e0928-1d4b-4322-b844-af85685ddac4|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:49:28.665Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:49:28.702Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:50:01.878Z||http-nio-8085-exec-9|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-29T21:50:19.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:50:19.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-11-29T21:50:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:50:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:50:19.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-11-29T21:50:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:50:28.677Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:50:28.680Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:51:19.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:51:19.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-11-29T21:51:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:51:19.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:51:19.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-11-29T21:51:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:51:28.672Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:51:28.673Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:52:19.129Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:52:19.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:52:19.131Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:52:19.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-11-29T21:52:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:52:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:52:28.673Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:52:28.673Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:53:19.129Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:53:19.131Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:53:19.133Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:53:19.133Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:53:19.133Z|230e0928-1d4b-4322-b844-af85685ddac4|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:53:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:53:28.672Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:53:28.677Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:54:19.129Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:54:19.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-11-29T21:54:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:54:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:54:19.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-11-29T21:54:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:54:28.672Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:54:28.672Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:55:19.129Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:55:19.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-11-29T21:55:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:55:19.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:55:19.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-11-29T21:55:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:55:28.668Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:55:28.670Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:56:19.129Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:56:19.131Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:56:19.131Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:56:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:56:19.132Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:56:19.132Z|7917ada6-98f3-47f8-abb4-439c7357dd04|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:56:28.670Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:56:28.671Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:57:19.132Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:57:19.132Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:57:19.140Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:57:19.140Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:57:19.144Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:57:19.144Z|3cd863f1-4828-45bb-abdc-bd60a7081762|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:57:28.683Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:57:28.683Z|3cd863f1-4828-45bb-abdc-bd60a7081762|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:58:19.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:58:19.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-11-29T21:58:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:58:19.131Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:58:19.132Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:58:19.132Z|e0b42620-30da-4101-a500-b7911852011f|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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:58:28.667Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:58:28.667Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:59:19.129Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:59:19.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T21:59:19.131Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T21:59:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:59:19.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-11-29T21:59:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T21:59:28.673Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T21:59:28.673Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T22:00:19.129Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T22:00:19.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-11-29T22:00:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T22:00:19.131Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T22:00:19.131Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T22:00:19.131Z|7917ada6-98f3-47f8-abb4-439c7357dd04|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 WJUBOKFy9ACSndgD) ...
2021-11-29T22:00:28.677Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T22:00:28.683Z|7917ada6-98f3-47f8-abb4-439c7357dd04|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T22:01:19.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T22:01:19.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-11-29T22:01:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T22:01:19.131Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T22:01:19.131Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T22:01:19.131Z|230e0928-1d4b-4322-b844-af85685ddac4|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 WJUBOKFy9ACSndgD) ...
2021-11-29T22:01:28.672Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T22:01:28.672Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T22:02:19.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T22:02:19.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-11-29T22:02:19.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 WJUBOKFy9ACSndgD) ...
2021-11-29T22:02:19.131Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T22:02:19.131Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T22:02:19.131Z|e0b42620-30da-4101-a500-b7911852011f|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 WJUBOKFy9ACSndgD) ...
2021-11-29T22:02:28.670Z|e0b42620-30da-4101-a500-b7911852011f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-29T22:02:28.671Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK