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-12-17T02:44:48.827Z||main|||||INFO|500||The following profiles are active: basic
2021-12-17T02:44:58.048Z||main|||||INFO|500||Starting service [Tomcat]
2021-12-17T02:44:58.048Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-12-17T02:44:58.149Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-12-17T02:45:00.315Z||main|||||INFO|500||catdb-pool - Starting...
2021-12-17T02:45:00.464Z||main|||||INFO|500||catdb-pool - Start completed.
2021-12-17T02:45:00.948Z||main|||||INFO|500||reqdb-pool - Starting...
2021-12-17T02:45:00.955Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-12-17T02:45:01.026Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-12-17T02:45:01.139Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-12-17T02:45:01.465Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-12-17T02:45:02.329Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-12-17T02:45:04.181Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-17T02:45:04.225Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-12-17T02:45:04.689Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-12-17T02:45:04.842Z||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-12-17T02:45:05.986Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-17T02:45:06.970Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-12-17T02:45:06.987Z||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$$90fab671.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-12-17T02:45:06.987Z||main|||||WARN|500||The sdc end point is not alive
2021-12-17T02:45:09.583Z||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-12-17T02:45:12.081Z||main|||||WARN|500||---
2021-12-17T02:45:12.082Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-12-17T02:45:12.083Z||main|||||WARN|500||---
2021-12-17T02:45:12.450Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-12-17T02:45:16.485Z||main|||||INFO|500||Started Application in 31.956 seconds (JVM running for 33.098)
2021-12-17T02:45:16.524Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-17T02:45:16.526Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-17T02:45:16.541Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-17T02:45:16.614Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-17T02:45:16.652Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f33d50b-2bd5-4285-8274-08b7e73605fa url= /sdc/v1/artifactTypes
2021-12-17T02:45:16.652Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-17T02:45:16.882Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-17T02:45:16.906Z||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-12-17T02:45:16.924Z||scheduling-1|||||DEBUG|500||create keys
2021-12-17T02:45:16.930Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-12-17T02:45:17.349Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:45:17.365Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7e0d9c7a-6553-4986-891a-a810fb3fb92c url= /sdc/v1/registerForDistribution
2021-12-17T02:45:17.994Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7e0d9c7a-6553-4986-891a-a810fb3fb92c url= /sdc/v1/registerForDistribution
2021-12-17T02:45:17.994Z||scheduling-1|||||INFO|500||start DistributionClient
2021-12-17T02:45:18.004Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:45:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:45:18.008Z||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-12-17T02:45:18.008Z||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-12-17T02:45:18.009Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:45:18.009Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:45:18.010Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-12-17T02:45:28.693Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:45:28.695Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:46:18.003Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:46:18.005Z||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-12-17T02:46:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:46:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:46:18.005Z||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-12-17T02:46:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:46:27.549Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:46:27.559Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:47:18.003Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:47:18.004Z||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-12-17T02:47:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:47:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:47:18.005Z||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-12-17T02:47:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:47:27.547Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:47:27.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:48:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:48:18.005Z||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-12-17T02:48:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:48:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:48:18.005Z||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-12-17T02:48:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:48:27.551Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:48:27.552Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:49:18.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:49:18.005Z||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-12-17T02:49:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:49:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:49:18.006Z||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-12-17T02:49:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:49:27.552Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:49:27.557Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:50:18.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:50:18.004Z||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-12-17T02:50:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:50:18.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:50:18.006Z||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-12-17T02:50:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:50:27.547Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:50:27.547Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:51:18.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:51:18.004Z||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-12-17T02:51:18.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:51:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:51:18.005Z||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-12-17T02:51:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:51:27.551Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:51:27.551Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:52:18.003Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:52:18.004Z||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-12-17T02:52:18.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:52:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:52:18.007Z||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-12-17T02:52:18.007Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:52:27.543Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:52:27.546Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:53:18.003Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:53:18.004Z||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-12-17T02:53:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:53:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:53:18.005Z||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-12-17T02:53:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:53:27.545Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:53:27.546Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:54:18.003Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:54:18.004Z||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-12-17T02:54:18.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:54:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:54:18.005Z||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-12-17T02:54:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:54:27.548Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:54:27.550Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:54:54.093Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-12-17T02:55:18.003Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:55:18.004Z||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-12-17T02:55:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:55:18.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:55:18.005Z||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-12-17T02:55:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:55:27.553Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:55:27.553Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:56:18.003Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:56:18.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:56:18.004Z||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-12-17T02:56:18.005Z||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-12-17T02:56:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:56:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:56:27.550Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:56:27.550Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:57:18.003Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:57:18.004Z||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-12-17T02:57:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:57:18.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:57:18.005Z||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-12-17T02:57:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:57:27.549Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:57:27.550Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:58:18.003Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:58:18.004Z||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-12-17T02:58:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:58:18.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:58:18.005Z||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-12-17T02:58:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:58:27.547Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:58:27.547Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:59:18.003Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:59:18.004Z||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-12-17T02:59:18.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T02:59:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:59:18.005Z||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-12-17T02:59:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T02:59:27.549Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T02:59:27.549Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:00:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:00:18.005Z||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-12-17T03:00:18.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:00:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:00:18.006Z||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-12-17T03:00:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:00:27.544Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:00:27.550Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:01:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:01:18.004Z||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-12-17T03:01:18.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:01:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:01:18.005Z||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-12-17T03:01:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:01:27.544Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:01:27.546Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:02:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:02:18.004Z||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-12-17T03:02:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:02:18.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:02:18.005Z||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-12-17T03:02:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:02:27.547Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:02:27.551Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:03:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:03:18.004Z||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-12-17T03:03:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:03:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:03:18.005Z||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-12-17T03:03:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:03:27.545Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:03:27.546Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:04:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:04:18.004Z||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-12-17T03:04:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:04:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:04:18.005Z||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-12-17T03:04:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:04:27.545Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:04:27.547Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:05:18.004Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:05:18.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:05:18.005Z||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-12-17T03:05:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:05:18.005Z||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-12-17T03:05:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:05:27.546Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:05:27.548Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:06:18.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:06:18.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:06:18.009Z||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-12-17T03:06:18.009Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-17T03:06:18.009Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:06:18.009Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:06:27.577Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:06:27.577Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:07:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:07:18.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:07:18.005Z||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-12-17T03:07:18.005Z||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-12-17T03:07:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:07:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:07:27.546Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:07:27.549Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:08:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:08:18.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:08:18.005Z||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-12-17T03:08:18.005Z||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-12-17T03:08:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:08:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:08:27.551Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:08:27.554Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:09:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:09:18.004Z||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-12-17T03:09:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:09:18.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:09:18.005Z||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-12-17T03:09:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:09:27.542Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:09:27.547Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:10:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:10:18.004Z||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-12-17T03:10:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:10:18.004Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:10:18.005Z||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-12-17T03:10:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:10:27.547Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:10:27.549Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:11:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:11:18.004Z||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-12-17T03:11:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:11:18.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:11:18.006Z||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-12-17T03:11:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:11:27.543Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:11:27.545Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:12:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:12:18.004Z||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-12-17T03:12:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:12:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:12:18.005Z||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-12-17T03:12:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:12:27.548Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:12:27.548Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:13:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:13:18.004Z||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-12-17T03:13:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:13:18.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:13:18.005Z||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-12-17T03:13:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:13:27.546Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:13:27.548Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:14:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:14:18.004Z||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-12-17T03:14:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:14:18.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:14:18.005Z||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-12-17T03:14:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:14:27.543Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:14:27.544Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:15:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:15:18.004Z||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-12-17T03:15:18.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:15:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:15:18.005Z||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-12-17T03:15:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:15:27.541Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:15:27.544Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:16:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:16:18.004Z||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-12-17T03:16:18.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:16:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:16:18.005Z||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-12-17T03:16:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:16:27.546Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:16:27.548Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:17:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:17:18.004Z||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-12-17T03:17:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:17:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:17:18.005Z||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-12-17T03:17:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:17:27.545Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:17:27.545Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:18:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:18:18.004Z||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-12-17T03:18:18.004Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:18:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:18:18.005Z||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-12-17T03:18:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:18:27.543Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:18:27.547Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:19:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:19:18.004Z||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-12-17T03:19:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:19:18.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:19:18.005Z||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-12-17T03:19:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:19:27.543Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:19:27.545Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:20:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:20:18.004Z||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-12-17T03:20:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:20:18.006Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:20:18.006Z||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-12-17T03:20:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:20:27.544Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:20:27.545Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:21:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:21:18.004Z||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-12-17T03:21:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:21:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:21:18.005Z||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-12-17T03:21:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:21:27.546Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:21:27.549Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:22:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:22:18.004Z||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-12-17T03:22:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:22:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:22:18.005Z||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-12-17T03:22:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:22:27.542Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:22:27.542Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:23:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:23:18.004Z||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-12-17T03:23:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:23:18.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:23:18.005Z||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-12-17T03:23:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:23:27.544Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:23:27.546Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:24:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:24:18.004Z||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-12-17T03:24:18.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:24:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:24:18.005Z||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-12-17T03:24:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:24:27.545Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:24:27.549Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:25:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:25:18.004Z||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-12-17T03:25:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:25:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:25:18.005Z||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-12-17T03:25:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:25:27.544Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:25:27.546Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:26:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:26:18.004Z||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-12-17T03:26:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:26:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:26:18.005Z||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-12-17T03:26:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:26:27.542Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:26:27.548Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:27:18.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:27:18.004Z||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-12-17T03:27:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:27:18.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:27:18.005Z||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-12-17T03:27:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:27:27.543Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:27:27.543Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:28:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:28:18.004Z||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-12-17T03:28:18.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:28:18.005Z||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-12-17T03:28:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:28:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:28:27.546Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:28:27.552Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:29:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:29:18.004Z||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-12-17T03:29:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:29:18.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:29:18.005Z||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-12-17T03:29:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:29:27.538Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:29:27.541Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:30:18.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:30:18.004Z||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-12-17T03:30:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:30:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:30:18.005Z||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-12-17T03:30:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:30:27.544Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:30:27.545Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:31:18.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:31:18.004Z||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-12-17T03:31:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:31:18.004Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:31:18.005Z||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-12-17T03:31:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:31:27.542Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:31:27.547Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:32:18.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:32:18.004Z||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-12-17T03:32:18.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:32:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:32:18.005Z||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-12-17T03:32:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:32:27.543Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:32:27.547Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:33:18.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:33:18.004Z||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-12-17T03:33:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:33:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:33:18.007Z||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-12-17T03:33:18.007Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:33:27.543Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:33:27.547Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:34:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:34:18.004Z||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-12-17T03:34:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:34:18.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:34:18.005Z||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-12-17T03:34:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:34:27.546Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:34:27.546Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:35:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:35:18.004Z||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-12-17T03:35:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:35:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:35:18.005Z||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-12-17T03:35:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:35:27.540Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:35:27.543Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:36:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:36:18.004Z||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-12-17T03:36:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:36:18.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:36:18.006Z||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-12-17T03:36:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:36:27.544Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:36:27.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:37:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:37:18.004Z||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-12-17T03:37:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:37:18.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:37:18.005Z||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-12-17T03:37:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:37:27.542Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:37:27.542Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:38:18.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:38:18.004Z||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-12-17T03:38:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:38:18.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:38:18.006Z||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-12-17T03:38:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:38:27.545Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:38:27.548Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:39:18.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:39:18.004Z||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-12-17T03:39:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:39:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:39:18.005Z||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-12-17T03:39:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:39:27.543Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:39:27.544Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:40:18.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:40:18.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:40:18.005Z||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-12-17T03:40:18.005Z||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-12-17T03:40:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:40:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:40:27.544Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:40:27.545Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:41:18.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:41:18.004Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:41:18.004Z||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-12-17T03:41:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:41:18.005Z||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-12-17T03:41:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:41:27.544Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:41:27.544Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:42:18.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:42:18.004Z||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-12-17T03:42:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:42:18.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:42:18.005Z||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-12-17T03:42:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:42:27.546Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:42:27.546Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:43:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:43:18.004Z||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-12-17T03:43:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:43:18.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:43:18.005Z||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-12-17T03:43:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:43:27.544Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:43:27.544Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:44:18.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:44:18.004Z||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-12-17T03:44:18.004Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:44:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:18.005Z||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-12-17T03:44:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:25.245Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:44:25.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-17T03:44:25.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"c088e00c-41b0-44b9-bb68-6174976c847c","serviceName":"vFW 2021-12-17 03-42-02","serviceVersion":"1.0","serviceUUID":"ed2b2d53-7d99-4396-9d41-371d1ca02e7c","serviceDescription":"catalog service description","serviceInvariantUUID":"79339e01-1adc-4bac-8f80-d43a1c8fd026","resources":[{"resourceInstanceName":"vFW d516a169-be1d 0","resourceName":"vFW d516a169-be1d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"804db233-2849-4242-b7d7-c0f528dd7a44","resourceInvariantUUID":"b043df1a-703c-4b84-8c3a-a1321f08f26e","resourceCustomizationUUID":"4d85bdbe-6874-4929-8e53-89f24273a18b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vf-license-model.xml","artifactChecksum":"NzU4NGQ0NzUzZmY3MWZlZDVkNGNhMGFhMjQ1YjY0NjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1a1edf13-4c95-4a4e-84a6-b96f013ed165","artifactVersion":"1"},{"artifactName":"vfwd516a169be1d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json","artifactChecksum":"OTU4NGViZWM4ZTE0OWM3YTI2YmNiZDc5ZWQxYjJlMTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e3b87365-2b0e-408c-9057-f91470e61441","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"77e99bd5-afa0-4ceb-be44-ed4b5dc72666","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vendor-license-model.xml","artifactChecksum":"MjZmMTJmOWM1YTYzMWVjODYwYmViM2QzZDM1ZjNiNWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1c09a29-bb78-45c4-b8a4-23110981a3d2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"07ffa39d-f0f1-470f-8388-bcbf28b3a39c","artifactVersion":"2","generatedFromUUID":"77e99bd5-afa0-4ceb-be44-ed4b5dc72666"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211217034202-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-template.yml","artifactChecksum":"M2UyM2U4OTRiMDFkOTc1ZTM5MGEwNmU3ZmE4YTQ3NWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"144d0254-9fdc-4377-973f-9defbc7cffa9","artifactVersion":"1"},{"artifactName":"service-Vfw20211217034202-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar","artifactChecksum":"Yzk3MzhhODA3OTE3YzAzZTI3OWZhZTJkMGE3ZTc1ZjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4587d586-8cc0-40c4-b374-3454cbc552b5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-17T03:44:25.252Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:44:25.257Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:25.264Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:25.264Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712658003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:44:25.365Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-17T03:44:25.367Z||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-12-17T03:44:25.367Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:25.377Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:44:25.378Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:25.419Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:44:25.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:44:25.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "dcae-sch",
  "timestamp": 1639712657926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:44:25.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:44:25.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:44:25.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639712658994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:44:25.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:44:26.269Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:44:26.269Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:26.271Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:26.271Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712658003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
  "status": "NOTIFIED"
}
2021-12-17T03:44:26.372Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:44:26.373Z||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-12-17T03:44:26.373Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:26.382Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:44:26.383Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:27.272Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:44:27.273Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:27.275Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:27.275Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712658003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-12-17T03:44:27.376Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T03:44:27.376Z||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-12-17T03:44:27.377Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:27.386Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:44:27.386Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:28.276Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:44:28.277Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:28.279Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:28.279Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712658003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:44:28.380Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T03:44:28.380Z||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-12-17T03:44:28.381Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:28.392Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:44:28.392Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:29.280Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:44:29.281Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:29.283Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:29.284Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712658003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-12-17T03:44:29.384Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:44:29.384Z||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-12-17T03:44:29.384Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:29.394Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:44:29.394Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:30.284Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:44:30.285Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:30.288Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:30.288Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712658003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:44:30.388Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:44:30.389Z||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-12-17T03:44:30.389Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:30.399Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:44:30.399Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:31.289Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:44:31.290Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:31.292Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:31.292Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712658003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T03:44:31.392Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:44:31.393Z||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-12-17T03:44:31.393Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:31.405Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:44:31.405Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:32.294Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "serviceName": "vFW 2021-12-17 03-42-02",
  "serviceVersion": "1.0",
  "serviceUUID": "ed2b2d53-7d99-4396-9d41-371d1ca02e7c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "79339e01-1adc-4bac-8f80-d43a1c8fd026",
  "resources": [
    {
      "resourceInstanceName": "vFW d516a169-be1d 0",
      "resourceCustomizationUUID": "4d85bdbe-6874-4929-8e53-89f24273a18b",
      "resourceName": "vFW d516a169-be1d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "804db233-2849-4242-b7d7-c0f528dd7a44",
      "resourceInvariantUUID": "b043df1a-703c-4b84-8c3a-a1321f08f26e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd516a169be1d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
          "artifactChecksum": "OTU4NGViZWM4ZTE0OWM3YTI2YmNiZDc5ZWQxYjJlMTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e3b87365-2b0e-408c-9057-f91470e61441",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "77e99bd5-afa0-4ceb-be44-ed4b5dc72666",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "07ffa39d-f0f1-470f-8388-bcbf28b3a39c",
            "generatedFromUUID": "77e99bd5-afa0-4ceb-be44-ed4b5dc72666"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "07ffa39d-f0f1-470f-8388-bcbf28b3a39c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211217034202-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
      "artifactChecksum": "Yzk3MzhhODA3OTE3YzAzZTI3OWZhZTJkMGE3ZTc1ZjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4587d586-8cc0-40c4-b374-3454cbc552b5"
    }
  ],
  "workloadContext": "Production"
}
2021-12-17T03:44:32.295Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-17T03:44:32.296Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed2b2d53-7d99-4396-9d41-371d1ca02e7c ASDC
2021-12-17T03:44:32.408Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c088e00c-41b0-44b9-bb68-6174976c847c
ServiceName:vFW 2021-12-17 03-42-02
ServiceVersion:1.0
ServiceUUID:ed2b2d53-7d99-4396-9d41-371d1ca02e7c
ServiceInvariantUUID:79339e01-1adc-4bac-8f80-d43a1c8fd026
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211217034202-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar
ArtifactUUID:4587d586-8cc0-40c4-b374-3454cbc552b5
ArtifactChecksum:Yzk3MzhhODA3OTE3YzAzZTI3OWZhZTJkMGE3ZTc1ZjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d516a169-be1d 0
ResourceCustomizationUUID:4d85bdbe-6874-4929-8e53-89f24273a18b
ResourceInvariantUUID:b043df1a-703c-4b84-8c3a-a1321f08f26e
ResourceName:vFW d516a169-be1d
ResourceType:VF
ResourceUUID:804db233-2849-4242-b7d7-c0f528dd7a44
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd516a169be1d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json
ArtifactUUID:e3b87365-2b0e-408c-9057-f91470e61441
ArtifactChecksum:OTU4NGViZWM4ZTE0OWM3YTI2YmNiZDc5ZWQxYjJlMTg=
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/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml
ArtifactUUID:77e99bd5-afa0-4ceb-be44-ed4b5dc72666
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/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env
ArtifactUUID:07ffa39d-f0f1-470f-8388-bcbf28b3a39c
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/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env
ArtifactUUID:07ffa39d-f0f1-470f-8388-bcbf28b3a39c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-17T03:44:32.408Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed2b2d53-7d99-4396-9d41-371d1ca02e7c 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-12-17T03:44:32.551Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-17T03:44:32.552Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-17T03:44:32.552Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-17T03:44:32.552Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4587d586-8cc0-40c4-b374-3454cbc552b5 from URL: /sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar
2021-12-17T03:44:32.552Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-17T03:44:32.553Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar
2021-12-17T03:44:32.619Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-17T03:44:32.636Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar 4587d586-8cc0-40c4-b374-3454cbc552b5 98945
2021-12-17T03:44:32.637Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar ASDC sendASDCNotification
2021-12-17T03:44:32.637Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar
2021-12-17T03:44:32.638Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T03:44:32.638Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:32.640Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:32.640Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712672636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:44:32.740Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:44:32.741Z||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-12-17T03:44:32.741Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:32.752Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:44:32.752Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:33.640Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-17T03:44:33.641Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-17T03:44:33.642Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4587d586-8cc0-40c4-b374-3454cbc552b5, URL: /sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar to file: /app/ASDC/1/service-Vfw20211217034202-csar.csar
2021-12-17T03:44:33.642Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211217034202-csar.csar
2021-12-17T03:44:33.691Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211217034202-csar.csar
2021-12-17T03:44:33.691Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211217034202-csar.csar
2021-12-17T03:44:34.140Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3586465095772344929/Definitions/service-Vfw20211217034202-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-12-17T03:44:36.817Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-17T03:44:36.820Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-17T03:44:36.820Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.820Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-12-17T03:44:36.820Z|c088e00c-41b0-44b9-bb68-6174976c847c|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-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.820Z|c088e00c-41b0-44b9-bb68-6174976c847c|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-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.821Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d516a169-be1d 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-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.821Z|c088e00c-41b0-44b9-bb68-6174976c847c|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-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.821Z|c088e00c-41b0-44b9-bb68-6174976c847c|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-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.821Z|c088e00c-41b0-44b9-bb68-6174976c847c|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-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.821Z|c088e00c-41b0-44b9-bb68-6174976c847c|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-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.821Z|c088e00c-41b0-44b9-bb68-6174976c847c|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-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.821Z|c088e00c-41b0-44b9-bb68-6174976c847c|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-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.821Z|c088e00c-41b0-44b9-bb68-6174976c847c|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-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.821Z|c088e00c-41b0-44b9-bb68-6174976c847c|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-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.821Z|c088e00c-41b0-44b9-bb68-6174976c847c|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-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.821Z|c088e00c-41b0-44b9-bb68-6174976c847c|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-Vfw20211217034202-csar.csar
2021-12-17T03:44:36.822Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-17T03:44:36.826Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:36.828Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:36.830Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is matching search criteria
2021-12-17T03:44:36.830Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-17T03:44:36.831Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d516a169-be1d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-17T03:44:36.832Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:36.832Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:36.832Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is matching search criteria
2021-12-17T03:44:36.833Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-17T03:44:36.833Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d516a169-be1d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-17T03:44:36.833Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:36.833Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:36.835Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:36.836Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is not matching search criteria
2021-12-17T03:44:36.836Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-17T03:44:36.836Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-17T03:44:36.836Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:36.836Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-17T03:44:36.836Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-17T03:44:36.836Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-17T03:44:36.836Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-17T03:44:36.836Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-17T03:44:36.836Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-17T03:44:36.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-17T03:44:36.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:36.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-17T03:44:36.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:36.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-17T03:44:36.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-17T03:44:36.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-17T03:44:36.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:36.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-17T03:44:36.838Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:36.838Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is matching search criteria
2021-12-17T03:44:36.838Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d516a169-be1d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:44:36.838Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:36.839Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is matching search criteria
2021-12-17T03:44:36.839Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d516a169-be1d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:44:36.839Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:36.839Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is matching search criteria
2021-12-17T03:44:36.839Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d516a169-be1d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:44:36.839Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:36.839Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is not matching search criteria
2021-12-17T03:44:36.839Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-17T03:44:36.839Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-12-17T03:44:36.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-17T03:44:36.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-17T03:44:36.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-17T03:44:36.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-17T03:44:36.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:36.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-17T03:44:36.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:36.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-17T03:44:36.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-17T03:44:36.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=be074fc5-57e6-4c49-8960-50e364011883
2021-12-17T03:44:36.841Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:36.841Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is not matching search criteria
2021-12-17T03:44:36.841Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-17T03:44:36.841Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-17T03:44:36.841Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:36.841Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-17T03:44:36.841Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-17T03:44:36.841Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-17T03:44:36.841Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-17T03:44:36.841Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-12-17T03:44:36.842Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-17T03:44:36.842Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:36.842Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-17T03:44:36.842Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-17T03:44:36.842Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7d70d4cc-135b-482e-b25f-39594435e2cd
2021-12-17T03:44:36.842Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:36.842Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is not matching search criteria
2021-12-17T03:44:36.842Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-17T03:44:36.842Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-17T03:44:36.842Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:36.843Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-17T03:44:36.843Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-17T03:44:36.843Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-17T03:44:36.843Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-17T03:44:36.843Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-17T03:44:36.843Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-17T03:44:36.843Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-17T03:44:36.843Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:36.843Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-12-17T03:44:36.843Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e0fffba5-1cc2-4385-a45a-98daf8a08a3f
2021-12-17T03:44:36.844Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:36.844Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:36.844Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:36.844Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:36.844Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:36.844Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:36.844Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:36.844Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:36.844Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-12-17 03-42-02
Description:catalog service description
Model UUID:ed2b2d53-7d99-4396-9d41-371d1ca02e7c
Model Version:NULL
Model InvariantUuid:79339e01-1adc-4bac-8f80-d43a1c8fd026
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d516a169-be1d
Model UUID:21536428-dcb5-40d0-bdd5-3b5f7d16ab80
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b043df1a-703c-4b84-8c3a-a1321f08f26e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4d85bdbe-6874-4929-8e53-89f24273a18b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b3f4f9ca-ff30-4b5a-bb61-918cb66a7585
ModelName:VfwD516a169Be1d..base_vfw..module-0
ModelUuid:b0ec18f5-cc1a-4393-8dd9-68f0959840ba
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:be074fc5-57e6-4c49-8960-50e364011883
ModelInvariantUuid:5d7ae4bc-8934-49d4-941f-10f36bd588c4
ModelName:vFW d516a169-be1d-nodes.vfwCvfc
ModelUuid:3e04b02c-b1fa-4644-9aa7-623b20663619
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b048cfb3-aff8-4c7f-b801-54c33d30f2e1
ModelInvariantUuid:650aaa79-a289-4a64-b78b-d147545700a1
ModelName:VfwD516a169Be1d.compute.nodes.heat.vfw
ModelUuid:d855761e-0cb7-418a-8a66-600f04dab194
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7d70d4cc-135b-482e-b25f-39594435e2cd
ModelInvariantUuid:41e2c396-3f2d-4329-baf6-226bc06d1c72
ModelName:vFW d516a169-be1d-nodes.vsnCvfc
ModelUuid:36a5439e-8f44-4697-b06d-c5d24bede93a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ce383a87-524b-42b9-8362-d915974e6f53
ModelInvariantUuid:02d0c3a4-e3ed-4fb5-934f-3a3937ace312
ModelName:VfwD516a169Be1d.compute.nodes.heat.vsn
ModelUuid:44699d75-97f2-426e-8d8a-e90fbc450aea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e0fffba5-1cc2-4385-a45a-98daf8a08a3f
ModelInvariantUuid:13396d02-3183-49d2-9440-ad676b3d29a1
ModelName:vFW d516a169-be1d-nodes.vpgCvfc
ModelUuid:ea4e09ee-2850-4e31-9f9e-abf2894ae528
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:3bfacc23-1a28-4b3e-ae92-dedd781ca20a
ModelInvariantUuid:d4b0519e-cf31-40aa-8137-814fac7f43e8
ModelName:VfwD516a169Be1d.compute.nodes.heat.vpg
ModelUuid:142321c0-4c13-42a4-95ed-a7b8cddaedab
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-12-17T03:44:36.863Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 804db233-2849-4242-b7d7-c0f528dd7a44
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-12-17T03:44:36.946Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||vFW d516a169-be1d 0
2021-12-17T03:44:36.951Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 804db233-2849-4242-b7d7-c0f528dd7a44
2021-12-17T03:44:36.951Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e3b87365-2b0e-408c-9057-f91470e61441 from URL: /sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json
2021-12-17T03:44:36.951Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-17T03:44:36.951Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json
2021-12-17T03:44:37.101Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-17T03:44:37.101Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json e3b87365-2b0e-408c-9057-f91470e61441 785
2021-12-17T03:44:37.101Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json ASDC sendASDCNotification
2021-12-17T03:44:37.102Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json
2021-12-17T03:44:37.102Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T03:44:37.102Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:37.104Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:37.104Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712677101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:44:37.208Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-12-17T03:44:37.209Z||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-12-17T03:44:37.209Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:37.219Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:44:37.220Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:38.105Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD516a169Be1d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b3f4f9ca-ff30-4b5a-bb61-918cb66a7585",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b0ec18f5-cc1a-4393-8dd9-68f0959840ba",
    "vfModuleModelCustomizationUUID": "44486ab0-10d3-4be8-b0b7-f2090e1ae92e",
    "isBase": true,
    "artifacts": [
      "77e99bd5-afa0-4ceb-be44-ed4b5dc72666",
      "07ffa39d-f0f1-470f-8388-bcbf28b3a39c"
    ],
    "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-12-17T03:44:38.119Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD516a169Be1d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b0ec18f5-cc1a-4393-8dd9-68f0959840ba
VfModuleModelInvariantUUID:b3f4f9ca-ff30-4b5a-bb61-918cb66a7585
VfModuleModelDescription:NULL
Artifacts UUID List:{
77e99bd5-afa0-4ceb-be44-ed4b5dc72666
,
07ffa39d-f0f1-470f-8388-bcbf28b3a39c

}
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-12-17T03:44:38.122Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD516a169Be1d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b3f4f9ca-ff30-4b5a-bb61-918cb66a7585",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b0ec18f5-cc1a-4393-8dd9-68f0959840ba",
    "vfModuleModelCustomizationUUID": "44486ab0-10d3-4be8-b0b7-f2090e1ae92e",
    "isBase": true,
    "artifacts": [
      "77e99bd5-afa0-4ceb-be44-ed4b5dc72666",
      "07ffa39d-f0f1-470f-8388-bcbf28b3a39c"
    ],
    "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-12-17T03:44:38.122Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD516a169Be1d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b0ec18f5-cc1a-4393-8dd9-68f0959840ba
VfModuleModelInvariantUUID:b3f4f9ca-ff30-4b5a-bb61-918cb66a7585
VfModuleModelDescription:NULL
Artifacts UUID List:{
77e99bd5-afa0-4ceb-be44-ed4b5dc72666
,
07ffa39d-f0f1-470f-8388-bcbf28b3a39c

}
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-12-17T03:44:38.122Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 77e99bd5-afa0-4ceb-be44-ed4b5dc72666 from URL: /sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml
2021-12-17T03:44:38.122Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-17T03:44:38.122Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml
2021-12-17T03:44:38.305Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-17T03:44:38.306Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml 77e99bd5-afa0-4ceb-be44-ed4b5dc72666 20368
2021-12-17T03:44:38.307Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-12-17T03:44:38.307Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml
2021-12-17T03:44:38.307Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T03:44:38.307Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:38.309Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:38.309Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712678306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:44:38.409Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:44:38.410Z||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-12-17T03:44:38.410Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:38.420Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:44:38.421Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:39.310Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 07ffa39d-f0f1-470f-8388-bcbf28b3a39c from URL: /sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env
2021-12-17T03:44:39.310Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-17T03:44:39.311Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env
2021-12-17T03:44:39.501Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-17T03:44:39.501Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env 07ffa39d-f0f1-470f-8388-bcbf28b3a39c 2098
2021-12-17T03:44:39.501Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-12-17T03:44:39.502Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env
2021-12-17T03:44:39.502Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T03:44:39.502Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:39.505Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:39.505Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712679501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:44:39.607Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T03:44:39.609Z||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-12-17T03:44:39.609Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:39.618Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:44:39.619Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:40.506Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ed2b2d53-7d99-4396-9d41-371d1ca02e7c
2021-12-17T03:44:40.507Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d516a169-be1d 0 804db233-2849-4242-b7d7-c0f528dd7a44 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-12-17T03:44:40.542Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45eaf056, org.onap.sdc.toscaparser.api.parameters.Input@5bc124fd, org.onap.sdc.toscaparser.api.parameters.Input@b3e4a60, org.onap.sdc.toscaparser.api.parameters.Input@7954edce, org.onap.sdc.toscaparser.api.parameters.Input@6b2edaf2]
2021-12-17T03:44:40.545Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:40.545Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:40.545Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-12-17T03:44:40.546Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 4d85bdbe-6874-4929-8e53-89f24273a18b
2021-12-17T03:44:40.546Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4d85bdbe-6874-4929-8e53-89f24273a18b matches Tosca VF Customization UUID: 4d85bdbe-6874-4929-8e53-89f24273a18b
2021-12-17T03:44:40.546Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 4d85bdbe-6874-4929-8e53-89f24273a18b  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-12-17T03:44:40.551Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:40.552Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:40.553Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 4d85bdbe-6874-4929-8e53-89f24273a18b: {\"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-12-17T03:44:40.553Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a2d901c
2021-12-17T03:44:40.553Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:40.553Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-17T03:44:40.554Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 44486ab0-10d3-4be8-b0b7-f2090e1ae92e
2021-12-17T03:44:40.555Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 44486ab0-10d3-4be8-b0b7-f2090e1ae92e
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-12-17T03:44:40.560Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:40.560Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is matching search criteria
2021-12-17T03:44:40.560Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d516a169-be1d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:44:40.561Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:40.561Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is matching search criteria
2021-12-17T03:44:40.561Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d516a169-be1d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:44:40.561Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:40.561Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is not matching search criteria
2021-12-17T03:44:40.561Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-17T03:44:40.561Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-12-17T03:44:40.562Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-17T03:44:40.562Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-17T03:44:40.562Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-17T03:44:40.562Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-17T03:44:40.562Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:40.562Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-17T03:44:40.562Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:40.562Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-17T03:44:40.562Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-17T03:44:40.563Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=be074fc5-57e6-4c49-8960-50e364011883
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-12-17T03:44:40.572Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:40.572Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is matching search criteria
2021-12-17T03:44:40.572Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d516a169-be1d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:44:40.573Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:40.573Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is not matching search criteria
2021-12-17T03:44:40.573Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-17T03:44:40.573Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-17T03:44:40.574Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:40.574Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-17T03:44:40.574Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-17T03:44:40.574Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-17T03:44:40.574Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-17T03:44:40.575Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-12-17T03:44:40.575Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-17T03:44:40.575Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:40.575Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-17T03:44:40.576Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-17T03:44:40.576Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7d70d4cc-135b-482e-b25f-39594435e2cd
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-12-17T03:44:40.578Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:40.578Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is matching search criteria
2021-12-17T03:44:40.579Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d516a169-be1d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:44:40.580Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:40.581Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is not matching search criteria
2021-12-17T03:44:40.581Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-17T03:44:40.581Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-17T03:44:40.581Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:40.581Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-17T03:44:40.581Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-17T03:44:40.581Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-17T03:44:40.581Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-17T03:44:40.581Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-17T03:44:40.581Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-17T03:44:40.582Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-17T03:44:40.582Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-17T03:44:40.582Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-12-17T03:44:40.582Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e0fffba5-1cc2-4385-a45a-98daf8a08a3f
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-12-17T03:44:40.584Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:40.584Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is matching search criteria
2021-12-17T03:44:40.584Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d516a169-be1d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:44:40.584Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:40.585Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Node template vFW d516a169-be1d 0 is matching search criteria
2021-12-17T03:44:40.585Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d516a169-be1d 0] matching following query criteria: sdcType=VF, customizationUUID=4d85bdbe-6874-4929-8e53-89f24273a18b
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-12-17T03:44:40.586Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:40.586Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:40.586Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ed2b2d53-7d99-4396-9d41-371d1ca02e7c: vFW d516a169-be1d
2021-12-17T03:44:40.586Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:40.587Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:40.587Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:40.587Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:40.587Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:40.587Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:40.587Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:40.587Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:40.587Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:44:40.588Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-17 03-42-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:44:40.588Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-12-17 03-42-02 
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-12-17T03:44:40.836Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d516a169-be1d 804db233-2849-4242-b7d7-c0f528dd7a44 1 ASDC deployResourceStructure
2021-12-17T03:44:40.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json ASDC sendASDCNotification
2021-12-17T03:44:40.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json
2021-12-17T03:44:40.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T03:44:40.837Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:40.838Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:40.839Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712680837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-17T03:44:40.939Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:44:40.940Z||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-12-17T03:44:40.940Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:40.950Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:44:40.950Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:41.839Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-12-17T03:44:41.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml
2021-12-17T03:44:41.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T03:44:41.840Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:41.842Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:41.842Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712681839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-12-17T03:44:41.942Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:44:41.943Z||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-12-17T03:44:41.944Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:41.955Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:44:41.955Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:42.843Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-12-17T03:44:42.843Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env
2021-12-17T03:44:42.844Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T03:44:42.844Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:42.846Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:42.846Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712682843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-12-17T03:44:42.946Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:44:42.947Z||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-12-17T03:44:42.947Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:42.960Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:44:42.960Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:43.846Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar ASDC sendASDCNotification
2021-12-17T03:44:43.847Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar
2021-12-17T03:44:43.847Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T03:44:43.847Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:44:43.849Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:44:43.849Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712683846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T03:44:43.950Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:44:43.950Z||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-12-17T03:44:43.950Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:44:43.961Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:44:43.961Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:44:44.850Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T03:44:44.870Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T03:44:44.872Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T03:44:44.872Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T03:44:44.872Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T03:45:14.873Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T03:45:14.883Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T03:45:14.885Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T03:45:14.885Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T03:45:14.885Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T03:45:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:45:18.005Z||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-12-17T03:45:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:45:18.027Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:45:18.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:45:18.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639712656577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:45:18.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:45:44.886Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T03:45:44.895Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T03:45:44.898Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T03:45:44.898Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T03:45:44.898Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T03:46:14.898Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T03:46:14.910Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T03:46:14.912Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T03:46:14.912Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T03:46:14.912Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T03:46:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:46:18.006Z||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-12-17T03:46:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:46:18.029Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:46:18.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:46:18.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712658003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:46:18.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:46:18.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:46:18.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639712664034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:46:18.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:46:44.913Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T03:46:44.924Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T03:46:44.926Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T03:46:44.927Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T03:46:44.927Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T03:47:14.927Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T03:47:14.937Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T03:47:14.939Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T03:47:14.939Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T03:47:14.940Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T03:47:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:47:18.006Z||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-12-17T03:47:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:47:18.031Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:47:18.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639712658994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639712656577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
  "status": "NOTIFIED"
}
2021-12-17T03:47:18.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "dcae-sch",
  "timestamp": 1639712657926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712658003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
  "status": "NOTIFIED"
}
2021-12-17T03:47:18.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639712664034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "cds",
  "timestamp": 1639712665700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639712658994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639712656577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-12-17T03:47:18.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "dcae-sch",
  "timestamp": 1639712657926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712658003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-12-17T03:47:18.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639712664034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "cds",
  "timestamp": 1639712665700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "policy-id",
  "timestamp": 1639712667098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639712658994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639712656577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "dcae-sch",
  "timestamp": 1639712657926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712658003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639712664034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "cds",
  "timestamp": 1639712665700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "policy-id",
  "timestamp": 1639712667098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639712656577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-12-17T03:47:18.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "dcae-sch",
  "timestamp": 1639712657926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639712658994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712658003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-12-17T03:47:18.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639712664034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "cds",
  "timestamp": 1639712665700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "policy-id",
  "timestamp": 1639712667098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-12-17T03:47:18.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639712656577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639712658994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "dcae-sch",
  "timestamp": 1639712657926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712658003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639712664034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "cds",
  "timestamp": 1639712665700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "policy-id",
  "timestamp": 1639712667098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639712658994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639712656577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T03:47:18.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "dcae-sch",
  "timestamp": 1639712657926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712658003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T03:47:18.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639712664034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T03:47:18.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "cds",
  "timestamp": 1639712665700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "policy-id",
  "timestamp": 1639712667098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639712672349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:47:18.052Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "cds",
  "timestamp": 1639712665700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T03:47:18.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639712672463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:47:18.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712672636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:47:18.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "policy-id",
  "timestamp": 1639712667098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "aai-ml",
  "timestamp": 1639712672328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639712673428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:47:18.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "cds",
  "timestamp": 1639712673460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:47:18.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "policy-id",
  "timestamp": 1639712667098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T03:47:18.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "aai-ml",
  "timestamp": 1639712672328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "cds",
  "timestamp": 1639712674473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-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-12-17T03:47:18.061Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c088e00c-41b0-44b9-bb68-6174976c847c
2021-12-17T03:47:18.061Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c088e00c-41b0-44b9-bb68-6174976c847c 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-12-17T03:47:18.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639712674490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:47:18.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "policy-id",
  "timestamp": 1639712674834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:47:18.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "aai-ml",
  "timestamp": 1639712672328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639712675706,
  "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-12-17T03:47:18.073Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c088e00c-41b0-44b9-bb68-6174976c847c
2021-12-17T03:47:18.073Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c088e00c-41b0-44b9-bb68-6174976c847c 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-12-17T03:47:18.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "policy-id",
  "timestamp": 1639712675839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T03:47:18.079Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "aai-ml",
  "timestamp": 1639712672328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "clamp",
  "timestamp": 1639712675835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639712676711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-17T03:47:18.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "policy-id",
  "timestamp": 1639712676843,
  "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-12-17T03:47:18.084Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c088e00c-41b0-44b9-bb68-6174976c847c
2021-12-17T03:47:18.084Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c088e00c-41b0-44b9-bb68-6174976c847c 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-12-17T03:47:18.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "aai-ml",
  "timestamp": 1639712672328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639712677030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T03:47:18.091Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712677101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:47:18.091Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "clamp",
  "timestamp": 1639712675835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
  "status": "NOTIFIED"
}
2021-12-17T03:47:18.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "aai-ml",
  "timestamp": 1639712672328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639712678035,
  "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-12-17T03:47:18.097Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c088e00c-41b0-44b9-bb68-6174976c847c
2021-12-17T03:47:18.097Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c088e00c-41b0-44b9-bb68-6174976c847c 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-12-17T03:47:18.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712678306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:47:18.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "clamp",
  "timestamp": 1639712675835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.105Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "aai-ml",
  "timestamp": 1639712672328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T03:47:18.105Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "clamp",
  "timestamp": 1639712675835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.105Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712679501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:47:18.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "aai-ml",
  "timestamp": 1639712680153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "clamp",
  "timestamp": 1639712675835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712680837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/vfwd516a169be1d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "clamp",
  "timestamp": 1639712675835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712681839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-12-17T03:47:18.107Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "clamp",
  "timestamp": 1639712675835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T03:47:18.107Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:47:18.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712682843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/resourceInstances/vfwd516a169be1d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-12-17T03:47:18.107Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712683846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T03:47:18.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "aai-ml",
  "timestamp": 1639712692712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T03:47:18.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "aai-ml",
  "timestamp": 1639712693717,
  "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-12-17T03:47:18.112Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c088e00c-41b0-44b9-bb68-6174976c847c
2021-12-17T03:47:18.112Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c088e00c-41b0-44b9-bb68-6174976c847c 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-12-17T03:47:18.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "clamp",
  "timestamp": 1639712698659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:47:18.118Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "clamp",
  "timestamp": 1639712700666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211217034202/1.0/artifacts/service-Vfw20211217034202-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T03:47:18.119Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:47:18.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:47:18.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "clamp",
  "timestamp": 1639712701670,
  "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-12-17T03:47:18.122Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c088e00c-41b0-44b9-bb68-6174976c847c
2021-12-17T03:47:18.122Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c088e00c-41b0-44b9-bb68-6174976c847c 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-12-17T03:47:44.940Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T03:47:44.952Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T03:47:44.955Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T03:47:44.955Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-17T03:47:44.955Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-17T03:47:44.956Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-17T03:47:44.956Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T03:47:44.956Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T03:47:44.956Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T03:47:44.956Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T03:47:44.956Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T03:47:44.956Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T03:47:44.956Z|c088e00c-41b0-44b9-bb68-6174976c847c|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-12-17T03:47:44.961Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-17T03:48:14.961Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c088e00c-41b0-44b9-bb68-6174976c847c 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-12-17T03:48:14.969Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c088e00c-41b0-44b9-bb68-6174976c847c and serviceModelVersionId: ed2b2d53-7d99-4396-9d41-371d1ca02e7c
2021-12-17T03:48:14.969Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 79339e01-1adc-4bac-8f80-d43a1c8fd026
2021-12-17T03:48:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:48:18.005Z||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-12-17T03:48:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:18.531Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:48:18.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "cds",
  "timestamp": 1639712725700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639712718994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639712724034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "policy-id",
  "timestamp": 1639712727099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "cds",
  "timestamp": 1639712725700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639712718994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639712724034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "policy-id",
  "timestamp": 1639712727099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639712718994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.543Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "cds",
  "timestamp": 1639712725700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.543Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639712724034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "policy-id",
  "timestamp": 1639712727099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-17T03:48:18.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639712718994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "cds",
  "timestamp": 1639712725700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639712724034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "policy-id",
  "timestamp": 1639712727099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "cds",
  "timestamp": 1639712725700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639712718994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639712724034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "policy-id",
  "timestamp": 1639712727099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "aai-ml",
  "timestamp": 1639712732328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "cds",
  "timestamp": 1639712725700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639712718994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "policy-id",
  "timestamp": 1639712727099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639712724034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "aai-ml",
  "timestamp": 1639712732328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "cds",
  "timestamp": 1639712725700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T03:48:18.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639712718994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "policy-id",
  "timestamp": 1639712727099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T03:48:18.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639712724034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T03:48:18.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "aai-ml",
  "timestamp": 1639712732328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "aai-ml",
  "timestamp": 1639712732328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "cds",
  "timestamp": 1639712736001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:48:18.552Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639712736011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:48:18.553Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "policy-id",
  "timestamp": 1639712735998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:48:18.553Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "clamp",
  "timestamp": 1639712735835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "aai-ml",
  "timestamp": 1639712732328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "cds",
  "timestamp": 1639712737007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-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-12-17T03:48:18.567Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9ee318e6-2524-4211-a831-ec8713967852
2021-12-17T03:48:18.567Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee318e6-2524-4211-a831-ec8713967852 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-12-17T03:48:18.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "policy-id",
  "timestamp": 1639712737001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T03:48:18.574Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639712736577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "clamp",
  "timestamp": 1639712735835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
  "status": "NOTIFIED"
}
2021-12-17T03:48:18.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "aai-ml",
  "timestamp": 1639712732328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "policy-id",
  "timestamp": 1639712738003,
  "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-12-17T03:48:18.580Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ee318e6-2524-4211-a831-ec8713967852
2021-12-17T03:48:18.580Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee318e6-2524-4211-a831-ec8713967852 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-12-17T03:48:18.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639712738165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T03:48:18.588Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639712736577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
  "status": "NOTIFIED"
}
2021-12-17T03:48:18.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "clamp",
  "timestamp": 1639712735835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "dcae-sch",
  "timestamp": 1639712737926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "aai-ml",
  "timestamp": 1639712732328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T03:48:18.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639712739169,
  "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-12-17T03:48:18.611Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9ee318e6-2524-4211-a831-ec8713967852
2021-12-17T03:48:18.612Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee318e6-2524-4211-a831-ec8713967852 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-12-17T03:48:18.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639712736577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-17T03:48:18.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "clamp",
  "timestamp": 1639712735835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "dcae-sch",
  "timestamp": 1639712737926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "aai-ml",
  "timestamp": 1639712740059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:48:18.621Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639712736577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "clamp",
  "timestamp": 1639712735835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "dcae-sch",
  "timestamp": 1639712737926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639712736577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-17T03:48:18.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "clamp",
  "timestamp": 1639712735835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "dcae-sch",
  "timestamp": 1639712737926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639712736577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "clamp",
  "timestamp": 1639712735835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T03:48:18.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "dcae-sch",
  "timestamp": 1639712737926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639712736577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T03:48:18.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "dcae-sch",
  "timestamp": 1639712737926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639712744314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:48:18.625Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "dcae-sch",
  "timestamp": 1639712737926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:18.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:48:18.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639712745426,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:48:18.625Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639712746495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:48:18.626Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "aai-ml",
  "timestamp": 1639712746789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T03:48:18.626Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639712747517,
  "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-12-17T03:48:18.630Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ee318e6-2524-4211-a831-ec8713967852
2021-12-17T03:48:18.630Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee318e6-2524-4211-a831-ec8713967852 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-12-17T03:48:18.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "aai-ml",
  "timestamp": 1639712747793,
  "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-12-17T03:48:18.640Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9ee318e6-2524-4211-a831-ec8713967852
2021-12-17T03:48:18.640Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee318e6-2524-4211-a831-ec8713967852 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-12-17T03:48:18.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639712748520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-17T03:48:18.648Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "clamp",
  "timestamp": 1639712748659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:48:18.648Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "clamp",
  "timestamp": 1639712750668,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T03:48:18.648Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:48:18.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:48:18.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "clamp",
  "timestamp": 1639712751672,
  "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-12-17T03:48:18.653Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9ee318e6-2524-4211-a831-ec8713967852
2021-12-17T03:48:18.653Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee318e6-2524-4211-a831-ec8713967852 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-12-17T03:48:26.536Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/79339e01-1adc-4bac-8f80-d43a1c8fd026/model-vers/model-ver/ed2b2d53-7d99-4396-9d41-371d1ca02e7c?depth=0
2021-12-17T03:48:26.625Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-12-17T03:48:27.119Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79339e01-1adc-4bac-8f80-d43a1c8fd026/model-vers/model-ver/ed2b2d53-7d99-4396-9d41-371d1ca02e7c?depth=0|INFO|500||Invoke
2021-12-17T03:48:27.125Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79339e01-1adc-4bac-8f80-d43a1c8fd026/model-vers/model-ver/ed2b2d53-7d99-4396-9d41-371d1ca02e7c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79339e01-1adc-4bac-8f80-d43a1c8fd026/model-vers/model-ver/ed2b2d53-7d99-4396-9d41-371d1ca02e7c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c088e00c-41b0-44b9-bb68-6174976c847c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0c5aa242-c2e1-4af9-9e92-a259fa42e7cc], X-ECOMP-RequestID=[c088e00c-41b0-44b9-bb68-6174976c847c], X-TransactionId=[], X-ONAP-RequestID=[c088e00c-41b0-44b9-bb68-6174976c847c], Content-Type=[application/merge-patch+json]}
2021-12-17T03:48:27.346Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79339e01-1adc-4bac-8f80-d43a1c8fd026/model-vers/model-ver/ed2b2d53-7d99-4396-9d41-371d1ca02e7c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-17T03:48:27.629Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79339e01-1adc-4bac-8f80-d43a1c8fd026/model-vers/model-ver/ed2b2d53-7d99-4396-9d41-371d1ca02e7c?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/79339e01-1adc-4bac-8f80-d43a1c8fd026/model-vers/model-ver/ed2b2d53-7d99-4396-9d41-371d1ca02e7c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211217-03:48:27:355-54802], vertex-id=[192608], Content-Length=[0], Date=[Fri, 17 Dec 2021 03:48:27 GMT], Content-Type=[application/json]}
2021-12-17T03:48:27.631Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79339e01-1adc-4bac-8f80-d43a1c8fd026/model-vers/model-ver/ed2b2d53-7d99-4396-9d41-371d1ca02e7c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-17T03:48:27.632Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79339e01-1adc-4bac-8f80-d43a1c8fd026/model-vers/model-ver/ed2b2d53-7d99-4396-9d41-371d1ca02e7c?depth=0|INFO|500||InvokeReturn
2021-12-17T03:48:27.634Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-17T03:48:27.634Z|c088e00c-41b0-44b9-bb68-6174976c847c|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-12-17T03:48:27.638Z|c088e00c-41b0-44b9-bb68-6174976c847c|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-12-17T03:48:27.639Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c088e00c-41b0-44b9-bb68-6174976c847c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-17T03:48:27.640Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-17T03:48:27.640Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:27.642Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:27.642Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712907639,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-17T03:48:27.742Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:27.743Z||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-12-17T03:48:27.743Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:27.753Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:48:27.754Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 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-12-17T03:48:28.653Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:48:28.654Z|c088e00c-41b0-44b9-bb68-6174976c847c|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-12-17T03:48:28.654Z|c088e00c-41b0-44b9-bb68-6174976c847c|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:33.181Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:48:33.182Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-17T03:48:33.183Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9ee318e6-2524-4211-a831-ec8713967852","serviceName":"basic_onboard_dYAdEv","serviceVersion":"1.0","serviceUUID":"386cc944-8b4f-4b68-b562-8febfd6bd84d","serviceDescription":"service","serviceInvariantUUID":"1bf41b4a-3612-479a-8149-f25f1f12cac8","resources":[{"resourceInstanceName":"basic_onboard_dYAdEv 0","resourceName":"basic_onboard_dYAdEv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"368b97c7-534e-4fef-b5e4-191d6703744d","resourceInvariantUUID":"c6a69b4c-1c66-42b8-97cd-5ae005ea014d","resourceCustomizationUUID":"f083b49c-4131-40aa-8cbe-a959e555e465","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vf-license-model.xml","artifactChecksum":"MzA2YjI3OGExYzZjZWFlZDNkOGNkNTQ3Y2EzYWM5YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d0c1187e-2967-4c2d-9797-db9a57982ba3","artifactVersion":"1"},{"artifactName":"basic_onboard_dyadev0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json","artifactChecksum":"M2ZkNjQ2MDNlYWY2MzRkYmM0Mzc1ZTAyMDQ3MjdkOTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0583dd62-3215-4a35-a94c-221039e70710","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"558fbdfe-f004-46c2-afaa-16157c2e00b9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"423c9996-2f1b-4a2e-a53d-effa69c861dd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b71e2635-4238-48c0-98c2-224e79b44775","artifactVersion":"2","generatedFromUUID":"558fbdfe-f004-46c2-afaa-16157c2e00b9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDyadev-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-template.yml","artifactChecksum":"MTkyZDAzMzQ5NzhhY2Y2MjBlOGU1ZjQ0MDE2MTZmNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eadcf808-4369-46cd-84c6-daac0c27e667","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDyadev-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar","artifactChecksum":"NGE3ZWU2MjNiOTc4OTQ1NTdjYjEyZTk2NDRkZjEyYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a7f9cbc4-fc74-4ac8-b7b4-dba8b87f55a8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-17T03:48:33.186Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:48:33.187Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:33.189Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:33.189Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712908653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:33.289Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:33.290Z||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-12-17T03:48:33.291Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:33.302Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:48:33.302Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:34.190Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:48:34.191Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:34.193Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:34.193Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712908653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
  "status": "NOTIFIED"
}
2021-12-17T03:48:34.294Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:34.295Z||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-12-17T03:48:34.295Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:34.306Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:48:34.307Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:35.194Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:48:35.195Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:35.196Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:35.196Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712908653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-17T03:48:35.297Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T03:48:35.298Z||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-12-17T03:48:35.298Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:35.308Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:48:35.308Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:36.197Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:48:36.198Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:36.200Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:36.200Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712908653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:36.301Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T03:48:36.302Z||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-12-17T03:48:36.302Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:36.312Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:48:36.312Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:37.202Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:48:37.203Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:37.205Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:37.205Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712908653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-17T03:48:37.305Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:37.306Z||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-12-17T03:48:37.307Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:37.317Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:48:37.318Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:38.206Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:48:38.207Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:38.208Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:38.208Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712908653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:48:38.309Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T03:48:38.310Z||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-12-17T03:48:38.310Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:38.320Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:48:38.321Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:39.209Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T03:48:39.210Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:39.211Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:39.211Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712908653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T03:48:39.312Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:39.312Z||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-12-17T03:48:39.312Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:39.322Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:48:39.322Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:40.213Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "serviceName": "basic_onboard_dYAdEv",
  "serviceVersion": "1.0",
  "serviceUUID": "386cc944-8b4f-4b68-b562-8febfd6bd84d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1bf41b4a-3612-479a-8149-f25f1f12cac8",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_dYAdEv 0",
      "resourceCustomizationUUID": "f083b49c-4131-40aa-8cbe-a959e555e465",
      "resourceName": "basic_onboard_dYAdEv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "368b97c7-534e-4fef-b5e4-191d6703744d",
      "resourceInvariantUUID": "c6a69b4c-1c66-42b8-97cd-5ae005ea014d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_dyadev0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
          "artifactChecksum": "M2ZkNjQ2MDNlYWY2MzRkYmM0Mzc1ZTAyMDQ3MjdkOTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0583dd62-3215-4a35-a94c-221039e70710",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "558fbdfe-f004-46c2-afaa-16157c2e00b9",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b71e2635-4238-48c0-98c2-224e79b44775",
            "generatedFromUUID": "558fbdfe-f004-46c2-afaa-16157c2e00b9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b71e2635-4238-48c0-98c2-224e79b44775",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardDyadev-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
      "artifactChecksum": "NGE3ZWU2MjNiOTc4OTQ1NTdjYjEyZTk2NDRkZjEyYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a7f9cbc4-fc74-4ac8-b7b4-dba8b87f55a8"
    }
  ],
  "workloadContext": "Production"
}
2021-12-17T03:48:40.214Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-17T03:48:40.214Z|c088e00c-41b0-44b9-bb68-6174976c847c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 386cc944-8b4f-4b68-b562-8febfd6bd84d ASDC
2021-12-17T03:48:40.214Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9ee318e6-2524-4211-a831-ec8713967852
ServiceName:basic_onboard_dYAdEv
ServiceVersion:1.0
ServiceUUID:386cc944-8b4f-4b68-b562-8febfd6bd84d
ServiceInvariantUUID:1bf41b4a-3612-479a-8149-f25f1f12cac8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDyadev-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar
ArtifactUUID:a7f9cbc4-fc74-4ac8-b7b4-dba8b87f55a8
ArtifactChecksum:NGE3ZWU2MjNiOTc4OTQ1NTdjYjEyZTk2NDRkZjEyYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_dYAdEv 0
ResourceCustomizationUUID:f083b49c-4131-40aa-8cbe-a959e555e465
ResourceInvariantUUID:c6a69b4c-1c66-42b8-97cd-5ae005ea014d
ResourceName:basic_onboard_dYAdEv
ResourceType:VF
ResourceUUID:368b97c7-534e-4fef-b5e4-191d6703744d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dyadev0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json
ArtifactUUID:0583dd62-3215-4a35-a94c-221039e70710
ArtifactChecksum:M2ZkNjQ2MDNlYWY2MzRkYmM0Mzc1ZTAyMDQ3MjdkOTI=
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/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml
ArtifactUUID:558fbdfe-f004-46c2-afaa-16157c2e00b9
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/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env
ArtifactUUID:b71e2635-4238-48c0-98c2-224e79b44775
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/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env
ArtifactUUID:b71e2635-4238-48c0-98c2-224e79b44775
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-17T03:48:40.214Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 386cc944-8b4f-4b68-b562-8febfd6bd84d 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-12-17T03:48:40.238Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-17T03:48:40.238Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-17T03:48:40.239Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-17T03:48:40.239Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a7f9cbc4-fc74-4ac8-b7b4-dba8b87f55a8 from URL: /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:40.239Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-17T03:48:40.239Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:40.600Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-17T03:48:40.605Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar a7f9cbc4-fc74-4ac8-b7b4-dba8b87f55a8 71544
2021-12-17T03:48:40.605Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar ASDC sendASDCNotification
2021-12-17T03:48:40.605Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:40.606Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T03:48:40.606Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:40.608Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:40.608Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712920605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:48:40.708Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:40.709Z||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-12-17T03:48:40.709Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:40.719Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:48:40.719Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:41.609Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-17T03:48:41.610Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-17T03:48:41.610Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a7f9cbc4-fc74-4ac8-b7b4-dba8b87f55a8, URL: /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar to file: /app/ASDC/1/service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:41.610Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:41.611Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:41.611Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:41.732Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6582635422447813031/Definitions/service-BasicOnboardDyadev-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-12-17T03:48:42.948Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_dYAdEv 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-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|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-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|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-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|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-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|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-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|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-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|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-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|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-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|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-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:42.949Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_dYAdEv 0 is matching search criteria
2021-12-17T03:48:42.950Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-17T03:48:42.950Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_dYAdEv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-17T03:48:42.950Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:42.950Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:42.950Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_dYAdEv 0 is matching search criteria
2021-12-17T03:48:42.950Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-17T03:48:42.950Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_dYAdEv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-17T03:48:42.950Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:42.950Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:42.950Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:42.950Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_dYAdEv 0 is not matching search criteria
2021-12-17T03:48:42.950Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-12-17T03:48:42.951Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-12-17T03:48:42.951Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-12-17T03:48:42.951Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-17T03:48:42.951Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-17T03:48:42.951Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:42.951Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-17T03:48:42.951Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:42.951Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_dYAdEv 0 is matching search criteria
2021-12-17T03:48:42.951Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_dYAdEv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:48:42.951Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:42.951Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_dYAdEv 0 is matching search criteria
2021-12-17T03:48:42.952Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_dYAdEv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:48:42.952Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:42.952Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_dYAdEv 0 is matching search criteria
2021-12-17T03:48:42.952Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_dYAdEv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:48:42.952Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:42.952Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_dYAdEv 0 is not matching search criteria
2021-12-17T03:48:42.952Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-17T03:48:42.952Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-17T03:48:42.952Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6fd242b9-7eda-4e53-b452-9c6aaaf60c60
2021-12-17T03:48:42.952Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:42.952Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:42.952Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:42.953Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:42.953Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:42.953Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:42.953Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:42.953Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:42.953Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_dYAdEv
Description:service
Model UUID:386cc944-8b4f-4b68-b562-8febfd6bd84d
Model Version:NULL
Model InvariantUuid:1bf41b4a-3612-479a-8149-f25f1f12cac8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_dYAdEv
Model UUID:0327d1b6-a1ce-4e76-b33d-38397d4c6026
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c6a69b4c-1c66-42b8-97cd-5ae005ea014d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f083b49c-4131-40aa-8cbe-a959e555e465
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:633576a5-ad9b-45b9-b3ed-7d3fa1d05cbf
ModelName:BasicOnboardDyadev..base_ubuntu18..module-0
ModelUuid:7d9a3909-aae4-4313-a870-21d99513bfc0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6fd242b9-7eda-4e53-b452-9c6aaaf60c60
ModelInvariantUuid:a13e4372-aaa4-4c07-a5db-b278be541569
ModelName:basic_onboard_dYAdEv-nodes.ubuntu18Cvfc
ModelUuid:b054eb5e-87f1-4367-9ddb-43eb7a97bf55
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:fffa6024-2f03-42cd-a230-7c88f906afc1
ModelInvariantUuid:00a16989-dbf2-4680-b05a-41b937a3aa20
ModelName:BasicOnboardDyadev.compute.nodes.heat.ubuntu18
ModelUuid:6a052bfd-76c0-468d-bc3a-5a2b67b3ae90
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-12-17T03:48:42.959Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 368b97c7-534e-4fef-b5e4-191d6703744d
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-12-17T03:48:42.961Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||basic_onboard_dYAdEv 0
2021-12-17T03:48:42.961Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 368b97c7-534e-4fef-b5e4-191d6703744d
2021-12-17T03:48:42.961Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0583dd62-3215-4a35-a94c-221039e70710 from URL: /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json
2021-12-17T03:48:42.961Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-17T03:48:42.961Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json
2021-12-17T03:48:43.086Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-17T03:48:43.086Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json 0583dd62-3215-4a35-a94c-221039e70710 798
2021-12-17T03:48:43.087Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json ASDC sendASDCNotification
2021-12-17T03:48:43.087Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json
2021-12-17T03:48:43.087Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T03:48:43.087Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:43.089Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:43.090Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712923087,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:48:43.190Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:43.190Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-17T03:48:43.190Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:43.201Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:48:43.201Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:44.090Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDyadev..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "633576a5-ad9b-45b9-b3ed-7d3fa1d05cbf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7d9a3909-aae4-4313-a870-21d99513bfc0",
    "vfModuleModelCustomizationUUID": "6971c370-34bc-4b53-a711-0b625d367d38",
    "isBase": true,
    "artifacts": [
      "558fbdfe-f004-46c2-afaa-16157c2e00b9",
      "b71e2635-4238-48c0-98c2-224e79b44775"
    ],
    "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-12-17T03:48:44.095Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDyadev..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7d9a3909-aae4-4313-a870-21d99513bfc0
VfModuleModelInvariantUUID:633576a5-ad9b-45b9-b3ed-7d3fa1d05cbf
VfModuleModelDescription:NULL
Artifacts UUID List:{
558fbdfe-f004-46c2-afaa-16157c2e00b9
,
b71e2635-4238-48c0-98c2-224e79b44775

}
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-12-17T03:48:44.097Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDyadev..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "633576a5-ad9b-45b9-b3ed-7d3fa1d05cbf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7d9a3909-aae4-4313-a870-21d99513bfc0",
    "vfModuleModelCustomizationUUID": "6971c370-34bc-4b53-a711-0b625d367d38",
    "isBase": true,
    "artifacts": [
      "558fbdfe-f004-46c2-afaa-16157c2e00b9",
      "b71e2635-4238-48c0-98c2-224e79b44775"
    ],
    "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-12-17T03:48:44.097Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDyadev..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7d9a3909-aae4-4313-a870-21d99513bfc0
VfModuleModelInvariantUUID:633576a5-ad9b-45b9-b3ed-7d3fa1d05cbf
VfModuleModelDescription:NULL
Artifacts UUID List:{
558fbdfe-f004-46c2-afaa-16157c2e00b9
,
b71e2635-4238-48c0-98c2-224e79b44775

}
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-12-17T03:48:44.097Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 558fbdfe-f004-46c2-afaa-16157c2e00b9 from URL: /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml
2021-12-17T03:48:44.097Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-17T03:48:44.098Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml
2021-12-17T03:48:44.300Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-17T03:48:44.300Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml 558fbdfe-f004-46c2-afaa-16157c2e00b9 5033
2021-12-17T03:48:44.300Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-17T03:48:44.300Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml
2021-12-17T03:48:44.300Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T03:48:44.301Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:44.302Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:44.302Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712924300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:48:44.402Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:44.403Z||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-12-17T03:48:44.403Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:44.416Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:48:44.416Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:45.303Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b71e2635-4238-48c0-98c2-224e79b44775 from URL: /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env
2021-12-17T03:48:45.304Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-17T03:48:45.304Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env
2021-12-17T03:48:45.408Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-17T03:48:45.408Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env b71e2635-4238-48c0-98c2-224e79b44775 909
2021-12-17T03:48:45.408Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-17T03:48:45.409Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env
2021-12-17T03:48:45.409Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T03:48:45.409Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:45.411Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:45.411Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712925408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:48:45.511Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:45.512Z||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-12-17T03:48:45.512Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:45.522Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:48:45.523Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:46.412Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 386cc944-8b4f-4b68-b562-8febfd6bd84d
2021-12-17T03:48:46.412Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_dYAdEv 0 368b97c7-534e-4fef-b5e4-191d6703744d 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-12-17T03:48:46.423Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15bc3065, org.onap.sdc.toscaparser.api.parameters.Input@5ed34198, org.onap.sdc.toscaparser.api.parameters.Input@123338f9, org.onap.sdc.toscaparser.api.parameters.Input@3945a729, org.onap.sdc.toscaparser.api.parameters.Input@4d0e877c]
2021-12-17T03:48:46.424Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:46.425Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:46.425Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-12-17T03:48:46.425Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= f083b49c-4131-40aa-8cbe-a959e555e465
2021-12-17T03:48:46.425Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f083b49c-4131-40aa-8cbe-a959e555e465 matches Tosca VF Customization UUID: f083b49c-4131-40aa-8cbe-a959e555e465
2021-12-17T03:48:46.425Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: f083b49c-4131-40aa-8cbe-a959e555e465  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-12-17T03:48:46.427Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:46.428Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:46.429Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id f083b49c-4131-40aa-8cbe-a959e555e465: {\"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-12-17T03:48:46.429Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@251557cd
2021-12-17T03:48:46.429Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:46.429Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-17T03:48:46.429Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6971c370-34bc-4b53-a711-0b625d367d38
2021-12-17T03:48:46.430Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6971c370-34bc-4b53-a711-0b625d367d38
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-12-17T03:48:46.432Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:46.432Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_dYAdEv 0 is matching search criteria
2021-12-17T03:48:46.432Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_dYAdEv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:48:46.433Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:46.433Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_dYAdEv 0 is matching search criteria
2021-12-17T03:48:46.433Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_dYAdEv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:48:46.433Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:46.434Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_dYAdEv 0 is not matching search criteria
2021-12-17T03:48:46.434Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-17T03:48:46.434Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-17T03:48:46.434Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6fd242b9-7eda-4e53-b452-9c6aaaf60c60
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-12-17T03:48:46.436Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:46.436Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_dYAdEv 0 is matching search criteria
2021-12-17T03:48:46.436Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_dYAdEv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T03:48:46.437Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:46.437Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_dYAdEv 0 is matching search criteria
2021-12-17T03:48:46.437Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_dYAdEv 0] matching following query criteria: sdcType=VF, customizationUUID=f083b49c-4131-40aa-8cbe-a959e555e465
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-12-17T03:48:46.438Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:46.438Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:46.438Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 386cc944-8b4f-4b68-b562-8febfd6bd84d: basic_onboard_dYAdEv
2021-12-17T03:48:46.438Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:46.438Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:46.439Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:46.439Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:46.439Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:46.439Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:46.439Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:46.439Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:46.439Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T03:48:46.439Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_dYAdEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T03:48:46.439Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_dYAdEv 
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-12-17T03:48:46.517Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_dYAdEv 368b97c7-534e-4fef-b5e4-191d6703744d 1 ASDC deployResourceStructure
2021-12-17T03:48:46.517Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json ASDC sendASDCNotification
2021-12-17T03:48:46.517Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json
2021-12-17T03:48:46.518Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T03:48:46.518Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:46.520Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:46.520Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712926517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-17T03:48:46.620Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:46.621Z||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-12-17T03:48:46.621Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:46.633Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:48:46.633Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:47.521Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-17T03:48:47.522Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml
2021-12-17T03:48:47.522Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T03:48:47.522Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:47.525Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:47.525Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712927521,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-12-17T03:48:47.625Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:47.626Z||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-12-17T03:48:47.626Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:47.636Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:48:47.636Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:48.526Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-17T03:48:48.527Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env
2021-12-17T03:48:48.527Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T03:48:48.528Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:48.530Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:48.530Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712928526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-12-17T03:48:48.630Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:48.631Z||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-12-17T03:48:48.631Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:48.645Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:48:48.645Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-17T03:48:49.531Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar ASDC sendASDCNotification
2021-12-17T03:48:49.532Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar
2021-12-17T03:48:49.532Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T03:48:49.532Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:48:49.535Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:48:49.535Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712929531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T03:48:49.635Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:48:49.636Z||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-12-17T03:48:49.636Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:48:49.647Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:48:49.647Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-12-17T03:48:50.536Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ee318e6-2524-4211-a831-ec8713967852
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T03:48:50.546Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ee318e6-2524-4211-a831-ec8713967852
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T03:48:50.549Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T03:48:50.549Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-17T03:48:50.549Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-17T03:48:50.549Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-17T03:48:50.549Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T03:48:50.549Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T03:48:50.549Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T03:48:50.549Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T03:48:50.549Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T03:48:50.549Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T03:48:50.549Z|9ee318e6-2524-4211-a831-ec8713967852|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-12-17T03:48:50.553Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-17T03:49:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:49:18.005Z||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-12-17T03:49:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:49:18.629Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:49:18.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c088e00c-41b0-44b9-bb68-6174976c847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712907639,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-17T03:49:18.631Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:49:18.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712908653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:49:18.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:49:18.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712908653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
  "status": "NOTIFIED"
}
2021-12-17T03:49:18.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:49:18.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712908653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-17T03:49:18.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:49:18.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712908653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:49:18.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:49:18.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712908653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-17T03:49:18.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:49:18.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712908653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T03:49:18.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:49:18.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712908653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T03:49:18.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-12-17T03:49:18.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712920605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:49:18.635Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:49:18.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712923087,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:49:18.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:49:18.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712924300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:49:18.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:49:18.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712925408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-17T03:49:18.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:49:18.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712926517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/basic_onboard_dyadev0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-17T03:49:18.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:49:18.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712927521,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-12-17T03:49:18.638Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:49:18.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712928526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/resourceInstances/basic_onboard_dyadev0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-12-17T03:49:18.638Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:49:18.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-17T03:49:18.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712929531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDyadev/1.0/artifacts/service-BasicOnboardDyadev-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T03:49:18.639Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:49:20.554Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9ee318e6-2524-4211-a831-ec8713967852 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-12-17T03:49:20.558Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9ee318e6-2524-4211-a831-ec8713967852 and serviceModelVersionId: 386cc944-8b4f-4b68-b562-8febfd6bd84d
2021-12-17T03:49:20.558Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bf41b4a-3612-479a-8149-f25f1f12cac8
2021-12-17T03:49:20.558Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bf41b4a-3612-479a-8149-f25f1f12cac8/model-vers/model-ver/386cc944-8b4f-4b68-b562-8febfd6bd84d?depth=0
2021-12-17T03:49:20.562Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-12-17T03:49:20.600Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bf41b4a-3612-479a-8149-f25f1f12cac8/model-vers/model-ver/386cc944-8b4f-4b68-b562-8febfd6bd84d?depth=0|INFO|500||Invoke
2021-12-17T03:49:20.600Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bf41b4a-3612-479a-8149-f25f1f12cac8/model-vers/model-ver/386cc944-8b4f-4b68-b562-8febfd6bd84d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bf41b4a-3612-479a-8149-f25f1f12cac8/model-vers/model-ver/386cc944-8b4f-4b68-b562-8febfd6bd84d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9ee318e6-2524-4211-a831-ec8713967852], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4085599a-c0d8-4d0f-a617-99f53607397e], X-ECOMP-RequestID=[9ee318e6-2524-4211-a831-ec8713967852], X-TransactionId=[], X-ONAP-RequestID=[9ee318e6-2524-4211-a831-ec8713967852], Content-Type=[application/merge-patch+json]}
2021-12-17T03:49:20.627Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bf41b4a-3612-479a-8149-f25f1f12cac8/model-vers/model-ver/386cc944-8b4f-4b68-b562-8febfd6bd84d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-17T03:49:20.913Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bf41b4a-3612-479a-8149-f25f1f12cac8/model-vers/model-ver/386cc944-8b4f-4b68-b562-8febfd6bd84d?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/1bf41b4a-3612-479a-8149-f25f1f12cac8/model-vers/model-ver/386cc944-8b4f-4b68-b562-8febfd6bd84d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211217-03:49:20:637-54706], vertex-id=[200704], Content-Length=[0], Date=[Fri, 17 Dec 2021 03:49:20 GMT], Content-Type=[application/json]}
2021-12-17T03:49:20.913Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bf41b4a-3612-479a-8149-f25f1f12cac8/model-vers/model-ver/386cc944-8b4f-4b68-b562-8febfd6bd84d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-17T03:49:20.914Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bf41b4a-3612-479a-8149-f25f1f12cac8/model-vers/model-ver/386cc944-8b4f-4b68-b562-8febfd6bd84d?depth=0|INFO|500||InvokeReturn
2021-12-17T03:49:20.915Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-17T03:49:20.915Z|9ee318e6-2524-4211-a831-ec8713967852|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-12-17T03:49:20.918Z|9ee318e6-2524-4211-a831-ec8713967852|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-12-17T03:49:20.918Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9ee318e6-2524-4211-a831-ec8713967852 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-17T03:49:20.919Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-17T03:49:20.919Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T03:49:20.920Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T03:49:20.920Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712960919,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-17T03:49:21.021Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T03:49:21.022Z||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-12-17T03:49:21.022Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:49:21.036Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:49:21.037Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 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-12-17T03:49:21.931Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:49:21.932Z|9ee318e6-2524-4211-a831-ec8713967852|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-12-17T03:49:21.932Z|9ee318e6-2524-4211-a831-ec8713967852|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:49:31.466Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:49:31.467Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:49:31.468Z||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-12-17T03:49:31.468Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:49:41.003Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:49:41.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:49:41.004Z||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-12-17T03:49:41.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:49:50.540Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:49:50.541Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:49:50.541Z||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-12-17T03:49:50.541Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:50:00.077Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:50:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:50:18.004Z||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-12-17T03:50:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:50:18.004Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:50:18.005Z||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-12-17T03:50:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:50:18.632Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:50:18.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-17T03:50:18.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee318e6-2524-4211-a831-ec8713967852",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639712960919,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-17T03:50:18.633Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T03:50:27.539Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:51:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:51:18.004Z||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-12-17T03:51:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:51:18.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:51:18.006Z||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-12-17T03:51:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:51:27.549Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:51:27.550Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:52:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:52:18.004Z||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-12-17T03:52:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:52:18.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:52:18.005Z||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-12-17T03:52:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:52:27.540Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:52:27.540Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:53:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:53:18.004Z||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-12-17T03:53:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:53:18.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:53:18.005Z||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-12-17T03:53:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:53:27.545Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:53:27.546Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:54:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:54:18.004Z||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-12-17T03:54:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:54:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:54:18.005Z||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-12-17T03:54:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:54:27.542Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:54:27.543Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:55:18.003Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:55:18.004Z||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-12-17T03:55:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:55:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:55:18.006Z||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-12-17T03:55:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:55:27.545Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:55:27.555Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:56:18.003Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:56:18.004Z||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-12-17T03:56:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:56:18.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:56:18.005Z||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-12-17T03:56:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:56:27.548Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:56:27.549Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:57:18.003Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:57:18.004Z||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-12-17T03:57:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:57:18.005Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:57:18.006Z|9ee318e6-2524-4211-a831-ec8713967852|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-12-17T03:57:18.006Z|9ee318e6-2524-4211-a831-ec8713967852|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:57:27.542Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:57:27.543Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:58:18.003Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:58:18.004Z||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-12-17T03:58:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:58:18.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:58:18.005Z||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-12-17T03:58:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:58:27.543Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:58:27.546Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:59:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:59:18.004Z||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-12-17T03:59:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:59:18.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T03:59:18.005Z||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-12-17T03:59:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T03:59:27.544Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T03:59:27.544Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:00:18.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:00:18.004Z||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-12-17T04:00:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:00:18.004Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:00:18.005Z||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-12-17T04:00:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:00:18.330Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:00:18.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "cds",
  "timestamp": 1639713610700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:00:18.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "clamp",
  "timestamp": 1639713605835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:00:18.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "policy-id",
  "timestamp": 1639713607098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:00:18.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "cds",
  "timestamp": 1639713610700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:00:18.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "clamp",
  "timestamp": 1639713605835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:00:18.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "policy-id",
  "timestamp": 1639713607098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:00:18.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "cds",
  "timestamp": 1639713610700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:00:18.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "clamp",
  "timestamp": 1639713605835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:00:18.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "policy-id",
  "timestamp": 1639713607098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:00:18.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "cds",
  "timestamp": 1639713610700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:00:18.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "clamp",
  "timestamp": 1639713605835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:00:18.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "policy-id",
  "timestamp": 1639713607098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:00:18.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713616577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:00:18.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "cds",
  "timestamp": 1639713610700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:00:18.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "clamp",
  "timestamp": 1639713605835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:00:18.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "policy-id",
  "timestamp": 1639713607098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:00:18.629Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:00:18.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-17T04:00:18.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e19aa2f9-9214-4f9c-8128-01f50b5176eb","serviceName":"Demo_pNF_08rjd0PVu4zzGyVPe0HI","serviceVersion":"1.0","serviceUUID":"7a9fd6f3-9e5c-4c5b-9d3a-683170244adb","serviceDescription":"catalog service description","serviceInvariantUUID":"49535e76-884a-4615-8e6a-39f5060bcd55","resources":[{"resourceInstanceName":"pNF 226021b2-a4f2 0","resourceName":"pNF 226021b2-a4f2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5f4576d7-8158-4020-9231-48c9c3143da5","resourceInvariantUUID":"bb8c25f6-8647-4321-b0ef-ae3e800d0e1c","resourceCustomizationUUID":"5221f25b-2658-4b8b-9eeb-c3848af9865b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vf-license-model.xml","artifactChecksum":"ZDA1OGYwZmNkMzE2NjUzYjcxY2QyY2ZjNjQzYWQzY2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1be4cf06-0013-44e5-975d-54ebaa40ded0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/pNF.csar","artifactChecksum":"YWRjMjQ2N2Q5M2ZjMWI4ODlhYzJjMmNhYzU1M2YyNWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19d148dd-2ad2-4c0a-89ea-859f7d834110","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d7941c24-b235-4b5c-84a5-27ff19c04e89","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE5OTg5MTBkZjYyYmJmM2M0OTJjZjg2ZGY1NTNkZjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"02d21e66-816c-4a40-b86a-7eecb1d25b8b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bc7a1ea0-378c-4233-8ec2-ccf6fb965b7a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6554b202-6727-4504-a591-bf85fc01a033","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml","artifactChecksum":"M2RmNjJjZjMwY2UwMTgxNjM3YjY1YzdmNzE2Zjc1Y2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"93f3aca4-86e4-453f-a60b-72dc2746d628","artifactVersion":"1"},{"artifactName":"service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar","artifactChecksum":"NTk5NGNjMzMzYWI3ZjgyMjQwOWVlMmFjMTcyMzk4MTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"05af12fa-dc3d-4195-a1a0-481713734111","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-17T04:00:18.633Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:00:18.633Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:00:18.635Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:00:18.635Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713618003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:00:18.735Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:00:18.736Z||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-12-17T04:00:18.736Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:00:18.747Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:00:18.747Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:00:19.635Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:00:19.637Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:00:19.639Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:00:19.639Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713618003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:00:19.739Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:00:19.740Z||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-12-17T04:00:19.740Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:00:19.749Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:00:19.750Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:00:20.640Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:00:20.641Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:00:20.642Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:00:20.643Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713618003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:00:20.743Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:00:20.743Z||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-12-17T04:00:20.744Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:00:20.753Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:00:20.754Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:00:21.643Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:00:21.644Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:00:21.646Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:00:21.646Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713618003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:00:21.746Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-17T04:00:21.747Z||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-12-17T04:00:21.747Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:00:21.758Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:00:21.758Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:00:22.647Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:00:22.648Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:00:22.650Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:00:22.650Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713618003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:00:22.751Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T04:00:22.752Z||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-12-17T04:00:22.752Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:00:22.761Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:00:22.761Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:00:23.651Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:00:23.652Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:00:23.654Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:00:23.654Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713618003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:00:23.755Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:00:23.755Z||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-12-17T04:00:23.755Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:00:23.764Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:00:23.765Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-12-17T04:00:24.655Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:00:24.656Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:00:24.658Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:00:24.658Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713618003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:00:24.758Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:00:24.759Z||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-12-17T04:00:24.759Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:00:24.768Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:00:24.769Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:00:25.659Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:00:25.660Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:00:25.662Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:00:25.662Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713618003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:00:25.762Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:00:25.763Z||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-12-17T04:00:25.763Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:00:25.773Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:00:25.773Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:00:26.663Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "serviceName": "Demo_pNF_08rjd0PVu4zzGyVPe0HI",
  "serviceVersion": "1.0",
  "serviceUUID": "7a9fd6f3-9e5c-4c5b-9d3a-683170244adb",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "49535e76-884a-4615-8e6a-39f5060bcd55",
  "resources": [
    {
      "resourceInstanceName": "pNF 226021b2-a4f2 0",
      "resourceCustomizationUUID": "5221f25b-2658-4b8b-9eeb-c3848af9865b",
      "resourceName": "pNF 226021b2-a4f2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5f4576d7-8158-4020-9231-48c9c3143da5",
      "resourceInvariantUUID": "bb8c25f6-8647-4321-b0ef-ae3e800d0e1c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
      "artifactChecksum": "NTk5NGNjMzMzYWI3ZjgyMjQwOWVlMmFjMTcyMzk4MTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "05af12fa-dc3d-4195-a1a0-481713734111"
    }
  ],
  "workloadContext": "Production"
}
2021-12-17T04:00:26.664Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-17T04:00:26.664Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7a9fd6f3-9e5c-4c5b-9d3a-683170244adb ASDC
2021-12-17T04:00:26.665Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:e19aa2f9-9214-4f9c-8128-01f50b5176eb
ServiceName:Demo_pNF_08rjd0PVu4zzGyVPe0HI
ServiceVersion:1.0
ServiceUUID:7a9fd6f3-9e5c-4c5b-9d3a-683170244adb
ServiceInvariantUUID:49535e76-884a-4615-8e6a-39f5060bcd55
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
ArtifactUUID:05af12fa-dc3d-4195-a1a0-481713734111
ArtifactChecksum:NTk5NGNjMzMzYWI3ZjgyMjQwOWVlMmFjMTcyMzk4MTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 226021b2-a4f2 0
ResourceCustomizationUUID:5221f25b-2658-4b8b-9eeb-c3848af9865b
ResourceInvariantUUID:bb8c25f6-8647-4321-b0ef-ae3e800d0e1c
ResourceName:pNF 226021b2-a4f2
ResourceType:PNF
ResourceUUID:5f4576d7-8158-4020-9231-48c9c3143da5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-12-17T04:00:26.665Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a9fd6f3-9e5c-4c5b-9d3a-683170244adb 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-12-17T04:00:26.686Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-17T04:00:26.687Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-12-17T04:00:26.687Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-12-17T04:00:26.687Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 05af12fa-dc3d-4195-a1a0-481713734111 from URL: /sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:26.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-12-17T04:00:26.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:26.903Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-12-17T04:00:26.909Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar 05af12fa-dc3d-4195-a1a0-481713734111 82619
2021-12-17T04:00:26.909Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar ASDC sendASDCNotification
2021-12-17T04:00:26.909Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:26.909Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T04:00:26.910Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:00:26.912Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:00:26.912Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713626909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:00:27.012Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:00:27.013Z||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-12-17T04:00:27.013Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:00:27.023Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:00:27.023Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:00:27.912Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-17T04:00:27.913Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-12-17T04:00:27.914Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 05af12fa-dc3d-4195-a1a0-481713734111, URL: /sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar to file: /app/ASDC/1/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:27.914Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:27.915Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:27.915Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:28.027Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1464637448168683165/Definitions/service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml
2021-12-17T04:00:28.687Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-17T04:00:28.687Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-12-17T04:00:28.687Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:28.687Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-12-17T04:00:28.687Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 226021b2-a4f2 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-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:28.687Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:28.687Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:28.687Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:28.687Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:28.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:28.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:28.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-12-17T04:00:28.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:00:28.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_08rjd0PVu4zzGyVPe0HI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:00:28.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Node template pNF 226021b2-a4f2 0 is matching search criteria
2021-12-17T04:00:28.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-12-17T04:00:28.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 226021b2-a4f2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-17T04:00:28.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:00:28.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_08rjd0PVu4zzGyVPe0HI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:00:28.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Node template pNF 226021b2-a4f2 0 is matching search criteria
2021-12-17T04:00:28.688Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-12-17T04:00:28.689Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 226021b2-a4f2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-17T04:00:28.689Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:00:28.689Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_08rjd0PVu4zzGyVPe0HI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:00:28.689Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:00:28.689Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_08rjd0PVu4zzGyVPe0HI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:00:28.689Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:00:28.689Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_08rjd0PVu4zzGyVPe0HI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:00:28.689Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:00:28.689Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_08rjd0PVu4zzGyVPe0HI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:00:28.689Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:00:28.689Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_08rjd0PVu4zzGyVPe0HI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:00:28.689Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_08rjd0PVu4zzGyVPe0HI
Description:catalog service description
Model UUID:7a9fd6f3-9e5c-4c5b-9d3a-683170244adb
Model Version:NULL
Model InvariantUuid:49535e76-884a-4615-8e6a-39f5060bcd55
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-12-17T04:00:28.696Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5f4576d7-8158-4020-9231-48c9c3143da5
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-12-17T04:00:28.704Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||pNF 226021b2-a4f2 0
2021-12-17T04:00:28.704Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5f4576d7-8158-4020-9231-48c9c3143da5
2021-12-17T04:00:28.705Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 7a9fd6f3-9e5c-4c5b-9d3a-683170244adb
2021-12-17T04:00:28.705Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7a9fd6f3-9e5c-4c5b-9d3a-683170244adb
2021-12-17T04:00:28.705Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 226021b2-a4f2 0 5f4576d7-8158-4020-9231-48c9c3143da5 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-12-17T04:00:28.709Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74085ded, org.onap.sdc.toscaparser.api.parameters.Input@6391acc3, org.onap.sdc.toscaparser.api.parameters.Input@3fa0fd1f, org.onap.sdc.toscaparser.api.parameters.Input@280e137c, org.onap.sdc.toscaparser.api.parameters.Input@1edfc4a5]
2021-12-17T04:00:28.709Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:00:28.709Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_08rjd0PVu4zzGyVPe0HI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:00:28.709Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7a9fd6f3-9e5c-4c5b-9d3a-683170244adb: pNF 226021b2-a4f2
2021-12-17T04:00:28.709Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||Processing PNF resource: 5f4576d7-8158-4020-9231-48c9c3143da5
2021-12-17T04:00:28.709Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:00:28.709Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_08rjd0PVu4zzGyVPe0HI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:00:28.709Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||Resource customization UUID: 5221f25b-2658-4b8b-9eeb-c3848af9865b is the same as notified resource customizationUUID: 5221f25b-2658-4b8b-9eeb-c3848af9865b
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-12-17T04:00:28.766Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 226021b2-a4f2 5f4576d7-8158-4020-9231-48c9c3143da5 0 ASDC deployResourceStructure
2021-12-17T04:00:28.766Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar ASDC sendASDCNotification
2021-12-17T04:00:28.766Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar
2021-12-17T04:00:28.766Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T04:00:28.766Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:00:28.768Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:00:28.768Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713628766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:00:28.868Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:00:28.868Z||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-12-17T04:00:28.869Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:00:28.879Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:00:28.879Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-12-17T04:00:29.768Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T04:00:29.780Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T04:00:29.782Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:00:29.782Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T04:00:29.782Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T04:00:59.782Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T04:00:59.793Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T04:00:59.795Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:00:59.795Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T04:00:59.795Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T04:01:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:01:18.005Z||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-12-17T04:01:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:01:18.026Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:01:18.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:01:18.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713616577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:01:18.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:01:29.795Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T04:01:29.804Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T04:01:29.808Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:01:29.809Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T04:01:29.809Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T04:01:59.809Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T04:01:59.818Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T04:01:59.820Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:01:59.820Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T04:01:59.820Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T04:02:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:02:18.005Z||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-12-17T04:02:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:02:18.026Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:02:18.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:02:18.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "cds",
  "timestamp": 1639713610700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:02:18.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:02:29.820Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T04:02:29.829Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T04:02:29.831Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:02:29.831Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T04:02:29.831Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T04:02:59.832Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T04:02:59.840Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T04:02:59.842Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:02:59.842Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T04:02:59.842Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T04:03:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:03:18.005Z||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-12-17T04:03:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:03:18.035Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:03:18.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "clamp",
  "timestamp": 1639713605835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "policy-id",
  "timestamp": 1639713607098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "dcae-sch",
  "timestamp": 1639713617926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713618003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713616577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "cds",
  "timestamp": 1639713610700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "clamp",
  "timestamp": 1639713605835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "policy-id",
  "timestamp": 1639713607098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "dcae-sch",
  "timestamp": 1639713617926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713618994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713618003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713616577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "cds",
  "timestamp": 1639713610700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:03:18.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "clamp",
  "timestamp": 1639713605835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "policy-id",
  "timestamp": 1639713607098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "dcae-sch",
  "timestamp": 1639713617926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713618994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713618003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713616577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "policy-id",
  "timestamp": 1639713621410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:03:18.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "cds",
  "timestamp": 1639713621491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:03:18.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "dcae-sch",
  "timestamp": 1639713617926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713618994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713618003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713616577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "policy-id",
  "timestamp": 1639713622413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "cds",
  "timestamp": 1639713622495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-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-12-17T04:03:18.054Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e19aa2f9-9214-4f9c-8128-01f50b5176eb
2021-12-17T04:03:18.054Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e19aa2f9-9214-4f9c-8128-01f50b5176eb 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-12-17T04:03:18.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "dcae-sch",
  "timestamp": 1639713617926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713618994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713618003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713616577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "policy-id",
  "timestamp": 1639713623415,
  "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-12-17T04:03:18.068Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e19aa2f9-9214-4f9c-8128-01f50b5176eb
2021-12-17T04:03:18.068Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e19aa2f9-9214-4f9c-8128-01f50b5176eb 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-12-17T04:03:18.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "dcae-sch",
  "timestamp": 1639713617926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713618994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713618003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713616577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:03:18.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "dcae-sch",
  "timestamp": 1639713617926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713618994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-12-17T04:03:18.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713618003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713624034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "dcae-sch",
  "timestamp": 1639713617926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713618994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713618003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:03:18.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713624034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713618994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713624034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713626909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:03:18.087Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713624034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713627810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:03:18.088Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713624034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713628766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:03:18.088Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713629047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-12-17T04:03:18.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713624034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713630051,
  "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-12-17T04:03:18.094Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e19aa2f9-9214-4f9c-8128-01f50b5176eb
2021-12-17T04:03:18.094Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e19aa2f9-9214-4f9c-8128-01f50b5176eb 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-12-17T04:03:18.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713624034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713624034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:03:18.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "clamp",
  "timestamp": 1639713631790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:03:18.105Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713632808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:03:18.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "aai-ml",
  "timestamp": 1639713632328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "clamp",
  "timestamp": 1639713633798,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:03:18.108Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "aai-ml",
  "timestamp": 1639713632328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713634491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:03:18.108Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "clamp",
  "timestamp": 1639713634801,
  "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-12-17T04:03:18.113Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e19aa2f9-9214-4f9c-8128-01f50b5176eb
2021-12-17T04:03:18.113Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e19aa2f9-9214-4f9c-8128-01f50b5176eb 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-12-17T04:03:18.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "aai-ml",
  "timestamp": 1639713632328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713635494,
  "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-12-17T04:03:18.127Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e19aa2f9-9214-4f9c-8128-01f50b5176eb
2021-12-17T04:03:18.128Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e19aa2f9-9214-4f9c-8128-01f50b5176eb 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-12-17T04:03:18.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "aai-ml",
  "timestamp": 1639713632328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "aai-ml",
  "timestamp": 1639713632328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "aai-ml",
  "timestamp": 1639713632328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/resourceInstances/pnf226021b2a4f20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "aai-ml",
  "timestamp": 1639713632328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "aai-ml",
  "timestamp": 1639713632328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "aai-ml",
  "timestamp": 1639713641115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "aai-ml",
  "timestamp": 1639713645492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf08rjd0pvu4zzgyvpe0hi/1.0/artifacts/service-DemoPnf08rjd0pvu4zzgyvpe0hi-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:03:18.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "aai-ml",
  "timestamp": 1639713646497,
  "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-12-17T04:03:18.139Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e19aa2f9-9214-4f9c-8128-01f50b5176eb
2021-12-17T04:03:18.139Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e19aa2f9-9214-4f9c-8128-01f50b5176eb 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-12-17T04:03:29.842Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T04:03:29.853Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T04:03:29.855Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:03:29.855Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-17T04:03:29.855Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-17T04:03:29.855Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-17T04:03:29.855Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:03:29.856Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:03:29.856Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:03:29.856Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:03:29.856Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:03:29.856Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:03:29.856Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:03:29.856Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-17T04:03:29.860Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-17T04:03:59.860Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb 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-12-17T04:03:59.865Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e19aa2f9-9214-4f9c-8128-01f50b5176eb and serviceModelVersionId: 7a9fd6f3-9e5c-4c5b-9d3a-683170244adb
2021-12-17T04:03:59.865Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 49535e76-884a-4615-8e6a-39f5060bcd55
2021-12-17T04:03:59.866Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/49535e76-884a-4615-8e6a-39f5060bcd55/model-vers/model-ver/7a9fd6f3-9e5c-4c5b-9d3a-683170244adb?depth=0
2021-12-17T04:03:59.872Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-12-17T04:03:59.917Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49535e76-884a-4615-8e6a-39f5060bcd55/model-vers/model-ver/7a9fd6f3-9e5c-4c5b-9d3a-683170244adb?depth=0|INFO|500||Invoke
2021-12-17T04:03:59.918Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49535e76-884a-4615-8e6a-39f5060bcd55/model-vers/model-ver/7a9fd6f3-9e5c-4c5b-9d3a-683170244adb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49535e76-884a-4615-8e6a-39f5060bcd55/model-vers/model-ver/7a9fd6f3-9e5c-4c5b-9d3a-683170244adb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e19aa2f9-9214-4f9c-8128-01f50b5176eb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9e1995a2-f2e5-48e7-b706-2640beccd025], X-ECOMP-RequestID=[e19aa2f9-9214-4f9c-8128-01f50b5176eb], X-TransactionId=[], X-ONAP-RequestID=[e19aa2f9-9214-4f9c-8128-01f50b5176eb], Content-Type=[application/merge-patch+json]}
2021-12-17T04:03:59.949Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49535e76-884a-4615-8e6a-39f5060bcd55/model-vers/model-ver/7a9fd6f3-9e5c-4c5b-9d3a-683170244adb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-17T04:04:00.031Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49535e76-884a-4615-8e6a-39f5060bcd55/model-vers/model-ver/7a9fd6f3-9e5c-4c5b-9d3a-683170244adb?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/49535e76-884a-4615-8e6a-39f5060bcd55/model-vers/model-ver/7a9fd6f3-9e5c-4c5b-9d3a-683170244adb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211217-04:03:59:958-1278], vertex-id=[237624], Content-Length=[0], Date=[Fri, 17 Dec 2021 04:03:59 GMT], Content-Type=[application/json]}
2021-12-17T04:04:00.031Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49535e76-884a-4615-8e6a-39f5060bcd55/model-vers/model-ver/7a9fd6f3-9e5c-4c5b-9d3a-683170244adb?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-17T04:04:00.032Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49535e76-884a-4615-8e6a-39f5060bcd55/model-vers/model-ver/7a9fd6f3-9e5c-4c5b-9d3a-683170244adb?depth=0|INFO|500||InvokeReturn
2021-12-17T04:04:00.033Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-17T04:04:00.033Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||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-12-17T04:04:00.037Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-12-17T04:04:00.037Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e19aa2f9-9214-4f9c-8128-01f50b5176eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-17T04:04:00.037Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-17T04:04:00.038Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:00.040Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:00.040Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713840037,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-17T04:04:00.140Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:04:00.140Z||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-12-17T04:04:00.140Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:00.154Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:04:00.154Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-12-17T04:04:01.050Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:04:01.051Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|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-12-17T04:04:01.051Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:06.725Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:04:06.726Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-17T04:04:06.726Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"206f3729-4f11-478f-905b-c8e4865d4631","serviceDescription":"service","serviceInvariantUUID":"8628edc0-a156-4a6a-859a-46953bc6f286","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3530c655-1dbf-4add-a158-f8713bb36711","resourceInvariantUUID":"87e43410-8955-4f53-8a99-d7a940497a1d","resourceCustomizationUUID":"2f3f382a-f759-4186-b5e4-bd0965882a93","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8563e558-0587-4cef-a3a7-a5add8859a6a","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"OTEzMDYwOTRiMzhhYmNiOTA1MzYwODhiZmUyZGM4YWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0ca76f83-27a4-4bff-867e-8db7a91103e7","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"ZDFhMjEyZWNhZTQwYTY2MTRhMTRiNmNhMjY0ZmQ1ZTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ac054f73-dda5-496b-b465-bc7b9795495d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e6c1c625-2a59-4dae-82d0-ceb9173c1097","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8b546776-157c-47db-b779-92cb039f067f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"43f0ae54-5de3-4c38-9f1c-97fb6240113f","artifactVersion":"2","generatedFromUUID":"e6c1c625-2a59-4dae-82d0-ceb9173c1097"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YzhjMTMwNzAwODUxNDUyMTEwM2FiMTRiOGUyM2RlMmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"10501227-1e29-4bc5-92ac-33b8f8c004f0","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ODRlNjg5MjkzNGExOTRkYTRkYzE3YWVhOTFmNWJlODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f9fdc11f-07b7-42a2-9598-b7362be10b30","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-17T04:04:06.728Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:04:06.728Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:06.730Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:06.730Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:06.830Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:04:06.831Z||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-12-17T04:04:06.831Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:06.840Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:04:06.841Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-12-17T04:04:07.731Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:04:07.732Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:07.734Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:07.734Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:07.834Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:04:07.835Z||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-12-17T04:04:07.835Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:07.844Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:04:07.845Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:04:08.734Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:04:08.735Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:08.737Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:08.737Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-12-17T04:04:08.838Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:04:08.838Z||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-12-17T04:04:08.839Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:08.850Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:04:08.850Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:04:09.738Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:04:09.739Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:09.741Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:09.742Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-17T04:04:09.842Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:04:09.842Z||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-12-17T04:04:09.843Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:09.853Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:04:09.854Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:04:10.742Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:04:10.743Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:10.744Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:10.745Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:10.845Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:04:10.846Z||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-12-17T04:04:10.846Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:10.855Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:04:10.856Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-12-17T04:04:11.745Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:04:11.746Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:11.748Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:11.748Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-17T04:04:11.849Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:04:11.849Z||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-12-17T04:04:11.850Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:11.860Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:04:11.861Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:04:12.749Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:04:12.750Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:12.752Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:12.752Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:12.853Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:04:12.853Z||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-12-17T04:04:12.853Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:12.863Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:04:12.864Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:04:13.753Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:04:13.754Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:13.757Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:13.757Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:04:13.858Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T04:04:13.858Z||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-12-17T04:04:13.858Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:13.868Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:04:13.869Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:04:14.759Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "206f3729-4f11-478f-905b-c8e4865d4631",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8628edc0-a156-4a6a-859a-46953bc6f286",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "2f3f382a-f759-4186-b5e4-bd0965882a93",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3530c655-1dbf-4add-a158-f8713bb36711",
      "resourceInvariantUUID": "87e43410-8955-4f53-8a99-d7a940497a1d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "ZDFhMjEyZWNhZTQwYTY2MTRhMTRiNmNhMjY0ZmQ1ZTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ac054f73-dda5-496b-b465-bc7b9795495d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e6c1c625-2a59-4dae-82d0-ceb9173c1097",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "43f0ae54-5de3-4c38-9f1c-97fb6240113f",
            "generatedFromUUID": "e6c1c625-2a59-4dae-82d0-ceb9173c1097"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "43f0ae54-5de3-4c38-9f1c-97fb6240113f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ODRlNjg5MjkzNGExOTRkYTRkYzE3YWVhOTFmNWJlODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f9fdc11f-07b7-42a2-9598-b7362be10b30"
    }
  ],
  "workloadContext": "Production"
}
2021-12-17T04:04:14.760Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-17T04:04:14.760Z|e19aa2f9-9214-4f9c-8128-01f50b5176eb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 206f3729-4f11-478f-905b-c8e4865d4631 ASDC
2021-12-17T04:04:14.760Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:206f3729-4f11-478f-905b-c8e4865d4631
ServiceInvariantUUID:8628edc0-a156-4a6a-859a-46953bc6f286
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:f9fdc11f-07b7-42a2-9598-b7362be10b30
ArtifactChecksum:ODRlNjg5MjkzNGExOTRkYTRkYzE3YWVhOTFmNWJlODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:2f3f382a-f759-4186-b5e4-bd0965882a93
ResourceInvariantUUID:87e43410-8955-4f53-8a99-d7a940497a1d
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:3530c655-1dbf-4add-a158-f8713bb36711
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:ac054f73-dda5-496b-b465-bc7b9795495d
ArtifactChecksum:ZDFhMjEyZWNhZTQwYTY2MTRhMTRiNmNhMjY0ZmQ1ZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e6c1c625-2a59-4dae-82d0-ceb9173c1097
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:43f0ae54-5de3-4c38-9f1c-97fb6240113f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:43f0ae54-5de3-4c38-9f1c-97fb6240113f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-17T04:04:14.761Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 206f3729-4f11-478f-905b-c8e4865d4631 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-12-17T04:04:14.786Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-17T04:04:14.787Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-12-17T04:04:14.787Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-12-17T04:04:14.787Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f9fdc11f-07b7-42a2-9598-b7362be10b30 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-17T04:04:14.787Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-12-17T04:04:14.787Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-17T04:04:14.987Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-12-17T04:04:14.991Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar f9fdc11f-07b7-42a2-9598-b7362be10b30 73653
2021-12-17T04:04:14.992Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-12-17T04:04:14.992Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-17T04:04:14.992Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T04:04:14.992Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:14.994Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:14.994Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713854992,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:04:15.094Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:04:15.095Z||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-12-17T04:04:15.095Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:15.106Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:04:15.106Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:04:15.995Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-17T04:04:15.996Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-12-17T04:04:15.996Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f9fdc11f-07b7-42a2-9598-b7362be10b30, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-17T04:04:15.996Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-12-17T04:04:15.997Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-17T04:04:15.997Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-17T04:04:16.082Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3346762017756187948/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-12-17T04:04:16.929Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-17T04:04:16.929Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-12-17T04:04:16.929Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-17T04:04:16.929Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-17T04:04:16.929Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-17T04:04:16.929Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-17T04:04:16.929Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-17T04:04:16.929Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-17T04:04:16.929Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-17T04:04:16.930Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-17T04:04:16.930Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-17T04:04:16.930Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-17T04:04:16.930Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-17T04:04:16.930Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-12-17T04:04:16.930Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:16.930Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:04:16.930Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-17T04:04:16.930Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-12-17T04:04:16.930Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-17T04:04:16.931Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:16.931Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:04:16.931Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-17T04:04:16.931Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-12-17T04:04:16.931Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-17T04:04:16.931Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:16.931Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:04:16.931Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:16.931Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-12-17T04:04:16.931Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-12-17T04:04:16.931Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-12-17T04:04:16.931Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-12-17T04:04:16.932Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-17T04:04:16.932Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-17T04:04:16.932Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:16.932Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-17T04:04:16.932Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:16.932Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-17T04:04:16.932Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:04:16.932Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:16.932Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-17T04:04:16.932Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:04:16.932Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9b3fd97f-a6b1-4981-aae4-e70ef82e874f
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:04:16.933Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:16.934Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:04:16.934Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:206f3729-4f11-478f-905b-c8e4865d4631
Model Version:NULL
Model InvariantUuid:8628edc0-a156-4a6a-859a-46953bc6f286
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:a17f2676-ee9f-4107-9b25-437d8ff88bf0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:87e43410-8955-4f53-8a99-d7a940497a1d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2f3f382a-f759-4186-b5e4-bd0965882a93
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b3d5b74f-04a9-49fb-8d2d-615fbe1ba573
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:85bbd27b-2ff5-4c3a-b7eb-3aad4c1fc189
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9b3fd97f-a6b1-4981-aae4-e70ef82e874f
ModelInvariantUuid:9a097804-1cf1-4c3a-94ad-57e9aadcef32
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:d0692aab-8faf-4420-9ed6-be5a93e731f0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:55bb92ce-ae78-4dd1-9336-41de11153c31
ModelInvariantUuid:d36855cb-7a53-4c9b-b404-c2042d3fb506
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:21da8a9a-34b1-4c6a-a584-a5ca48da7647
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-12-17T04:04:16.938Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3530c655-1dbf-4add-a158-f8713bb36711
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-12-17T04:04:16.940Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||basicclamp 0
2021-12-17T04:04:16.941Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3530c655-1dbf-4add-a158-f8713bb36711
2021-12-17T04:04:16.941Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ac054f73-dda5-496b-b465-bc7b9795495d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-12-17T04:04:16.941Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-12-17T04:04:16.941Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-12-17T04:04:16.987Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-12-17T04:04:16.988Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ac054f73-dda5-496b-b465-bc7b9795495d 790
2021-12-17T04:04:16.988Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-12-17T04:04:16.988Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-12-17T04:04:16.988Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T04:04:16.988Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:16.989Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:16.989Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713856988,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:04:17.090Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:04:17.091Z||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-12-17T04:04:17.091Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:17.103Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:04:17.104Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:04:17.990Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b3d5b74f-04a9-49fb-8d2d-615fbe1ba573",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "85bbd27b-2ff5-4c3a-b7eb-3aad4c1fc189",
    "vfModuleModelCustomizationUUID": "7aa876a8-4d03-4fc5-938b-42629424058d",
    "isBase": true,
    "artifacts": [
      "e6c1c625-2a59-4dae-82d0-ceb9173c1097",
      "43f0ae54-5de3-4c38-9f1c-97fb6240113f"
    ],
    "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-12-17T04:04:17.995Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:85bbd27b-2ff5-4c3a-b7eb-3aad4c1fc189
VfModuleModelInvariantUUID:b3d5b74f-04a9-49fb-8d2d-615fbe1ba573
VfModuleModelDescription:NULL
Artifacts UUID List:{
e6c1c625-2a59-4dae-82d0-ceb9173c1097
,
43f0ae54-5de3-4c38-9f1c-97fb6240113f

}
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-12-17T04:04:17.997Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b3d5b74f-04a9-49fb-8d2d-615fbe1ba573",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "85bbd27b-2ff5-4c3a-b7eb-3aad4c1fc189",
    "vfModuleModelCustomizationUUID": "7aa876a8-4d03-4fc5-938b-42629424058d",
    "isBase": true,
    "artifacts": [
      "e6c1c625-2a59-4dae-82d0-ceb9173c1097",
      "43f0ae54-5de3-4c38-9f1c-97fb6240113f"
    ],
    "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-12-17T04:04:17.998Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:85bbd27b-2ff5-4c3a-b7eb-3aad4c1fc189
VfModuleModelInvariantUUID:b3d5b74f-04a9-49fb-8d2d-615fbe1ba573
VfModuleModelDescription:NULL
Artifacts UUID List:{
e6c1c625-2a59-4dae-82d0-ceb9173c1097
,
43f0ae54-5de3-4c38-9f1c-97fb6240113f

}
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-12-17T04:04:17.998Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e6c1c625-2a59-4dae-82d0-ceb9173c1097 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-12-17T04:04:17.998Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-12-17T04:04:17.998Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-12-17T04:04:18.004Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:04:18.005Z||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-12-17T04:04:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:18.020Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:04:18.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "cds",
  "timestamp": 1639713760700,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713758994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "policy-id",
  "timestamp": 1639713767098,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "cds",
  "timestamp": 1639713760700,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713758994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "policy-id",
  "timestamp": 1639713767098,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "cds",
  "timestamp": 1639713760700,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713758994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "policy-id",
  "timestamp": 1639713767098,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "cds",
  "timestamp": 1639713760700,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713758994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "policy-id",
  "timestamp": 1639713767098,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "cds",
  "timestamp": 1639713760700,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713758994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "policy-id",
  "timestamp": 1639713767098,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "cds",
  "timestamp": 1639713760700,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713758994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "policy-id",
  "timestamp": 1639713767098,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713774034,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "cds",
  "timestamp": 1639713760700,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713758994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "policy-id",
  "timestamp": 1639713767098,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713774034,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "cds",
  "timestamp": 1639713760700,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713758994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "policy-id",
  "timestamp": 1639713767098,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713774034,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713776577,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "cds",
  "timestamp": 1639713777316,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "policy-id",
  "timestamp": 1639713777318,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713774034,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713776577,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "cds",
  "timestamp": 1639713778321,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-17T04:04:18.041Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6
2021-12-17T04:04:18.042Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6 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-12-17T04:04:18.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "policy-id",
  "timestamp": 1639713778322,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "dcae-sch",
  "timestamp": 1639713777926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713774034,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713776577,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "policy-id",
  "timestamp": 1639713779324,
  "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-12-17T04:04:18.053Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6
2021-12-17T04:04:18.053Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6 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-12-17T04:04:18.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "dcae-sch",
  "timestamp": 1639713777926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713774034,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713776577,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "dcae-sch",
  "timestamp": 1639713777926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713774034,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713776577,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "dcae-sch",
  "timestamp": 1639713777926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713774034,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713776577,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "dcae-sch",
  "timestamp": 1639713777926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713782806,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "aai-ml",
  "timestamp": 1639713782328,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713776577,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "dcae-sch",
  "timestamp": 1639713777926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "aai-ml",
  "timestamp": 1639713782328,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713776577,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "dcae-sch",
  "timestamp": 1639713777926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713784845,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "aai-ml",
  "timestamp": 1639713782328,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713778994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "cds",
  "timestamp": 1639713779324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713785390,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "dcae-sch",
  "timestamp": 1639713777926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713785849,
  "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-12-17T04:04:18.067Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6
2021-12-17T04:04:18.068Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6 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-12-17T04:04:18.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "aai-ml",
  "timestamp": 1639713782328,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "cds",
  "timestamp": 1639713779324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713778994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "clamp",
  "timestamp": 1639713785835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713786506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "aai-ml",
  "timestamp": 1639713782328,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "cds",
  "timestamp": 1639713779324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713778994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "clamp",
  "timestamp": 1639713785835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "dcae-sch",
  "timestamp": 1639713787522,
  "artifactURL": "/sdc/v1/catalog/services/206f3729-4f11-478f-905b-c8e4865d4631/resourceInstances/basicclamp0/artifacts/8563e558-0587-4cef-a3a7-a5add8859a6a",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713787698,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "policy-id",
  "timestamp": 1639713787098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "aai-ml",
  "timestamp": 1639713782328,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "cds",
  "timestamp": 1639713779324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713778994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "clamp",
  "timestamp": 1639713785835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713788720,
  "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-12-17T04:04:18.082Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6
2021-12-17T04:04:18.082Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6 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-12-17T04:04:18.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "policy-id",
  "timestamp": 1639713787098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "dcae-sch",
  "timestamp": 1639713788760,
  "artifactURL": "/sdc/v1/catalog/services/206f3729-4f11-478f-905b-c8e4865d4631/resourceInstances/basicclamp0/artifacts/8563e558-0587-4cef-a3a7-a5add8859a6a",
  "status": "DEPLOY_OK"
}
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "aai-ml",
  "timestamp": 1639713782328,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "cds",
  "timestamp": 1639713779324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713778994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "clamp",
  "timestamp": 1639713785835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713789724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "policy-id",
  "timestamp": 1639713787098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-17T04:04:18.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "dcae-sch",
  "timestamp": 1639713789763,
  "artifactURL": "/sdc/v1/catalog/services/206f3729-4f11-478f-905b-c8e4865d4631/resourceInstances/basicclamp0/artifacts/8563e558-0587-4cef-a3a7-a5add8859a6a",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-17T04:04:18.091Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6
2021-12-17T04:04:18.091Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-17T04:04:18.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "aai-ml",
  "timestamp": 1639713782328,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "cds",
  "timestamp": 1639713779324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713778994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "clamp",
  "timestamp": 1639713785835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "policy-id",
  "timestamp": 1639713787098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "aai-ml",
  "timestamp": 1639713791126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "cds",
  "timestamp": 1639713779324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713778994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "clamp",
  "timestamp": 1639713785835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "policy-id",
  "timestamp": 1639713787098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "cds",
  "timestamp": 1639713779324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713778994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "clamp",
  "timestamp": 1639713785835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "policy-id",
  "timestamp": 1639713787098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "clamp",
  "timestamp": 1639713785835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "cds",
  "timestamp": 1639713793496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "policy-id",
  "timestamp": 1639713787098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "policy-id",
  "timestamp": 1639713787098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "cds",
  "timestamp": 1639713795611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-17T04:04:18.109Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 731716f5-91d6-4e59-8148-65ed99cd1bce
2021-12-17T04:04:18.109Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 731716f5-91d6-4e59-8148-65ed99cd1bce 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-12-17T04:04:18.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "policy-id",
  "timestamp": 1639713795890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:04:18.116Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "policy-id",
  "timestamp": 1639713796893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:04:18.117Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713796577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:04:18.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:04:18.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "aai-ml",
  "timestamp": 1639713797388,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:04:18.117Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:04:18.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:04:18.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "policy-id",
  "timestamp": 1639713797895,
  "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-12-17T04:04:18.122Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 731716f5-91d6-4e59-8148-65ed99cd1bce
2021-12-17T04:04:18.123Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 731716f5-91d6-4e59-8148-65ed99cd1bce 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-12-17T04:04:18.196Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-12-17T04:04:18.197Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml e6c1c625-2a59-4dae-82d0-ceb9173c1097 5033
2021-12-17T04:04:18.197Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-17T04:04:18.197Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-12-17T04:04:18.197Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T04:04:18.197Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:18.199Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:18.199Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713858197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:04:18.299Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:04:18.300Z||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-12-17T04:04:18.300Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:18.310Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:04:18.310Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:04:19.199Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 43f0ae54-5de3-4c38-9f1c-97fb6240113f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-12-17T04:04:19.200Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-12-17T04:04:19.200Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-12-17T04:04:19.398Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-12-17T04:04:19.398Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 43f0ae54-5de3-4c38-9f1c-97fb6240113f 909
2021-12-17T04:04:19.398Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-17T04:04:19.398Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-12-17T04:04:19.399Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T04:04:19.399Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:19.401Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:19.401Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713859398,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:04:19.501Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:04:19.502Z||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-12-17T04:04:19.502Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:19.513Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:04:19.514Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:04:20.402Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 206f3729-4f11-478f-905b-c8e4865d4631
2021-12-17T04:04:20.402Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 3530c655-1dbf-4add-a158-f8713bb36711 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-12-17T04:04:20.413Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5bdf5392, org.onap.sdc.toscaparser.api.parameters.Input@31abd540, org.onap.sdc.toscaparser.api.parameters.Input@6b01c42a, org.onap.sdc.toscaparser.api.parameters.Input@617ffbb1, org.onap.sdc.toscaparser.api.parameters.Input@409d77cf]
2021-12-17T04:04:20.414Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:20.415Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:04:20.415Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-12-17T04:04:20.415Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 2f3f382a-f759-4186-b5e4-bd0965882a93
2021-12-17T04:04:20.415Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2f3f382a-f759-4186-b5e4-bd0965882a93 matches Tosca VF Customization UUID: 2f3f382a-f759-4186-b5e4-bd0965882a93
2021-12-17T04:04:20.415Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 2f3f382a-f759-4186-b5e4-bd0965882a93  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-12-17T04:04:20.417Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:20.417Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:04:20.418Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 2f3f382a-f759-4186-b5e4-bd0965882a93: {\"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-12-17T04:04:20.418Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@540ad29d
2021-12-17T04:04:20.418Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:20.418Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-17T04:04:20.418Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7aa876a8-4d03-4fc5-938b-42629424058d
2021-12-17T04:04:20.418Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7aa876a8-4d03-4fc5-938b-42629424058d
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-12-17T04:04:20.420Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:20.421Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-17T04:04:20.421Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:04:20.421Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:20.421Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-17T04:04:20.421Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:04:20.421Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:20.421Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-12-17T04:04:20.421Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-17T04:04:20.422Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-17T04:04:20.422Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9b3fd97f-a6b1-4981-aae4-e70ef82e874f
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-12-17T04:04:20.423Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:20.424Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-17T04:04:20.424Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:04:20.424Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:20.424Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-17T04:04:20.424Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=2f3f382a-f759-4186-b5e4-bd0965882a93
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-12-17T04:04:20.425Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:20.425Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:04:20.425Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 206f3729-4f11-478f-905b-c8e4865d4631: basicclamp
2021-12-17T04:04:20.426Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:20.426Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:04:20.426Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:20.426Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:04:20.426Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:20.426Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:04:20.426Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:20.426Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:04:20.426Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:04:20.426Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:04:20.426Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-17T04:04:20.488Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 3530c655-1dbf-4add-a158-f8713bb36711 1 ASDC deployResourceStructure
2021-12-17T04:04:20.488Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-12-17T04:04:20.488Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-12-17T04:04:20.488Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T04:04:20.488Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:20.489Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:20.489Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713860488,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-17T04:04:20.590Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T04:04:20.590Z||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-12-17T04:04:20.591Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:20.604Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:04:20.604Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:04:21.490Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-17T04:04:21.490Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-12-17T04:04:21.490Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T04:04:21.491Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:21.493Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:21.493Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713861490,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-12-17T04:04:21.594Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T04:04:21.594Z||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-12-17T04:04:21.594Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:21.604Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:04:21.605Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:04:22.494Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-17T04:04:22.495Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-12-17T04:04:22.495Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T04:04:22.495Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:22.497Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:22.497Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713862494,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-12-17T04:04:22.598Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:04:22.598Z||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-12-17T04:04:22.599Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:22.609Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:04:22.609Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:04:23.499Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-12-17T04:04:23.499Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-17T04:04:23.499Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T04:04:23.499Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:04:23.501Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:04:23.501Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713863498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:04:23.602Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T04:04:23.602Z||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-12-17T04:04:23.602Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:04:23.611Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:04:23.612Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-12-17T04:04:24.502Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T04:04:24.512Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T04:04:24.515Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:04:24.515Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T04:04:24.515Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T04:04:54.516Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T04:04:54.526Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T04:04:54.528Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:04:54.528Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T04:04:54.528Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T04:05:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:05:18.005Z||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-12-17T04:05:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:05:18.029Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:05:18.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:05:18.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713796577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-12-17T04:05:18.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:05:24.528Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T04:05:24.537Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T04:05:24.539Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:05:24.539Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T04:05:24.539Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T04:05:54.539Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T04:05:54.550Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T04:05:54.553Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:05:54.553Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T04:05:54.553Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T04:06:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:06:18.005Z||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-12-17T04:06:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:06:18.030Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:06:18.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "aai-ml",
  "timestamp": 1639713798392,
  "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-12-17T04:06:18.039Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6
2021-12-17T04:06:18.039Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6 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-12-17T04:06:18.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "dcae-sch",
  "timestamp": 1639713797926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713796577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "dcae-sch",
  "timestamp": 1639713797926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713796577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "dcae-sch",
  "timestamp": 1639713797926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713796577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "dcae-sch",
  "timestamp": 1639713797926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713796577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "dcae-sch",
  "timestamp": 1639713797926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713796577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "dcae-sch",
  "timestamp": 1639713797926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713796577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "dcae-sch",
  "timestamp": 1639713797926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713804034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713805391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "dcae-sch",
  "timestamp": 1639713797926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713804034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "clamp",
  "timestamp": 1639713805817,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713806493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:06:18.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:06:18.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713804034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "clamp",
  "timestamp": 1639713806821,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:06:18.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:06:18.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713807600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:06:18.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:06:18.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713804034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713808622,
  "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-12-17T04:06:18.052Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 731716f5-91d6-4e59-8148-65ed99cd1bce
2021-12-17T04:06:18.052Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 731716f5-91d6-4e59-8148-65ed99cd1bce 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-12-17T04:06:18.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713804034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713809625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-17T04:06:18.059Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:06:18.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713804034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713804034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "clamp",
  "timestamp": 1639713810901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:06:18.059Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:06:18.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713804034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:06:18.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "clamp",
  "timestamp": 1639713811903,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-17T04:06:18.059Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:06:18.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713812744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:06:18.059Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:06:18.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "clamp",
  "timestamp": 1639713812906,
  "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-12-17T04:06:18.063Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6
2021-12-17T04:06:18.063Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6 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-12-17T04:06:18.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "aai-ml",
  "timestamp": 1639713812328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "clamp",
  "timestamp": 1639713785835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "aai-ml",
  "timestamp": 1639713812328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713814712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:06:18.070Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:06:18.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "clamp",
  "timestamp": 1639713785835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-12-17T04:06:18.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "aai-ml",
  "timestamp": 1639713812328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713815715,
  "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-12-17T04:06:18.074Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 731716f5-91d6-4e59-8148-65ed99cd1bce
2021-12-17T04:06:18.074Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 731716f5-91d6-4e59-8148-65ed99cd1bce 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-12-17T04:06:18.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "clamp",
  "timestamp": 1639713785835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "aai-ml",
  "timestamp": 1639713812328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "clamp",
  "timestamp": 1639713785835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "aai-ml",
  "timestamp": 1639713812328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "clamp",
  "timestamp": 1639713785835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "aai-ml",
  "timestamp": 1639713812328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "clamp",
  "timestamp": 1639713785835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "aai-ml",
  "timestamp": 1639713812328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "clamp",
  "timestamp": 1639713785835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "aai-ml",
  "timestamp": 1639713812328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:06:18.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "clamp",
  "timestamp": 1639713785835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:06:18.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "aai-ml",
  "timestamp": 1639713821093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:06:18.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:06:18.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "aai-ml",
  "timestamp": 1639713827118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:06:18.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:06:18.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "aai-ml",
  "timestamp": 1639713828122,
  "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-12-17T04:06:18.084Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 731716f5-91d6-4e59-8148-65ed99cd1bce
2021-12-17T04:06:18.085Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 731716f5-91d6-4e59-8148-65ed99cd1bce 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-12-17T04:06:18.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "clamp",
  "timestamp": 1639713828822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:06:18.090Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:06:18.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "clamp",
  "timestamp": 1639713831826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:06:18.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:06:18.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "clamp",
  "timestamp": 1639713832830,
  "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-12-17T04:06:18.094Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 731716f5-91d6-4e59-8148-65ed99cd1bce
2021-12-17T04:06:18.095Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 731716f5-91d6-4e59-8148-65ed99cd1bce 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-12-17T04:06:18.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e19aa2f9-9214-4f9c-8128-01f50b5176eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713840037,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-17T04:06:18.102Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:06:18.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-12-17T04:06:18.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-17T04:06:18.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-17T04:06:18.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:18.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:06:18.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:06:18.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713854992,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:06:18.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:06:18.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:06:18.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713856988,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:06:18.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:06:24.554Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T04:06:24.563Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T04:06:24.566Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:06:24.566Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-17T04:06:24.566Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-17T04:06:24.566Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-17T04:06:24.566Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:06:24.566Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:06:24.566Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:06:24.566Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:06:24.567Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:06:24.567Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:06:24.567Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:06:24.567Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-17T04:06:24.571Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-17T04:06:54.572Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6 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-12-17T04:06:54.577Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6 and serviceModelVersionId: 206f3729-4f11-478f-905b-c8e4865d4631
2021-12-17T04:06:54.577Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8628edc0-a156-4a6a-859a-46953bc6f286
2021-12-17T04:06:54.578Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8628edc0-a156-4a6a-859a-46953bc6f286/model-vers/model-ver/206f3729-4f11-478f-905b-c8e4865d4631?depth=0
2021-12-17T04:06:54.585Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-12-17T04:06:54.612Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8628edc0-a156-4a6a-859a-46953bc6f286/model-vers/model-ver/206f3729-4f11-478f-905b-c8e4865d4631?depth=0|INFO|500||Invoke
2021-12-17T04:06:54.613Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8628edc0-a156-4a6a-859a-46953bc6f286/model-vers/model-ver/206f3729-4f11-478f-905b-c8e4865d4631?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8628edc0-a156-4a6a-859a-46953bc6f286/model-vers/model-ver/206f3729-4f11-478f-905b-c8e4865d4631?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ee8af4e0-a017-4761-abaf-a23a06bb6eee], X-ECOMP-RequestID=[b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6], X-TransactionId=[], X-ONAP-RequestID=[b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6], Content-Type=[application/merge-patch+json]}
2021-12-17T04:06:54.635Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8628edc0-a156-4a6a-859a-46953bc6f286/model-vers/model-ver/206f3729-4f11-478f-905b-c8e4865d4631?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-17T04:06:54.719Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8628edc0-a156-4a6a-859a-46953bc6f286/model-vers/model-ver/206f3729-4f11-478f-905b-c8e4865d4631?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/8628edc0-a156-4a6a-859a-46953bc6f286/model-vers/model-ver/206f3729-4f11-478f-905b-c8e4865d4631?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211217-04:06:54:644-45580], vertex-id=[245816], Content-Length=[0], Date=[Fri, 17 Dec 2021 04:06:54 GMT], Content-Type=[application/json]}
2021-12-17T04:06:54.719Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8628edc0-a156-4a6a-859a-46953bc6f286/model-vers/model-ver/206f3729-4f11-478f-905b-c8e4865d4631?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-17T04:06:54.720Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8628edc0-a156-4a6a-859a-46953bc6f286/model-vers/model-ver/206f3729-4f11-478f-905b-c8e4865d4631?depth=0|INFO|500||InvokeReturn
2021-12-17T04:06:54.720Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-17T04:06:54.721Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||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-12-17T04:06:54.724Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-12-17T04:06:54.724Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-17T04:06:54.725Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-17T04:06:54.725Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:06:54.726Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:06:54.727Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714014725,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-17T04:06:54.827Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:06:54.828Z||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-12-17T04:06:54.828Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:06:54.843Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:06:54.843Z||pool-62-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-12-17T04:06:55.738Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-17T04:06:55.738Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"731716f5-91d6-4e59-8148-65ed99cd1bce","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"6d27b0f7-3ab6-48fe-9fdf-d5d93befefe2","serviceDescription":"service","serviceInvariantUUID":"a4bf6df6-28eb-4995-bdc3-d6e484378265","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"13bc7484-5620-409e-a0ff-19321c7be73f","resourceInvariantUUID":"5e215bb9-99c1-4752-bc66-df5f3be2fbba","resourceCustomizationUUID":"319f1964-4050-42e2-a17d-28db9514da2e","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":"ZDhhZmJkYzYwZWFlM2UzNzY5NjA1Yjk0MDZmNDZmNzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe1c5ff3-55c8-4c75-b81f-ef96efb3aac6","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":"MzRjOGQ5MWRiY2NlYmY5ZmY0OWU1NTc1NjY3NDZkYWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0c400815-f7f3-4460-bd08-06f2eab505b6","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":"e8e5f178-ecf4-4ed7-a814-6862dbffe958","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":"ef65fabf-a5d7-4ecc-bb06-56ea4155599f","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":"1b83963f-cb53-48b6-8875-13229afc85d0","artifactVersion":"2","generatedFromUUID":"e8e5f178-ecf4-4ed7-a814-6862dbffe958"},{"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":"ZmU1NjJlMDU3ZmUwNmY1M2NjMzI5NjAwYjhjMzE0MTc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4982437a-4fa0-43f0-a5c5-e9a1e3d7a4a3","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":"ZDk1YmVhZTMyYWI3YzRhMDYwOTYyOWUwOTI1OGU0ZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c20bf9a7-e3d2-4f6c-8dba-e9c45c6e9c20","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NmY5M2I1ODZiOWIyOWQzYTY0MmVmYzc5OWM0YjA0MmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"578f41f6-1fef-4338-b8d8-b517332cc33b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-17T04:06:55.739Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:06:55.739Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:06:55.741Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:06:55.741Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:55.841Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:06:55.842Z||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-12-17T04:06:55.842Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:06:55.851Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:06:55.851Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:06:56.742Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:06:56.742Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:06:56.744Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:06:56.744Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-12-17T04:06:56.844Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:06:56.845Z||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-12-17T04:06:56.845Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:06:56.855Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:06:56.856Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:06:57.745Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:06:57.746Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:06:57.748Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:06:57.749Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-17T04:06:57.849Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:06:57.849Z||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-12-17T04:06:57.849Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:06:57.859Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:06:57.859Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:06:58.749Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:06:58.750Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:06:58.752Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:06:58.752Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:06:58.852Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:06:58.853Z||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-12-17T04:06:58.853Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:06:58.862Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:06:58.862Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:06:59.752Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:06:59.753Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:06:59.755Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:06:59.756Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-17T04:06:59.856Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-17T04:06:59.856Z||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-12-17T04:06:59.856Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:06:59.866Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:06:59.867Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-12-17T04:07:00.756Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:07:00.757Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:07:00.758Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:07:00.759Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:07:00.859Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:07:00.859Z||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-12-17T04:07:00.859Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:07:00.870Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:07:00.870Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:07:01.759Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:07:01.760Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:07:01.762Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:07:01.762Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:07:01.862Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:07:01.863Z||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-12-17T04:07:01.863Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:07:01.874Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:07:01.875Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:07:02.762Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:07:02.763Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:07:02.765Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:07:02.765Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:07:02.865Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:07:02.866Z||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-12-17T04:07:02.866Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:07:02.877Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:07:02.877Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:07:03.766Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6d27b0f7-3ab6-48fe-9fdf-d5d93befefe2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a4bf6df6-28eb-4995-bdc3-d6e484378265",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "319f1964-4050-42e2-a17d-28db9514da2e",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "13bc7484-5620-409e-a0ff-19321c7be73f",
      "resourceInvariantUUID": "5e215bb9-99c1-4752-bc66-df5f3be2fbba",
      "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": "MzRjOGQ5MWRiY2NlYmY5ZmY0OWU1NTc1NjY3NDZkYWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0c400815-f7f3-4460-bd08-06f2eab505b6",
          "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": "e8e5f178-ecf4-4ed7-a814-6862dbffe958",
          "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": "1b83963f-cb53-48b6-8875-13229afc85d0",
            "generatedFromUUID": "e8e5f178-ecf4-4ed7-a814-6862dbffe958"
          },
          "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": "1b83963f-cb53-48b6-8875-13229afc85d0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NmY5M2I1ODZiOWIyOWQzYTY0MmVmYzc5OWM0YjA0MmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "578f41f6-1fef-4338-b8d8-b517332cc33b"
    }
  ],
  "workloadContext": "Production"
}
2021-12-17T04:07:03.766Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-17T04:07:03.766Z|b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d27b0f7-3ab6-48fe-9fdf-d5d93befefe2 ASDC
2021-12-17T04:07:03.767Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:731716f5-91d6-4e59-8148-65ed99cd1bce
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:6d27b0f7-3ab6-48fe-9fdf-d5d93befefe2
ServiceInvariantUUID:a4bf6df6-28eb-4995-bdc3-d6e484378265
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:578f41f6-1fef-4338-b8d8-b517332cc33b
ArtifactChecksum:NmY5M2I1ODZiOWIyOWQzYTY0MmVmYzc5OWM0YjA0MmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:319f1964-4050-42e2-a17d-28db9514da2e
ResourceInvariantUUID:5e215bb9-99c1-4752-bc66-df5f3be2fbba
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:13bc7484-5620-409e-a0ff-19321c7be73f
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:0c400815-f7f3-4460-bd08-06f2eab505b6
ArtifactChecksum:MzRjOGQ5MWRiY2NlYmY5ZmY0OWU1NTc1NjY3NDZkYWM=
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:e8e5f178-ecf4-4ed7-a814-6862dbffe958
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:1b83963f-cb53-48b6-8875-13229afc85d0
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:1b83963f-cb53-48b6-8875-13229afc85d0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-17T04:07:03.767Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d27b0f7-3ab6-48fe-9fdf-d5d93befefe2 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-12-17T04:07:03.792Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-17T04:07:03.792Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-12-17T04:07:03.792Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-12-17T04:07:03.792Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 578f41f6-1fef-4338-b8d8-b517332cc33b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-12-17T04:07:03.792Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-12-17T04:07:03.792Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-12-17T04:07:03.918Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-12-17T04:07:03.923Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 578f41f6-1fef-4338-b8d8-b517332cc33b 78778
2021-12-17T04:07:03.924Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-12-17T04:07:03.924Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-12-17T04:07:03.924Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T04:07:03.924Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:07:03.926Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:07:03.926Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714023924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:07:04.026Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:07:04.027Z||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-12-17T04:07:04.027Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:07:04.040Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:07:04.040Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:07:04.927Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-17T04:07:04.928Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-12-17T04:07:04.929Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 578f41f6-1fef-4338-b8d8-b517332cc33b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-17T04:07:04.929Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-12-17T04:07:04.929Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-17T04:07:04.929Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-17T04:07:05.022Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14637426461007644275/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-12-17T04:07:05.955Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-17T04:07:05.956Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-12-17T04:07:05.956Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-17T04:07:05.956Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-17T04:07:05.956Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||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-12-17T04:07:05.956Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||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-12-17T04:07:05.956Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-17T04:07:05.956Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-17T04:07:05.956Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-17T04:07:05.956Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||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-12-17T04:07:05.956Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-17T04:07:05.956Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||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-12-17T04:07:05.956Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-17T04:07:05.956Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-12-17T04:07:05.956Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:05.957Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:07:05.957Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-17T04:07:05.957Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-12-17T04:07:05.957Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-17T04:07:05.957Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:05.957Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:07:05.957Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-17T04:07:05.957Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-12-17T04:07:05.957Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-17T04:07:05.957Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:05.957Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:07:05.957Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:05.958Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-12-17T04:07:05.958Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-12-17T04:07:05.958Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-12-17T04:07:05.958Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-12-17T04:07:05.958Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-17T04:07:05.958Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-17T04:07:05.958Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:05.958Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-17T04:07:05.958Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:05.958Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-17T04:07:05.958Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:07:05.958Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:05.959Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-17T04:07:05.959Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:07:05.959Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:05.959Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-17T04:07:05.959Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:07:05.959Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:05.959Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-12-17T04:07:05.959Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-12-17T04:07:05.959Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-17T04:07:05.959Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bcfce9fb-285d-4565-bca9-dd583baa9ac5
2021-12-17T04:07:05.959Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:05.960Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:07:05.960Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:05.960Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:07:05.960Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:05.960Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:07:05.960Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:05.960Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:07:05.960Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:6d27b0f7-3ab6-48fe-9fdf-d5d93befefe2
Model Version:NULL
Model InvariantUuid:a4bf6df6-28eb-4995-bdc3-d6e484378265
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:54d7da5c-1f12-471d-a712-82f59839e7e1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5e215bb9-99c1-4752-bc66-df5f3be2fbba
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:319f1964-4050-42e2-a17d-28db9514da2e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ed2f6bef-f1f3-4171-a0c0-95b8b67b04b7
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:d55ce410-c152-4dc8-ba6f-952411edf99e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bcfce9fb-285d-4565-bca9-dd583baa9ac5
ModelInvariantUuid:974a75c0-8764-42ee-a267-59481bd8c391
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:a1da2220-3699-479a-ba4a-1e53dd40daa6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:cabfe106-0f7e-43bb-b8f4-16b6ff44911c
ModelInvariantUuid:ad1302c8-eac2-4ed5-bff9-42dcb9433cb2
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:9917f16b-d7b6-4aa1-ab85-eb75fe595215
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-12-17T04:07:05.965Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 13bc7484-5620-409e-a0ff-19321c7be73f
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-12-17T04:07:05.967Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2021-12-17T04:07:05.967Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 13bc7484-5620-409e-a0ff-19321c7be73f
2021-12-17T04:07:05.967Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0c400815-f7f3-4460-bd08-06f2eab505b6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-12-17T04:07:05.967Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-12-17T04:07:05.967Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||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-12-17T04:07:06.096Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-12-17T04:07:06.097Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 0c400815-f7f3-4460-bd08-06f2eab505b6 792
2021-12-17T04:07:06.097Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||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-12-17T04:07:06.097Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||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-12-17T04:07:06.098Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T04:07:06.098Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:07:06.100Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:07:06.100Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714026097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:07:06.200Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:07:06.201Z||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-12-17T04:07:06.201Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:07:06.212Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:07:06.212Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:07:07.101Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ed2f6bef-f1f3-4171-a0c0-95b8b67b04b7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d55ce410-c152-4dc8-ba6f-952411edf99e",
    "vfModuleModelCustomizationUUID": "ea5b4749-b69f-436f-b071-6bd3b9049d66",
    "isBase": true,
    "artifacts": [
      "e8e5f178-ecf4-4ed7-a814-6862dbffe958",
      "1b83963f-cb53-48b6-8875-13229afc85d0"
    ],
    "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-12-17T04:07:07.104Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d55ce410-c152-4dc8-ba6f-952411edf99e
VfModuleModelInvariantUUID:ed2f6bef-f1f3-4171-a0c0-95b8b67b04b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
e8e5f178-ecf4-4ed7-a814-6862dbffe958
,
1b83963f-cb53-48b6-8875-13229afc85d0

}
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-12-17T04:07:07.107Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ed2f6bef-f1f3-4171-a0c0-95b8b67b04b7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d55ce410-c152-4dc8-ba6f-952411edf99e",
    "vfModuleModelCustomizationUUID": "ea5b4749-b69f-436f-b071-6bd3b9049d66",
    "isBase": true,
    "artifacts": [
      "e8e5f178-ecf4-4ed7-a814-6862dbffe958",
      "1b83963f-cb53-48b6-8875-13229afc85d0"
    ],
    "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-12-17T04:07:07.107Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d55ce410-c152-4dc8-ba6f-952411edf99e
VfModuleModelInvariantUUID:ed2f6bef-f1f3-4171-a0c0-95b8b67b04b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
e8e5f178-ecf4-4ed7-a814-6862dbffe958
,
1b83963f-cb53-48b6-8875-13229afc85d0

}
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-12-17T04:07:07.107Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e8e5f178-ecf4-4ed7-a814-6862dbffe958 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-12-17T04:07:07.107Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-12-17T04:07:07.108Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||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-12-17T04:07:07.306Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-12-17T04:07:07.306Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml e8e5f178-ecf4-4ed7-a814-6862dbffe958 5033
2021-12-17T04:07:07.306Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||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-12-17T04:07:07.306Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||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-12-17T04:07:07.306Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T04:07:07.307Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:07:07.308Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:07:07.308Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714027306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:07:07.409Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T04:07:07.409Z||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-12-17T04:07:07.409Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:07:07.419Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:07:07.420Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:07:08.309Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1b83963f-cb53-48b6-8875-13229afc85d0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-12-17T04:07:08.309Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-12-17T04:07:08.310Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||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-12-17T04:07:08.409Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-12-17T04:07:08.409Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 1b83963f-cb53-48b6-8875-13229afc85d0 903
2021-12-17T04:07:08.409Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||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-12-17T04:07:08.409Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||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-12-17T04:07:08.409Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T04:07:08.410Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:07:08.411Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:07:08.411Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714028409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:07:08.512Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T04:07:08.512Z||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-12-17T04:07:08.513Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:07:08.524Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:07:08.524Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:07:09.412Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6d27b0f7-3ab6-48fe-9fdf-d5d93befefe2
2021-12-17T04:07:09.413Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 13bc7484-5620-409e-a0ff-19321c7be73f 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-12-17T04:07:09.423Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34832092, org.onap.sdc.toscaparser.api.parameters.Input@40e5cbef, org.onap.sdc.toscaparser.api.parameters.Input@32a2fdb2, org.onap.sdc.toscaparser.api.parameters.Input@71b53ac7, org.onap.sdc.toscaparser.api.parameters.Input@5c9f03d3]
2021-12-17T04:07:09.424Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:09.424Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:07:09.424Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-12-17T04:07:09.424Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 319f1964-4050-42e2-a17d-28db9514da2e
2021-12-17T04:07:09.424Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 319f1964-4050-42e2-a17d-28db9514da2e matches Tosca VF Customization UUID: 319f1964-4050-42e2-a17d-28db9514da2e
2021-12-17T04:07:09.424Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 319f1964-4050-42e2-a17d-28db9514da2e  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-12-17T04:07:09.426Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:09.426Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:07:09.427Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 319f1964-4050-42e2-a17d-28db9514da2e: {\"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-12-17T04:07:09.427Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f9a56ab
2021-12-17T04:07:09.427Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:09.427Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-17T04:07:09.427Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ea5b4749-b69f-436f-b071-6bd3b9049d66
2021-12-17T04:07:09.427Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ea5b4749-b69f-436f-b071-6bd3b9049d66
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-12-17T04:07:09.428Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:09.429Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-17T04:07:09.429Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:07:09.429Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:09.429Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-17T04:07:09.429Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:07:09.429Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:09.429Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-12-17T04:07:09.429Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-12-17T04:07:09.429Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-17T04:07:09.429Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bcfce9fb-285d-4565-bca9-dd583baa9ac5
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-12-17T04:07:09.431Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:09.431Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-17T04:07:09.431Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:07:09.431Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:09.431Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-17T04:07:09.431Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=319f1964-4050-42e2-a17d-28db9514da2e
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-12-17T04:07:09.433Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:09.433Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:07:09.433Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6d27b0f7-3ab6-48fe-9fdf-d5d93befefe2: basic_vm_macro
2021-12-17T04:07:09.433Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:09.433Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:07:09.433Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:09.433Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:07:09.433Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:09.433Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:07:09.433Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:09.434Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:07:09.434Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:07:09.434Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:07:09.434Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||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-12-17T04:07:09.499Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 13bc7484-5620-409e-a0ff-19321c7be73f 1 ASDC deployResourceStructure
2021-12-17T04:07:09.499Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||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-12-17T04:07:09.499Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||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-12-17T04:07:09.499Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T04:07:09.500Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:07:09.501Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:07:09.502Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714029499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-17T04:07:09.602Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:07:09.603Z||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-12-17T04:07:09.603Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:07:09.615Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:07:09.616Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:07:10.502Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||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-12-17T04:07:10.503Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||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-12-17T04:07:10.503Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T04:07:10.504Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:07:10.506Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:07:10.506Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714030502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-12-17T04:07:10.606Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:07:10.607Z||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-12-17T04:07:10.607Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:07:10.618Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:07:10.618Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:07:11.507Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||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-12-17T04:07:11.507Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||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-12-17T04:07:11.507Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T04:07:11.508Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:07:11.510Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:07:11.510Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714031507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-12-17T04:07:11.610Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:07:11.611Z||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-12-17T04:07:11.611Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:07:11.623Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:07:11.624Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:07:12.511Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-12-17T04:07:12.512Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-12-17T04:07:12.512Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T04:07:12.512Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:07:12.514Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:07:12.514Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714032511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:07:12.614Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:07:12.615Z||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-12-17T04:07:12.615Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:07:12.624Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:07:12.625Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:07:13.515Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 731716f5-91d6-4e59-8148-65ed99cd1bce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T04:07:13.525Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 731716f5-91d6-4e59-8148-65ed99cd1bce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T04:07:13.527Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:07:13.527Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-17T04:07:13.527Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-17T04:07:13.527Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-17T04:07:13.527Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:07:13.527Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:07:13.527Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:07:13.527Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:07:13.527Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:07:13.527Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:07:13.527Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-17T04:07:13.532Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-17T04:07:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:07:18.005Z||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-12-17T04:07:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:07:18.023Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:07:18.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:07:18.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713858197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:07:18.025Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:07:18.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:07:18.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713859398,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:07:18.026Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:07:18.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:07:18.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713860488,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-17T04:07:18.026Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:07:18.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:07:18.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713861490,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-12-17T04:07:18.026Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:07:18.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:07:18.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713862494,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-12-17T04:07:18.027Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:07:18.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:07:18.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713863498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:07:18.027Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:07:43.532Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 731716f5-91d6-4e59-8148-65ed99cd1bce 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-12-17T04:07:43.536Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 731716f5-91d6-4e59-8148-65ed99cd1bce and serviceModelVersionId: 6d27b0f7-3ab6-48fe-9fdf-d5d93befefe2
2021-12-17T04:07:43.536Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a4bf6df6-28eb-4995-bdc3-d6e484378265
2021-12-17T04:07:43.537Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a4bf6df6-28eb-4995-bdc3-d6e484378265/model-vers/model-ver/6d27b0f7-3ab6-48fe-9fdf-d5d93befefe2?depth=0
2021-12-17T04:07:43.540Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-12-17T04:07:43.564Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4bf6df6-28eb-4995-bdc3-d6e484378265/model-vers/model-ver/6d27b0f7-3ab6-48fe-9fdf-d5d93befefe2?depth=0|INFO|500||Invoke
2021-12-17T04:07:43.565Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4bf6df6-28eb-4995-bdc3-d6e484378265/model-vers/model-ver/6d27b0f7-3ab6-48fe-9fdf-d5d93befefe2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4bf6df6-28eb-4995-bdc3-d6e484378265/model-vers/model-ver/6d27b0f7-3ab6-48fe-9fdf-d5d93befefe2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[731716f5-91d6-4e59-8148-65ed99cd1bce], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ce4cdc34-4ba2-49d3-bca9-e96fcf558889], X-ECOMP-RequestID=[731716f5-91d6-4e59-8148-65ed99cd1bce], X-TransactionId=[], X-ONAP-RequestID=[731716f5-91d6-4e59-8148-65ed99cd1bce], Content-Type=[application/merge-patch+json]}
2021-12-17T04:07:43.581Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4bf6df6-28eb-4995-bdc3-d6e484378265/model-vers/model-ver/6d27b0f7-3ab6-48fe-9fdf-d5d93befefe2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-17T04:07:43.801Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4bf6df6-28eb-4995-bdc3-d6e484378265/model-vers/model-ver/6d27b0f7-3ab6-48fe-9fdf-d5d93befefe2?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/a4bf6df6-28eb-4995-bdc3-d6e484378265/model-vers/model-ver/6d27b0f7-3ab6-48fe-9fdf-d5d93befefe2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211217-04:07:43:588-60062], vertex-id=[458792], Content-Length=[0], Date=[Fri, 17 Dec 2021 04:07:43 GMT], Content-Type=[application/json]}
2021-12-17T04:07:43.801Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4bf6df6-28eb-4995-bdc3-d6e484378265/model-vers/model-ver/6d27b0f7-3ab6-48fe-9fdf-d5d93befefe2?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-17T04:07:43.802Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4bf6df6-28eb-4995-bdc3-d6e484378265/model-vers/model-ver/6d27b0f7-3ab6-48fe-9fdf-d5d93befefe2?depth=0|INFO|500||InvokeReturn
2021-12-17T04:07:43.803Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-17T04:07:43.803Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||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-12-17T04:07:43.807Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-12-17T04:07:43.807Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 731716f5-91d6-4e59-8148-65ed99cd1bce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-17T04:07:43.807Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-17T04:07:43.807Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:07:43.809Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:07:43.809Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714063807,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-17T04:07:43.909Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:07:43.910Z||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-12-17T04:07:43.910Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:07:43.924Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:07:43.924Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-12-17T04:07:44.817Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:07:44.818Z|731716f5-91d6-4e59-8148-65ed99cd1bce|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-12-17T04:07:44.818Z|731716f5-91d6-4e59-8148-65ed99cd1bce|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:07:49.441Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:07:49.442Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-17T04:07:49.442Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"91e5647d-f261-4088-bc64-48d16f654041","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6412301e-94a4-4877-9001-eb92bff248b2","serviceDescription":"service","serviceInvariantUUID":"0bb5eff7-3d8c-403d-bec9-d5e510cf55e2","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"45e393ee-8b61-49e3-8a7c-6f7ca7eab301","resourceInvariantUUID":"bf191250-eb3f-4ea1-b32d-8280e306c482","resourceCustomizationUUID":"7230805f-4c5c-46f3-a72f-fdcec40dcd43","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":"M2MxYTM5MDJlZGNlYzI3YWFjYzUzY2Y5OTE5NWZkNTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"abf577fc-6a48-4cf3-a73d-c544791f8410","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":"0ddcb9ea-1a47-4ce4-b4e2-39be9c32476a","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":"1aee36d4-96ef-47c6-a38f-b505cfd902c2","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":"ZWViMDQ3OTU2OGJhOTIwODlhN2RhMzJlYTAxZmQ5OGU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"be08e7e6-fb28-42af-a50f-9843bb61e69a","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":"1acb72b8-485b-47e4-b864-ae6256d7e95f","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":"3fac208b-b26c-4c49-9e61-704983c5e5e8","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":"e4836534-7300-425b-a537-fd50df633215","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":"ODMxOWU0NGIwMDg2M2ExYjQ1YTUyM2UxOGI0OTM0Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1ca1a53a-46de-4de9-990a-4fed8f269197","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NzgyMjMyN2EzODg4MWQ0ZTliMTIxMWFlNjExM2MzZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f1e04d79-8988-44ce-9ff0-c3777bb8e04d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-17T04:07:49.444Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:07:49.444Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:07:49.446Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:07:49.446Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:07:49.546Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:07:49.547Z||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-12-17T04:07:49.547Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:07:49.557Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:07:49.558Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:07:50.446Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:07:50.447Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:07:50.449Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:07:50.449Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:07:50.550Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T04:07:50.550Z||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-12-17T04:07:50.550Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:07:50.561Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:07:50.562Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-12-17T04:07:51.450Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:07:51.451Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:07:51.453Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:07:51.453Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:07:51.553Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:07:51.554Z||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-12-17T04:07:51.555Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:07:51.567Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:07:51.568Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:07:52.453Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:07:52.453Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:07:52.458Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:07:52.458Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:07:52.558Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:07:52.559Z||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-12-17T04:07:52.559Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:07:52.570Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:07:52.570Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-12-17T04:07:53.458Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:07:53.459Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:07:53.461Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:07:53.461Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:07:53.562Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:07:53.562Z||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-12-17T04:07:53.563Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:07:53.573Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:07:53.574Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:07:54.462Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:07:54.463Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:07:54.465Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:07:54.465Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:07:54.565Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:07:54.566Z||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-12-17T04:07:54.566Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:07:54.578Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:07:54.578Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:07:55.466Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:07:55.467Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:07:55.469Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:07:55.470Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:07:55.570Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:07:55.570Z||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-12-17T04:07:55.571Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:07:55.581Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:07:55.582Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:07:56.470Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:07:56.471Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:07:56.473Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:07:56.474Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:07:56.574Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:07:56.575Z||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-12-17T04:07:56.575Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:07:56.586Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:07:56.586Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-12-17T04:07:57.474Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:07:57.475Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:07:57.477Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:07:57.477Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:07:57.578Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T04:07:57.578Z||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-12-17T04:07:57.579Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:07:57.588Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:07:57.589Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:07:58.478Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6412301e-94a4-4877-9001-eb92bff248b2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0bb5eff7-3d8c-403d-bec9-d5e510cf55e2",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "7230805f-4c5c-46f3-a72f-fdcec40dcd43",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "45e393ee-8b61-49e3-8a7c-6f7ca7eab301",
      "resourceInvariantUUID": "bf191250-eb3f-4ea1-b32d-8280e306c482",
      "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": "NzgyMjMyN2EzODg4MWQ0ZTliMTIxMWFlNjExM2MzZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f1e04d79-8988-44ce-9ff0-c3777bb8e04d"
    }
  ],
  "workloadContext": "Production"
}
2021-12-17T04:07:58.478Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-17T04:07:58.478Z|731716f5-91d6-4e59-8148-65ed99cd1bce|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6412301e-94a4-4877-9001-eb92bff248b2 ASDC
2021-12-17T04:07:58.479Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:91e5647d-f261-4088-bc64-48d16f654041
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6412301e-94a4-4877-9001-eb92bff248b2
ServiceInvariantUUID:0bb5eff7-3d8c-403d-bec9-d5e510cf55e2
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:f1e04d79-8988-44ce-9ff0-c3777bb8e04d
ArtifactChecksum:NzgyMjMyN2EzODg4MWQ0ZTliMTIxMWFlNjExM2MzZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:7230805f-4c5c-46f3-a72f-fdcec40dcd43
ResourceInvariantUUID:bf191250-eb3f-4ea1-b32d-8280e306c482
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:45e393ee-8b61-49e3-8a7c-6f7ca7eab301
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-12-17T04:07:58.479Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6412301e-94a4-4877-9001-eb92bff248b2 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-12-17T04:07:58.499Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-17T04:07:58.499Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-12-17T04:07:58.499Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-12-17T04:07:58.499Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f1e04d79-8988-44ce-9ff0-c3777bb8e04d from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-12-17T04:07:58.499Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-12-17T04:07:58.499Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-12-17T04:07:58.614Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-12-17T04:07:58.622Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar f1e04d79-8988-44ce-9ff0-c3777bb8e04d 105645
2021-12-17T04:07:58.623Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-12-17T04:07:58.623Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-12-17T04:07:58.623Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T04:07:58.623Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:07:58.624Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:07:58.625Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714078623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:07:58.725Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:07:58.726Z||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-12-17T04:07:58.726Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:07:58.735Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:07:58.736Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:07:59.625Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-17T04:07:59.626Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-12-17T04:07:59.626Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f1e04d79-8988-44ce-9ff0-c3777bb8e04d, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-17T04:07:59.626Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-12-17T04:07:59.627Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-17T04:07:59.627Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-17T04:07:59.703Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4550141554685223889/Definitions/service-TestPnfMacro-template.yml
2021-12-17T04:08:00.280Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-17T04:08:00.281Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-12-17T04:08:00.281Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-17T04:08:00.281Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-12-17T04:08:00.281Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-17T04:08:00.281Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-17T04:08:00.281Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-17T04:08:00.281Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-17T04:08:00.281Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-17T04:08:00.281Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-17T04:08:00.281Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-17T04:08:00.281Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-12-17T04:08:00.281Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:08:00.281Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:08:00.282Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-12-17T04:08:00.282Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-12-17T04:08:00.282Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-17T04:08:00.282Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:08:00.282Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:08:00.282Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-12-17T04:08:00.282Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-12-17T04:08:00.282Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-17T04:08:00.282Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:08:00.282Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:08:00.282Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:08:00.282Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:08:00.282Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:08:00.283Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:08:00.283Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:08:00.283Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:08:00.283Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:08:00.283Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:08:00.283Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:6412301e-94a4-4877-9001-eb92bff248b2
Model Version:NULL
Model InvariantUuid:0bb5eff7-3d8c-403d-bec9-d5e510cf55e2
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-12-17T04:08:00.287Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 45e393ee-8b61-49e3-8a7c-6f7ca7eab301
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-12-17T04:08:00.289Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||test-pnf 0
2021-12-17T04:08:00.289Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 45e393ee-8b61-49e3-8a7c-6f7ca7eab301
2021-12-17T04:08:00.290Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 6412301e-94a4-4877-9001-eb92bff248b2
2021-12-17T04:08:00.290Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6412301e-94a4-4877-9001-eb92bff248b2
2021-12-17T04:08:00.290Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 45e393ee-8b61-49e3-8a7c-6f7ca7eab301 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-12-17T04:08:00.293Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72ecba4e, org.onap.sdc.toscaparser.api.parameters.Input@3d54c19d, org.onap.sdc.toscaparser.api.parameters.Input@6f4e48b6, org.onap.sdc.toscaparser.api.parameters.Input@5aaf1e88, org.onap.sdc.toscaparser.api.parameters.Input@4d86f159]
2021-12-17T04:08:00.293Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:08:00.293Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:08:00.293Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6412301e-94a4-4877-9001-eb92bff248b2: test-pnf
2021-12-17T04:08:00.293Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||Processing PNF resource: 45e393ee-8b61-49e3-8a7c-6f7ca7eab301
2021-12-17T04:08:00.293Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:08:00.293Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:08:00.293Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||Resource customization UUID: 7230805f-4c5c-46f3-a72f-fdcec40dcd43 is the same as notified resource customizationUUID: 7230805f-4c5c-46f3-a72f-fdcec40dcd43
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-12-17T04:08:00.315Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 45e393ee-8b61-49e3-8a7c-6f7ca7eab301 0 ASDC deployResourceStructure
2021-12-17T04:08:00.316Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-12-17T04:08:00.316Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-12-17T04:08:00.316Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T04:08:00.316Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:08:00.318Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:08:00.318Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714080315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:08:00.419Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:08:00.419Z||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-12-17T04:08:00.419Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:08:00.429Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:08:00.430Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:08:01.319Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91e5647d-f261-4088-bc64-48d16f654041
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T04:08:01.329Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91e5647d-f261-4088-bc64-48d16f654041
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T04:08:01.330Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:08:01.330Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T04:08:01.330Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T04:08:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:08:18.005Z||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-12-17T04:08:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:08:18.028Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:08:18.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "cds",
  "timestamp": 1639713955700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713958994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "aai-ml",
  "timestamp": 1639713962328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713956577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "dcae-sch",
  "timestamp": 1639713957926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "clamp",
  "timestamp": 1639713965835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "cds",
  "timestamp": 1639713955700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713958994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "aai-ml",
  "timestamp": 1639713962328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713956577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "dcae-sch",
  "timestamp": 1639713957926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "clamp",
  "timestamp": 1639713965835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "cds",
  "timestamp": 1639713955700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713958994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "aai-ml",
  "timestamp": 1639713962328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "policy-id",
  "timestamp": 1639713967098,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713956577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "dcae-sch",
  "timestamp": 1639713957926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "clamp",
  "timestamp": 1639713965835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "cds",
  "timestamp": 1639713955700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "policy-id",
  "timestamp": 1639713967098,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "aai-ml",
  "timestamp": 1639713962328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713958994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713956577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "dcae-sch",
  "timestamp": 1639713957926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "clamp",
  "timestamp": 1639713965835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "cds",
  "timestamp": 1639713955700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "policy-id",
  "timestamp": 1639713967098,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "aai-ml",
  "timestamp": 1639713962328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713958994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713956577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "dcae-sch",
  "timestamp": 1639713957926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "clamp",
  "timestamp": 1639713965835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "cds",
  "timestamp": 1639713955700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "policy-id",
  "timestamp": 1639713967098,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "aai-ml",
  "timestamp": 1639713962328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713958994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713956577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "dcae-sch",
  "timestamp": 1639713957926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "clamp",
  "timestamp": 1639713965835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "cds",
  "timestamp": 1639713955700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "policy-id",
  "timestamp": 1639713967098,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "aai-ml",
  "timestamp": 1639713962328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713958994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713956577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "dcae-sch",
  "timestamp": 1639713957926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "clamp",
  "timestamp": 1639713965835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "cds",
  "timestamp": 1639713955700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "aai-ml",
  "timestamp": 1639713962328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713958994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "policy-id",
  "timestamp": 1639713967098,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713956577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "dcae-sch",
  "timestamp": 1639713957926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "clamp",
  "timestamp": 1639713965835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "cds",
  "timestamp": 1639713955700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "policy-id",
  "timestamp": 1639713967098,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "aai-ml",
  "timestamp": 1639713962328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713958994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639713956577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "dcae-sch",
  "timestamp": 1639713957926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "clamp",
  "timestamp": 1639713965835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "policy-id",
  "timestamp": 1639713967098,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713975104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "aai-ml",
  "timestamp": 1639713975109,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "cds",
  "timestamp": 1639713975187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "policy-id",
  "timestamp": 1639713967098,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713976123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "cds",
  "timestamp": 1639713976399,
  "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-12-17T04:08:18.045Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 91e5647d-f261-4088-bc64-48d16f654041
2021-12-17T04:08:18.045Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e5647d-f261-4088-bc64-48d16f654041 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-12-17T04:08:18.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "policy-id",
  "timestamp": 1639713976887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:08:18.051Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:08:18.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:08:18.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639713977125,
  "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-12-17T04:08:18.054Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 91e5647d-f261-4088-bc64-48d16f654041
2021-12-17T04:08:18.054Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e5647d-f261-4088-bc64-48d16f654041 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-12-17T04:08:31.330Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91e5647d-f261-4088-bc64-48d16f654041
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T04:08:31.341Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91e5647d-f261-4088-bc64-48d16f654041
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T04:08:31.343Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:08:31.343Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T04:08:31.343Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T04:09:01.344Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91e5647d-f261-4088-bc64-48d16f654041
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T04:09:01.353Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91e5647d-f261-4088-bc64-48d16f654041
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T04:09:01.355Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:09:01.355Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T04:09:01.355Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T04:09:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:09:18.005Z||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-12-17T04:09:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:09:18.027Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:09:18.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "policy-id",
  "timestamp": 1639713977890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:09:18.030Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:09:18.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "policy-id",
  "timestamp": 1639713978893,
  "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-12-17T04:09:18.037Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91e5647d-f261-4088-bc64-48d16f654041
2021-12-17T04:09:18.037Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e5647d-f261-4088-bc64-48d16f654041 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-12-17T04:09:18.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "aai-ml",
  "timestamp": 1639713979291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:09:18.045Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:09:18.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "aai-ml",
  "timestamp": 1639713980294,
  "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-12-17T04:09:18.049Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 91e5647d-f261-4088-bc64-48d16f654041
2021-12-17T04:09:18.049Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e5647d-f261-4088-bc64-48d16f654041 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-12-17T04:09:18.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "clamp",
  "timestamp": 1639713983844,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:09:18.055Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:09:18.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713984034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713984034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "clamp",
  "timestamp": 1639713985851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:09:18.056Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:09:18.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713984034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "clamp",
  "timestamp": 1639713986855,
  "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-12-17T04:09:18.062Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 91e5647d-f261-4088-bc64-48d16f654041
2021-12-17T04:09:18.062Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e5647d-f261-4088-bc64-48d16f654041 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-12-17T04:09:18.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713984034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713984034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713984034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713984034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713984034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713984034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:09:18.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713993771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:09:18.071Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:09:18.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713995432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:09:18.071Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:09:18.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639713996435,
  "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-12-17T04:09:18.074Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91e5647d-f261-4088-bc64-48d16f654041
2021-12-17T04:09:18.074Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e5647d-f261-4088-bc64-48d16f654041 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-12-17T04:09:18.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5290ed9-8c4b-41aa-a6aa-4f4a4187c5c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714014725,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-17T04:09:18.080Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:09:18.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-12-17T04:09:18.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-17T04:09:18.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-17T04:09:18.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639713841050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:09:18.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714023924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:09:18.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:09:18.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714026097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:09:18.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:09:18.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714027306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:09:18.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:09:18.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "aai-ml",
  "timestamp": 1639714022328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639714018994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "clamp",
  "timestamp": 1639714025835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "dcae-sch",
  "timestamp": 1639714017926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "policy-id",
  "timestamp": 1639714027099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714028409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:09:18.083Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:09:18.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "dcae-sch",
  "timestamp": 1639714017926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "clamp",
  "timestamp": 1639714025835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-12-17T04:09:18.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639714018994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "aai-ml",
  "timestamp": 1639714022328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "policy-id",
  "timestamp": 1639714027099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714029499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-17T04:09:18.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:09:18.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639714018994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "dcae-sch",
  "timestamp": 1639714017926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "aai-ml",
  "timestamp": 1639714022328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "clamp",
  "timestamp": 1639714025835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "policy-id",
  "timestamp": 1639714027099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-17T04:09:18.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714030502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-12-17T04:09:18.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:09:18.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "clamp",
  "timestamp": 1639714025835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "aai-ml",
  "timestamp": 1639714022328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639714018994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "dcae-sch",
  "timestamp": 1639714017926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "policy-id",
  "timestamp": 1639714027099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "cds",
  "timestamp": 1639714030700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714031507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-12-17T04:09:18.086Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:09:18.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "aai-ml",
  "timestamp": 1639714022328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "dcae-sch",
  "timestamp": 1639714017926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639714018994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "policy-id",
  "timestamp": 1639714027099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "clamp",
  "timestamp": 1639714025835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "cds",
  "timestamp": 1639714030700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714032511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:09:18.087Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:09:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "dcae-sch",
  "timestamp": 1639714017926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639714018994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "clamp",
  "timestamp": 1639714025835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "aai-ml",
  "timestamp": 1639714022328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "policy-id",
  "timestamp": 1639714027099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "cds",
  "timestamp": 1639714030700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639714018994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "aai-ml",
  "timestamp": 1639714022328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:09:18.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "dcae-sch",
  "timestamp": 1639714017926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "clamp",
  "timestamp": 1639714025835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:09:18.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "policy-id",
  "timestamp": 1639714027099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:09:18.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "cds",
  "timestamp": 1639714030700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "policy-id",
  "timestamp": 1639714035205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:09:18.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:09:18.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "aai-ml",
  "timestamp": 1639714035293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:09:18.090Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:09:18.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "cds",
  "timestamp": 1639714030700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "policy-id",
  "timestamp": 1639714036209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:09:18.090Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:09:18.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "cds",
  "timestamp": 1639714030700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714036577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:09:18.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:18.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "policy-id",
  "timestamp": 1639714037211,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-17T04:09:18.100Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5
2021-12-17T04:09:18.100Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5 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-12-17T04:09:18.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:09:18.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "cds",
  "timestamp": 1639714030700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:09:18.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:09:31.356Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91e5647d-f261-4088-bc64-48d16f654041
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T04:09:31.366Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91e5647d-f261-4088-bc64-48d16f654041
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T04:09:31.369Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:09:31.370Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-17T04:09:31.370Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-17T04:09:31.370Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-17T04:09:31.370Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:09:31.370Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:09:31.371Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:09:31.371Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:09:31.371Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:09:31.371Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:09:31.371Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:09:31.372Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-17T04:09:31.377Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-17T04:10:01.378Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 91e5647d-f261-4088-bc64-48d16f654041 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-12-17T04:10:01.382Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 91e5647d-f261-4088-bc64-48d16f654041 and serviceModelVersionId: 6412301e-94a4-4877-9001-eb92bff248b2
2021-12-17T04:10:01.382Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0bb5eff7-3d8c-403d-bec9-d5e510cf55e2
2021-12-17T04:10:01.383Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0bb5eff7-3d8c-403d-bec9-d5e510cf55e2/model-vers/model-ver/6412301e-94a4-4877-9001-eb92bff248b2?depth=0
2021-12-17T04:10:01.389Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-12-17T04:10:01.415Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bb5eff7-3d8c-403d-bec9-d5e510cf55e2/model-vers/model-ver/6412301e-94a4-4877-9001-eb92bff248b2?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-12-17T04:10:01.416Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bb5eff7-3d8c-403d-bec9-d5e510cf55e2/model-vers/model-ver/6412301e-94a4-4877-9001-eb92bff248b2?depth=0|INFO|500||Invoke
2021-12-17T04:10:01.438Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bb5eff7-3d8c-403d-bec9-d5e510cf55e2/model-vers/model-ver/6412301e-94a4-4877-9001-eb92bff248b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-17T04:10:01.520Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bb5eff7-3d8c-403d-bec9-d5e510cf55e2/model-vers/model-ver/6412301e-94a4-4877-9001-eb92bff248b2?depth=0|INFO|500||InvokeReturn
2021-12-17T04:10:01.520Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bb5eff7-3d8c-403d-bec9-d5e510cf55e2/model-vers/model-ver/6412301e-94a4-4877-9001-eb92bff248b2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211217-04:10:01:447-28928], vertex-id=[340200], Content-Length=[0], Date=[Fri, 17 Dec 2021 04:10:01 GMT], Content-Type=[application/json]}
2021-12-17T04:10:01.520Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-12-17T04:10:01.520Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-17T04:10:01.520Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||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-12-17T04:10:01.524Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-12-17T04:10:01.525Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 91e5647d-f261-4088-bc64-48d16f654041 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-17T04:10:01.525Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-17T04:10:01.525Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:10:01.527Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:10:01.527Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714201525,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-17T04:10:01.628Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:10:01.628Z||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-12-17T04:10:01.629Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:10:01.643Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:10:01.644Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 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-12-17T04:10:02.539Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-17T04:10:02.539Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"518d0139-06f3-468e-b401-63719deca2b6","serviceDescription":"service","serviceInvariantUUID":"cf290d49-4b8c-4d38-a982-136ef1ad31c8","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"379e1678-d8d9-4db0-be7b-efc925009469","resourceInvariantUUID":"e4ad8ecb-bbe4-4dcb-b487-cb576aee3bfe","resourceCustomizationUUID":"3be889ce-655e-48f0-b084-8712f182d6a2","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":"NTk4YmM1YmViNmQxZGIwMDM3NTJjNzIyNzIxNTNjMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4eb02be4-cc49-4e88-9a69-af8d99e4e5a6","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":"NzU4MzFhMDdkYzVhZmE3YjI0OTJiYjNhOTI1N2EzY2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7c347b72-b703-48ab-a3fc-c5f92fdd4cc4","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":"9f851a7e-ed85-4115-926d-6a12f417afbf","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":"94492bc1-832f-4b42-97db-0cc283550fef","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":"8f97a4ee-d091-4e36-8c8e-e5c935603c13","artifactVersion":"2","generatedFromUUID":"9f851a7e-ed85-4115-926d-6a12f417afbf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MWJiNDQzNThmZGZiNjA0NjgxY2JjMmJkNDlhY2FlZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"66383a53-a7bb-4236-a6d3-ee4730a75813","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODg1ZTcwNjMwMjU0MTI2NjkwZjA3M2EwZmM4NWYzNDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"309dcea6-d4c3-4108-9b61-e2ab9be85587","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-17T04:10:02.539Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:10:02.539Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:10:02.541Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:10:02.542Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:10:02.642Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:10:02.642Z||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-12-17T04:10:02.642Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:10:02.652Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:10:02.652Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:10:03.542Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:10:03.543Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:10:03.546Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:10:03.546Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-12-17T04:10:03.646Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:10:03.647Z||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-12-17T04:10:03.647Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:10:03.657Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:10:03.657Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:10:04.547Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:10:04.548Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:10:04.549Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:10:04.550Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-17T04:10:04.650Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:10:04.650Z||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-12-17T04:10:04.650Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:10:04.661Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:10:04.661Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:10:05.550Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:10:05.551Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:10:05.553Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:10:05.553Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:10:05.653Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:10:05.654Z||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-12-17T04:10:05.655Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:10:05.665Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:10:05.667Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:10:06.554Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:10:06.554Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:10:06.556Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:10:06.556Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-17T04:10:06.656Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:10:06.657Z||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-12-17T04:10:06.657Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:10:06.669Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:10:06.669Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:10:07.557Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:10:07.557Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:10:07.560Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:10:07.560Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:10:07.660Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:10:07.661Z||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-12-17T04:10:07.661Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:10:07.673Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:10:07.673Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:10:08.560Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:10:08.562Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:10:08.564Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:10:08.564Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:10:08.664Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:10:08.665Z||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-12-17T04:10:08.665Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:10:08.675Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:10:08.675Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:10:09.565Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "518d0139-06f3-468e-b401-63719deca2b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cf290d49-4b8c-4d38-a982-136ef1ad31c8",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "3be889ce-655e-48f0-b084-8712f182d6a2",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "379e1678-d8d9-4db0-be7b-efc925009469",
      "resourceInvariantUUID": "e4ad8ecb-bbe4-4dcb-b487-cb576aee3bfe",
      "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": "NzU4MzFhMDdkYzVhZmE3YjI0OTJiYjNhOTI1N2EzY2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7c347b72-b703-48ab-a3fc-c5f92fdd4cc4",
          "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": "9f851a7e-ed85-4115-926d-6a12f417afbf",
          "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": "8f97a4ee-d091-4e36-8c8e-e5c935603c13",
            "generatedFromUUID": "9f851a7e-ed85-4115-926d-6a12f417afbf"
          },
          "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": "8f97a4ee-d091-4e36-8c8e-e5c935603c13",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ODg1ZTcwNjMwMjU0MTI2NjkwZjA3M2EwZmM4NWYzNDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "309dcea6-d4c3-4108-9b61-e2ab9be85587"
    }
  ],
  "workloadContext": "Production"
}
2021-12-17T04:10:09.565Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-17T04:10:09.565Z|91e5647d-f261-4088-bc64-48d16f654041|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 518d0139-06f3-468e-b401-63719deca2b6 ASDC
2021-12-17T04:10:09.566Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:518d0139-06f3-468e-b401-63719deca2b6
ServiceInvariantUUID:cf290d49-4b8c-4d38-a982-136ef1ad31c8
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:309dcea6-d4c3-4108-9b61-e2ab9be85587
ArtifactChecksum:ODg1ZTcwNjMwMjU0MTI2NjkwZjA3M2EwZmM4NWYzNDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:3be889ce-655e-48f0-b084-8712f182d6a2
ResourceInvariantUUID:e4ad8ecb-bbe4-4dcb-b487-cb576aee3bfe
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:379e1678-d8d9-4db0-be7b-efc925009469
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:7c347b72-b703-48ab-a3fc-c5f92fdd4cc4
ArtifactChecksum:NzU4MzFhMDdkYzVhZmE3YjI0OTJiYjNhOTI1N2EzY2M=
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:9f851a7e-ed85-4115-926d-6a12f417afbf
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:8f97a4ee-d091-4e36-8c8e-e5c935603c13
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:8f97a4ee-d091-4e36-8c8e-e5c935603c13
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-17T04:10:09.566Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 518d0139-06f3-468e-b401-63719deca2b6 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-12-17T04:10:09.591Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-17T04:10:09.592Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-12-17T04:10:09.592Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-12-17T04:10:09.592Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 309dcea6-d4c3-4108-9b61-e2ab9be85587 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-17T04:10:09.592Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-12-17T04:10:09.592Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-17T04:10:09.902Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-12-17T04:10:09.906Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 309dcea6-d4c3-4108-9b61-e2ab9be85587 71036
2021-12-17T04:10:09.906Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-12-17T04:10:09.906Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-17T04:10:09.906Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T04:10:09.906Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:10:09.908Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:10:09.908Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714209906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:10:10.008Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:10:10.009Z||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-12-17T04:10:10.009Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:10:10.020Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:10:10.020Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:10:10.908Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-17T04:10:10.910Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-12-17T04:10:10.910Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 309dcea6-d4c3-4108-9b61-e2ab9be85587, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-12-17T04:10:10.910Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-12-17T04:10:10.910Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-12-17T04:10:10.911Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-12-17T04:10:11.073Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8989326098109035715/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-12-17T04:10:11.961Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-17T04:10:11.962Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-12-17T04:10:11.962Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-17T04:10:11.962Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-17T04:10:11.962Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||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-12-17T04:10:11.962Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||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-12-17T04:10:11.962Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-17T04:10:11.962Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-17T04:10:11.962Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-17T04:10:11.962Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||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-12-17T04:10:11.962Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-17T04:10:11.962Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||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-12-17T04:10:11.962Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-17T04:10:11.962Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-12-17T04:10:11.962Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:11.962Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:10:11.962Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-17T04:10:11.963Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-12-17T04:10:11.963Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-17T04:10:11.963Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:11.963Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:10:11.963Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-17T04:10:11.963Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-12-17T04:10:11.963Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-17T04:10:11.963Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:11.964Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:10:11.964Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:11.964Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-12-17T04:10:11.964Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-12-17T04:10:11.964Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-12-17T04:10:11.964Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-12-17T04:10:11.964Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-17T04:10:11.964Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-17T04:10:11.964Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:11.964Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-17T04:10:11.965Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:11.965Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-17T04:10:11.965Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:10:11.965Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:11.965Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-17T04:10:11.965Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:10:11.965Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:11.965Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-17T04:10:11.965Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:10:11.965Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:11.965Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-12-17T04:10:11.965Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-12-17T04:10:11.965Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-17T04:10:11.966Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=229d893f-98cf-4ff9-b661-c4795e0c4f03
2021-12-17T04:10:11.966Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:11.966Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:10:11.966Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:11.966Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:10:11.966Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:11.966Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:10:11.966Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:11.966Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:10:11.966Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:518d0139-06f3-468e-b401-63719deca2b6
Model Version:NULL
Model InvariantUuid:cf290d49-4b8c-4d38-a982-136ef1ad31c8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:bedf5fad-010b-4198-9034-e612bae878f7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e4ad8ecb-bbe4-4dcb-b487-cb576aee3bfe
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3be889ce-655e-48f0-b084-8712f182d6a2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d61d1b40-9159-4bf7-8e83-6c53871cd465
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:87e55e2d-c93c-489f-b0a3-52a1248bf470
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:229d893f-98cf-4ff9-b661-c4795e0c4f03
ModelInvariantUuid:86c1def9-61bc-43d7-89af-aee9d394b206
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:52541e90-344d-4660-a638-dbb7c1350e61
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b41e38b6-8d5f-4030-ba83-a83e0685fe00
ModelInvariantUuid:d1824db5-0ca5-444c-9d4d-2ad2122399d1
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:3c627412-6fa4-4021-95cd-3744f9acc910
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-12-17T04:10:11.972Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 379e1678-d8d9-4db0-be7b-efc925009469
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-12-17T04:10:11.974Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||basic_vm 0
2021-12-17T04:10:11.974Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 379e1678-d8d9-4db0-be7b-efc925009469
2021-12-17T04:10:11.974Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7c347b72-b703-48ab-a3fc-c5f92fdd4cc4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-12-17T04:10:11.974Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-12-17T04:10:11.974Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||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-12-17T04:10:12.102Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-12-17T04:10:12.103Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7c347b72-b703-48ab-a3fc-c5f92fdd4cc4 787
2021-12-17T04:10:12.103Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||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-12-17T04:10:12.103Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||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-12-17T04:10:12.103Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T04:10:12.103Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:10:12.105Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:10:12.105Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714212103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:10:12.205Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:10:12.206Z||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-12-17T04:10:12.206Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:10:12.216Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:10:12.217Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:10:13.105Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d61d1b40-9159-4bf7-8e83-6c53871cd465",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "87e55e2d-c93c-489f-b0a3-52a1248bf470",
    "vfModuleModelCustomizationUUID": "72ea31ea-8dc3-4334-9a9d-cc417427f96b",
    "isBase": true,
    "artifacts": [
      "9f851a7e-ed85-4115-926d-6a12f417afbf",
      "8f97a4ee-d091-4e36-8c8e-e5c935603c13"
    ],
    "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-12-17T04:10:13.109Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:87e55e2d-c93c-489f-b0a3-52a1248bf470
VfModuleModelInvariantUUID:d61d1b40-9159-4bf7-8e83-6c53871cd465
VfModuleModelDescription:NULL
Artifacts UUID List:{
9f851a7e-ed85-4115-926d-6a12f417afbf
,
8f97a4ee-d091-4e36-8c8e-e5c935603c13

}
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-12-17T04:10:13.110Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d61d1b40-9159-4bf7-8e83-6c53871cd465",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "87e55e2d-c93c-489f-b0a3-52a1248bf470",
    "vfModuleModelCustomizationUUID": "72ea31ea-8dc3-4334-9a9d-cc417427f96b",
    "isBase": true,
    "artifacts": [
      "9f851a7e-ed85-4115-926d-6a12f417afbf",
      "8f97a4ee-d091-4e36-8c8e-e5c935603c13"
    ],
    "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-12-17T04:10:13.111Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:87e55e2d-c93c-489f-b0a3-52a1248bf470
VfModuleModelInvariantUUID:d61d1b40-9159-4bf7-8e83-6c53871cd465
VfModuleModelDescription:NULL
Artifacts UUID List:{
9f851a7e-ed85-4115-926d-6a12f417afbf
,
8f97a4ee-d091-4e36-8c8e-e5c935603c13

}
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-12-17T04:10:13.111Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9f851a7e-ed85-4115-926d-6a12f417afbf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-12-17T04:10:13.111Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-12-17T04:10:13.111Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||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-12-17T04:10:13.201Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-12-17T04:10:13.201Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 9f851a7e-ed85-4115-926d-6a12f417afbf 5033
2021-12-17T04:10:13.202Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||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-12-17T04:10:13.202Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||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-12-17T04:10:13.202Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T04:10:13.202Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:10:13.204Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:10:13.204Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714213202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:10:13.304Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:10:13.304Z||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-12-17T04:10:13.305Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:10:13.314Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:10:13.314Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:10:14.204Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8f97a4ee-d091-4e36-8c8e-e5c935603c13 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-12-17T04:10:14.205Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-12-17T04:10:14.205Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||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-12-17T04:10:14.388Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-12-17T04:10:14.388Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 8f97a4ee-d091-4e36-8c8e-e5c935603c13 903
2021-12-17T04:10:14.389Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||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-12-17T04:10:14.389Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||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-12-17T04:10:14.389Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T04:10:14.389Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:10:14.391Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:10:14.391Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714214389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:10:14.492Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:10:14.492Z||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-12-17T04:10:14.492Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:10:14.503Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:10:14.503Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:10:15.392Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 518d0139-06f3-468e-b401-63719deca2b6
2021-12-17T04:10:15.392Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 379e1678-d8d9-4db0-be7b-efc925009469 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-12-17T04:10:15.402Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b8da8ec, org.onap.sdc.toscaparser.api.parameters.Input@2b0a9380, org.onap.sdc.toscaparser.api.parameters.Input@69c2bbe, org.onap.sdc.toscaparser.api.parameters.Input@52ac504c, org.onap.sdc.toscaparser.api.parameters.Input@44f0483d]
2021-12-17T04:10:15.403Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:15.404Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:10:15.404Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-12-17T04:10:15.404Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 3be889ce-655e-48f0-b084-8712f182d6a2
2021-12-17T04:10:15.404Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3be889ce-655e-48f0-b084-8712f182d6a2 matches Tosca VF Customization UUID: 3be889ce-655e-48f0-b084-8712f182d6a2
2021-12-17T04:10:15.405Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 3be889ce-655e-48f0-b084-8712f182d6a2  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-12-17T04:10:15.406Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:15.407Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:10:15.407Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 3be889ce-655e-48f0-b084-8712f182d6a2: {\"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-12-17T04:10:15.408Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c214d5d
2021-12-17T04:10:15.408Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:15.408Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-17T04:10:15.408Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 72ea31ea-8dc3-4334-9a9d-cc417427f96b
2021-12-17T04:10:15.409Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 72ea31ea-8dc3-4334-9a9d-cc417427f96b
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-12-17T04:10:15.411Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:15.411Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-17T04:10:15.411Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:10:15.411Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:15.411Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-17T04:10:15.411Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:10:15.412Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:15.412Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-12-17T04:10:15.412Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-12-17T04:10:15.412Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-17T04:10:15.412Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=229d893f-98cf-4ff9-b661-c4795e0c4f03
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-12-17T04:10:15.414Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:15.414Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-17T04:10:15.414Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:10:15.414Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:15.414Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-17T04:10:15.414Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=3be889ce-655e-48f0-b084-8712f182d6a2
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-12-17T04:10:15.415Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:15.416Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:10:15.416Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 518d0139-06f3-468e-b401-63719deca2b6: basic_vm
2021-12-17T04:10:15.416Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:15.416Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:10:15.416Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:15.416Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:10:15.416Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:15.416Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:10:15.417Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:15.417Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:10:15.417Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:10:15.417Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:10:15.417Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||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-12-17T04:10:15.469Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 379e1678-d8d9-4db0-be7b-efc925009469 1 ASDC deployResourceStructure
2021-12-17T04:10:15.469Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||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-12-17T04:10:15.469Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||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-12-17T04:10:15.469Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T04:10:15.470Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:10:15.471Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:10:15.471Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714215469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-17T04:10:15.571Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:10:15.572Z||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-12-17T04:10:15.572Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:10:15.583Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:10:15.584Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:10:16.472Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||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-12-17T04:10:16.473Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||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-12-17T04:10:16.473Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T04:10:16.473Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:10:16.475Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:10:16.475Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714216472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-12-17T04:10:16.575Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:10:16.576Z||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-12-17T04:10:16.576Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:10:16.586Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:10:16.587Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:10:17.476Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||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-12-17T04:10:17.477Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||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-12-17T04:10:17.477Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T04:10:17.477Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:10:17.479Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:10:17.480Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714217476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-12-17T04:10:17.580Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:10:17.580Z||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-12-17T04:10:17.581Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:10:17.592Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:10:17.592Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:10:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:10:18.005Z||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-12-17T04:10:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:10:18.029Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:10:18.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "clamp",
  "timestamp": 1639714038143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:10:18.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:10:18.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714036577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-12-17T04:10:18.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:10:18.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "cds",
  "timestamp": 1639714038421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:10:18.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:10:18.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714036577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-17T04:10:18.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:10:18.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "cds",
  "timestamp": 1639714039424,
  "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-12-17T04:10:18.039Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5
2021-12-17T04:10:18.040Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5 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-12-17T04:10:18.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "clamp",
  "timestamp": 1639714039859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:10:18.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:10:18.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714036577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:10:18.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:10:18.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "clamp",
  "timestamp": 1639714040863,
  "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-12-17T04:10:18.050Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5
2021-12-17T04:10:18.051Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5 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-12-17T04:10:18.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714036577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-17T04:10:18.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:10:18.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "aai-ml",
  "timestamp": 1639714041593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:10:18.056Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:10:18.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714036577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:10:18.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:10:18.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "aai-ml",
  "timestamp": 1639714042596,
  "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-12-17T04:10:18.061Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5
2021-12-17T04:10:18.061Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5 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-12-17T04:10:18.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714036577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:10:18.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:10:18.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714044302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:10:18.068Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:10:18.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639714044034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:10:18.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:10:18.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714045489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:10:18.068Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:10:18.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639714044034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:10:18.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:10:18.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714046609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:10:18.069Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:10:18.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639714044034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:10:18.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:10:18.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714047633,
  "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-12-17T04:10:18.072Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5
2021-12-17T04:10:18.073Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5 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-12-17T04:10:18.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639714044034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:10:18.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:10:18.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714048637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-17T04:10:18.080Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:10:18.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639714044034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:10:18.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:10:18.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639714044034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:10:18.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:10:18.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639714044034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:10:18.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:10:18.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639714051757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:10:18.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:10:18.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639714053725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:10:18.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:10:18.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639714054728,
  "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-12-17T04:10:18.086Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5
2021-12-17T04:10:18.086Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5 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-12-17T04:10:18.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "731716f5-91d6-4e59-8148-65ed99cd1bce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714063807,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-17T04:10:18.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:10:18.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:10:18.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:10:18.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:10:18.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:10:18.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:10:18.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:10:18.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:10:18.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:10:18.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:10:18.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:10:18.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:10:18.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:10:18.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:10:18.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:10:18.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:10:18.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:10:18.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:10:18.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:10:18.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714078623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:10:18.094Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:10:18.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-17T04:10:18.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714080315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:10:18.094Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:10:18.480Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-12-17T04:10:18.481Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-17T04:10:18.481Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T04:10:18.482Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:10:18.483Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:10:18.484Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714218480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:10:18.584Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:10:18.585Z||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-12-17T04:10:18.585Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:10:18.595Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:10:18.595Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:10:19.484Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T04:10:19.493Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T04:10:19.495Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:10:19.495Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-17T04:10:19.495Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-17T04:10:19.495Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-17T04:10:19.495Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:10:19.495Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:10:19.495Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:10:19.495Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:10:19.496Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:10:19.496Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:10:19.496Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-17T04:10:19.499Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-17T04:10:49.500Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5 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-12-17T04:10:49.504Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5 and serviceModelVersionId: 518d0139-06f3-468e-b401-63719deca2b6
2021-12-17T04:10:49.504Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf290d49-4b8c-4d38-a982-136ef1ad31c8
2021-12-17T04:10:49.504Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf290d49-4b8c-4d38-a982-136ef1ad31c8/model-vers/model-ver/518d0139-06f3-468e-b401-63719deca2b6?depth=0
2021-12-17T04:10:49.509Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-12-17T04:10:49.534Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf290d49-4b8c-4d38-a982-136ef1ad31c8/model-vers/model-ver/518d0139-06f3-468e-b401-63719deca2b6?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-12-17T04:10:49.535Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf290d49-4b8c-4d38-a982-136ef1ad31c8/model-vers/model-ver/518d0139-06f3-468e-b401-63719deca2b6?depth=0|INFO|500||Invoke
2021-12-17T04:10:49.551Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf290d49-4b8c-4d38-a982-136ef1ad31c8/model-vers/model-ver/518d0139-06f3-468e-b401-63719deca2b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-17T04:10:49.658Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf290d49-4b8c-4d38-a982-136ef1ad31c8/model-vers/model-ver/518d0139-06f3-468e-b401-63719deca2b6?depth=0|INFO|500||InvokeReturn
2021-12-17T04:10:49.659Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf290d49-4b8c-4d38-a982-136ef1ad31c8/model-vers/model-ver/518d0139-06f3-468e-b401-63719deca2b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211217-04:10:49:559-31220], vertex-id=[372968], Content-Length=[0], Date=[Fri, 17 Dec 2021 04:10:49 GMT], Content-Type=[application/json]}
2021-12-17T04:10:49.660Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-12-17T04:10:49.660Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-17T04:10:49.660Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||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-12-17T04:10:49.663Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-12-17T04:10:49.663Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-17T04:10:49.664Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-17T04:10:49.664Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:10:49.665Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:10:49.666Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714249663,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-17T04:10:49.766Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:10:49.767Z||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-12-17T04:10:49.767Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:10:49.782Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:10:49.782Z||pool-107-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-12-17T04:10:50.676Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:10:50.676Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|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-12-17T04:10:50.677Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:00.903Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:00.904Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:11:00.905Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|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-12-17T04:11:00.905Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:10.438Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:10.439Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:11:10.439Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|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-12-17T04:11:10.439Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:18.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:11:18.005Z||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-12-17T04:11:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:18.028Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:18.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-17T04:11:18.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e5647d-f261-4088-bc64-48d16f654041",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714201525,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-17T04:11:18.029Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:11:18.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-17T04:11:18.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:11:18.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:11:18.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-17T04:11:18.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-12-17T04:11:18.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:11:18.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-17T04:11:18.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-17T04:11:18.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:11:18.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-17T04:11:18.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:11:18.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:11:18.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-17T04:11:18.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-17T04:11:18.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:11:18.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-17T04:11:18.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:11:18.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:11:18.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-17T04:11:18.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714064817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:11:18.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:11:18.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-17T04:11:18.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714209906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:11:18.031Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:11:18.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-17T04:11:18.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714212103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:11:18.031Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:11:18.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-17T04:11:18.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714213202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:11:18.032Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:11:18.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-17T04:11:18.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714214389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:11:18.032Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:11:18.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-17T04:11:18.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714215469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-17T04:11:18.032Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:11:18.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-17T04:11:18.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714216472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-12-17T04:11:18.032Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:11:18.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-17T04:11:18.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714217476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-12-17T04:11:18.033Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:11:19.972Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:19.973Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:11:19.974Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|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-12-17T04:11:19.974Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:29.514Z|c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:29.514Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:11:29.515Z|9ee318e6-2524-4211-a831-ec8713967852|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-12-17T04:11:29.515Z|9ee318e6-2524-4211-a831-ec8713967852|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:37.520Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:37.521Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-17T04:11:37.521Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"de64aa9b-07f9-44a7-abe2-10d293d04d57","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"1883d091-f89e-44e3-9262-dd92d8104666","serviceDescription":"service","serviceInvariantUUID":"5ffb4f9b-c639-4b27-bffe-57834239696e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1afd5c25-8928-4509-ada6-51ae927ac3ba","resourceInvariantUUID":"f7105651-ee27-408d-a39a-455c6955dd98","resourceCustomizationUUID":"9daff6a7-6349-4b42-ae25-4a089426c62b","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":"ZWRkMmIxMGNhZDVlOWQxNjAwNzY4NDg4MDQ0ZWM3M2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f316b960-6d47-4375-a825-d3c6119d6239","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":"baae20be-fc33-4e80-917a-9ded82140dde","artifactVersion":"2","generatedFromUUID":"3cc1e24e-3a00-4997-a590-c21224198d3b"},{"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":"3cc1e24e-3a00-4997-a590-c21224198d3b","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":"NzU0YjZiOTI3ODU0YWZiNjBmOWI0YmY2M2U3MjVkZWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"474326bf-a2c1-47a2-8270-d4592963f35e","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":"b30bd3be-8491-4dfd-8415-d88e8415a289","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":"e9d986b7-085c-47e4-bf6d-fbf597d50318","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":"18773c52-bbf1-4b97-b578-86ce98a0ced8","artifactVersion":"2","generatedFromUUID":"b30bd3be-8491-4dfd-8415-d88e8415a289"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Y2ZmZDU1N2UyOGQ3MmE0OTZmYzZmYzVkOWY3YzBjYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"46a89da1-b281-4e19-8a23-bc24a269149f","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NmE4MTRjNWI3YzUwNzg4MjJjMWVjNDgzNDM2ZDliYTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9437955a-9478-4330-89e3-8806d866f045","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-17T04:11:37.523Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:11:37.523Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:11:37.527Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:11:37.527Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714289514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:11:37.627Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:11:37.627Z||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-12-17T04:11:37.628Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:37.646Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:37.646Z||pool-108-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:11:38.527Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:11:38.527Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:11:38.529Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:11:38.529Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714289514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-12-17T04:11:38.630Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T04:11:38.630Z||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-12-17T04:11:38.631Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:38.644Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:38.644Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:11:39.530Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:11:39.530Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:11:39.532Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:11:39.533Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714289514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-12-17T04:11:39.633Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:11:39.634Z||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-12-17T04:11:39.635Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:39.648Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:39.648Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:11:40.534Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:11:40.534Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:11:40.536Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:11:40.536Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714289514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-12-17T04:11:40.637Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:11:40.637Z||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-12-17T04:11:40.638Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:40.652Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:40.652Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:11:41.537Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:11:41.538Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:11:41.540Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:11:41.540Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714289514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-12-17T04:11:41.640Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:11:41.641Z||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-12-17T04:11:41.641Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:41.653Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:41.653Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:11:42.540Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:11:42.541Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:11:42.543Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:11:42.543Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714289514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:11:42.643Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:11:42.644Z||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-12-17T04:11:42.644Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:42.655Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:42.655Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:11:43.544Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:11:43.545Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:11:43.546Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:11:43.547Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714289514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-12-17T04:11:43.647Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:11:43.647Z||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-12-17T04:11:43.648Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:43.664Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:43.666Z||pool-114-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:11:44.547Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:11:44.548Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:11:44.550Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:11:44.550Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714289514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:11:44.651Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T04:11:44.651Z||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-12-17T04:11:44.651Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:44.667Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:44.667Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:11:45.551Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-17T04:11:45.552Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:11:45.554Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:11:45.554Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714289514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:11:45.654Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:11:45.655Z||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-12-17T04:11:45.655Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:45.664Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:45.665Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:11:46.556Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "1883d091-f89e-44e3-9262-dd92d8104666",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5ffb4f9b-c639-4b27-bffe-57834239696e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "9daff6a7-6349-4b42-ae25-4a089426c62b",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1afd5c25-8928-4509-ada6-51ae927ac3ba",
      "resourceInvariantUUID": "f7105651-ee27-408d-a39a-455c6955dd98",
      "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": "baae20be-fc33-4e80-917a-9ded82140dde",
          "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": "3cc1e24e-3a00-4997-a590-c21224198d3b",
          "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": "NzU0YjZiOTI3ODU0YWZiNjBmOWI0YmY2M2U3MjVkZWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "474326bf-a2c1-47a2-8270-d4592963f35e",
          "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": "b30bd3be-8491-4dfd-8415-d88e8415a289",
          "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": "18773c52-bbf1-4b97-b578-86ce98a0ced8",
            "generatedFromUUID": "b30bd3be-8491-4dfd-8415-d88e8415a289"
          },
          "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": "18773c52-bbf1-4b97-b578-86ce98a0ced8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NmE4MTRjNWI3YzUwNzg4MjJjMWVjNDgzNDM2ZDliYTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9437955a-9478-4330-89e3-8806d866f045"
    }
  ],
  "workloadContext": "Production"
}
2021-12-17T04:11:46.556Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-17T04:11:46.556Z|9ee318e6-2524-4211-a831-ec8713967852|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1883d091-f89e-44e3-9262-dd92d8104666 ASDC
2021-12-17T04:11:46.556Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:de64aa9b-07f9-44a7-abe2-10d293d04d57
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:1883d091-f89e-44e3-9262-dd92d8104666
ServiceInvariantUUID:5ffb4f9b-c639-4b27-bffe-57834239696e
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:9437955a-9478-4330-89e3-8806d866f045
ArtifactChecksum:NmE4MTRjNWI3YzUwNzg4MjJjMWVjNDgzNDM2ZDliYTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:9daff6a7-6349-4b42-ae25-4a089426c62b
ResourceInvariantUUID:f7105651-ee27-408d-a39a-455c6955dd98
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:1afd5c25-8928-4509-ada6-51ae927ac3ba
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:baae20be-fc33-4e80-917a-9ded82140dde
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:3cc1e24e-3a00-4997-a590-c21224198d3b
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:474326bf-a2c1-47a2-8270-d4592963f35e
ArtifactChecksum:NzU0YjZiOTI3ODU0YWZiNjBmOWI0YmY2M2U3MjVkZWQ=
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:b30bd3be-8491-4dfd-8415-d88e8415a289
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:18773c52-bbf1-4b97-b578-86ce98a0ced8
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:18773c52-bbf1-4b97-b578-86ce98a0ced8
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-17T04:11:46.557Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1883d091-f89e-44e3-9262-dd92d8104666 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-12-17T04:11:46.584Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-17T04:11:46.585Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-17T04:11:46.585Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-17T04:11:46.585Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9437955a-9478-4330-89e3-8806d866f045 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-12-17T04:11:46.585Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-17T04:11:46.585Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-12-17T04:11:46.826Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-17T04:11:46.831Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 9437955a-9478-4330-89e3-8806d866f045 68940
2021-12-17T04:11:46.832Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-12-17T04:11:46.832Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-12-17T04:11:46.832Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T04:11:46.832Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:11:46.834Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:11:46.835Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714306832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:11:46.935Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:11:46.935Z||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-12-17T04:11:46.936Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:46.944Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:46.944Z||pool-117-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-12-17T04:11:47.835Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-17T04:11:47.836Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-17T04:11:47.836Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9437955a-9478-4330-89e3-8806d866f045, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-12-17T04:11:47.837Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-12-17T04:11:47.837Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-12-17T04:11:47.837Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-12-17T04:11:47.919Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5865181428109077859/Definitions/service-BasicCnf-template.yml
2021-12-17T04:11:48.812Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-17T04:11:48.813Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-17T04:11:48.813Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-12-17T04:11:48.813Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-12-17T04:11:48.813Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:48.813Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:48.813Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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-BasicCnf-csar.csar
2021-12-17T04:11:48.813Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:48.813Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-17T04:11:48.813Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:48.813Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:11:48.813Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-17T04:11:48.813Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-17T04:11:48.813Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-17T04:11:48.814Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:48.814Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:11:48.814Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-17T04:11:48.814Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-17T04:11:48.814Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-17T04:11:48.814Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:48.814Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:11:48.814Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:48.814Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-12-17T04:11:48.814Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-12-17T04:11:48.814Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2021-12-17T04:11:48.814Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-17T04:11:48.814Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:48.814Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-17T04:11:48.814Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:48.815Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-17T04:11:48.815Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:11:48.815Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:48.815Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-17T04:11:48.815Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:11:48.815Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:48.815Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-17T04:11:48.815Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:11:48.815Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:48.815Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-12-17T04:11:48.815Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-12-17T04:11:48.815Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ae9158b7-ef50-4f17-8fed-841439d5acd4
2021-12-17T04:11:48.815Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:48.815Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:11:48.816Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:48.816Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:11:48.816Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:48.816Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:11:48.816Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:48.816Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:11:48.816Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:1883d091-f89e-44e3-9262-dd92d8104666
Model Version:NULL
Model InvariantUuid:5ffb4f9b-c639-4b27-bffe-57834239696e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:058a2a4a-7be0-4ab0-908a-359d2490989e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f7105651-ee27-408d-a39a-455c6955dd98
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9daff6a7-6349-4b42-ae25-4a089426c62b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b9c919cb-6b33-4fd3-9d2a-42ac30060de5
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:1277b2e8-58ab-4499-8daf-c5266a0c4c07
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ae9158b7-ef50-4f17-8fed-841439d5acd4
ModelInvariantUuid:88cd44c3-2fc4-4e15-9387-6446052891c1
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:9fe2d3e2-593a-43f0-b725-4e00f5b0dce0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:303e7062-76d6-42e6-b5f9-c04e10108381
ModelInvariantUuid:1e950198-91bb-49c2-bdf1-9147a102ff00
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:1b172557-217f-49fc-9816-7f9eb0816c49
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-12-17T04:11:49.042Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 1afd5c25-8928-4509-ada6-51ae927ac3ba
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-12-17T04:11:49.045Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||basic_cnf 0
2021-12-17T04:11:49.045Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1afd5c25-8928-4509-ada6-51ae927ac3ba
2021-12-17T04:11:49.045Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: baae20be-fc33-4e80-917a-9ded82140dde from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-12-17T04:11:49.045Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-17T04:11:49.045Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:49.111Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-17T04:11:49.111Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env baae20be-fc33-4e80-917a-9ded82140dde 12
2021-12-17T04:11:49.111Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:49.111Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:49.112Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T04:11:49.112Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:11:49.114Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:11:49.114Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714309111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:11:49.214Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:11:49.214Z||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-12-17T04:11:49.215Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:49.224Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:49.225Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-12-17T04:11:50.114Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3cc1e24e-3a00-4997-a590-c21224198d3b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-12-17T04:11:50.115Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-17T04:11:50.115Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:50.288Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-17T04:11:50.288Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 3cc1e24e-3a00-4997-a590-c21224198d3b 2688
2021-12-17T04:11:50.289Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:50.289Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:50.289Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T04:11:50.289Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:11:50.291Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:11:50.291Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714310288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:11:50.391Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:11:50.391Z||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-12-17T04:11:50.392Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:50.400Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:50.401Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:11:51.293Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 474326bf-a2c1-47a2-8270-d4592963f35e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-12-17T04:11:51.293Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-17T04:11:51.293Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:51.500Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-17T04:11:51.501Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 474326bf-a2c1-47a2-8270-d4592963f35e 828
2021-12-17T04:11:51.501Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:51.501Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:51.501Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T04:11:51.501Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:11:51.503Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:11:51.503Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714311501,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:11:51.603Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:11:51.604Z||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-12-17T04:11:51.604Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:51.615Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:51.615Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:11:52.503Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "b9c919cb-6b33-4fd3-9d2a-42ac30060de5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1277b2e8-58ab-4499-8daf-c5266a0c4c07",
    "vfModuleModelCustomizationUUID": "353e25d8-d41d-4c34-850d-6da71633efe2",
    "isBase": true,
    "artifacts": [
      "b30bd3be-8491-4dfd-8415-d88e8415a289",
      "3cc1e24e-3a00-4997-a590-c21224198d3b",
      "18773c52-bbf1-4b97-b578-86ce98a0ced8"
    ],
    "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-12-17T04:11:52.507Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1277b2e8-58ab-4499-8daf-c5266a0c4c07
VfModuleModelInvariantUUID:b9c919cb-6b33-4fd3-9d2a-42ac30060de5
VfModuleModelDescription:NULL
Artifacts UUID List:{
b30bd3be-8491-4dfd-8415-d88e8415a289
,
3cc1e24e-3a00-4997-a590-c21224198d3b
,
18773c52-bbf1-4b97-b578-86ce98a0ced8

}
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-12-17T04:11:52.509Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "b9c919cb-6b33-4fd3-9d2a-42ac30060de5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1277b2e8-58ab-4499-8daf-c5266a0c4c07",
    "vfModuleModelCustomizationUUID": "353e25d8-d41d-4c34-850d-6da71633efe2",
    "isBase": true,
    "artifacts": [
      "b30bd3be-8491-4dfd-8415-d88e8415a289",
      "3cc1e24e-3a00-4997-a590-c21224198d3b",
      "18773c52-bbf1-4b97-b578-86ce98a0ced8"
    ],
    "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-12-17T04:11:52.509Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1277b2e8-58ab-4499-8daf-c5266a0c4c07
VfModuleModelInvariantUUID:b9c919cb-6b33-4fd3-9d2a-42ac30060de5
VfModuleModelDescription:NULL
Artifacts UUID List:{
b30bd3be-8491-4dfd-8415-d88e8415a289
,
3cc1e24e-3a00-4997-a590-c21224198d3b
,
18773c52-bbf1-4b97-b578-86ce98a0ced8

}
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-12-17T04:11:52.509Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b30bd3be-8491-4dfd-8415-d88e8415a289 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-12-17T04:11:52.510Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-17T04:11:52.510Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:52.606Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-17T04:11:52.606Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b30bd3be-8491-4dfd-8415-d88e8415a289 1164
2021-12-17T04:11:52.606Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:52.607Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:52.607Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T04:11:52.607Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:11:52.609Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:11:52.609Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714312606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:11:52.709Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:11:52.710Z||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-12-17T04:11:52.710Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:52.720Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:52.720Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-12-17T04:11:53.610Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 18773c52-bbf1-4b97-b578-86ce98a0ced8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-12-17T04:11:53.610Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-17T04:11:53.611Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:53.651Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-17T04:11:53.651Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 18773c52-bbf1-4b97-b578-86ce98a0ced8 200
2021-12-17T04:11:53.652Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:53.652Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:53.652Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-17T04:11:53.652Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:11:53.654Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:11:53.654Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714313652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:11:53.754Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:11:53.755Z||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-12-17T04:11:53.755Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:53.765Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:53.766Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:11:54.655Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 1883d091-f89e-44e3-9262-dd92d8104666
2021-12-17T04:11:54.656Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 1afd5c25-8928-4509-ada6-51ae927ac3ba 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=?
2021-12-17T04:11:54.668Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-17T04:11:54.673Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32351fac, org.onap.sdc.toscaparser.api.parameters.Input@2c11e2f2, org.onap.sdc.toscaparser.api.parameters.Input@196f576, org.onap.sdc.toscaparser.api.parameters.Input@256b4ff9, org.onap.sdc.toscaparser.api.parameters.Input@3f39ec87]
2021-12-17T04:11:54.674Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:54.674Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:11:54.674Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-12-17T04:11:54.674Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 9daff6a7-6349-4b42-ae25-4a089426c62b
2021-12-17T04:11:54.674Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9daff6a7-6349-4b42-ae25-4a089426c62b matches Tosca VF Customization UUID: 9daff6a7-6349-4b42-ae25-4a089426c62b
2021-12-17T04:11:54.674Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 9daff6a7-6349-4b42-ae25-4a089426c62b  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-12-17T04:11:54.676Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:54.676Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:11:54.676Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 9daff6a7-6349-4b42-ae25-4a089426c62b: {\"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-12-17T04:11:54.676Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@55fc627c
2021-12-17T04:11:54.676Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:54.677Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-17T04:11:54.677Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 353e25d8-d41d-4c34-850d-6da71633efe2
2021-12-17T04:11:54.677Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 353e25d8-d41d-4c34-850d-6da71633efe2
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-12-17T04:11:54.678Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:54.678Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-17T04:11:54.678Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:11:54.679Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:54.679Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-17T04:11:54.679Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:11:54.679Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:54.679Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-12-17T04:11:54.679Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-12-17T04:11:54.679Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ae9158b7-ef50-4f17-8fed-841439d5acd4
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-12-17T04:11:54.680Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:54.681Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-17T04:11:54.681Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-17T04:11:54.681Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:54.681Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-17T04:11:54.681Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=9daff6a7-6349-4b42-ae25-4a089426c62b
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-12-17T04:11:54.682Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:54.682Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:11:54.683Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 1883d091-f89e-44e3-9262-dd92d8104666: basic_cnf
2021-12-17T04:11:54.683Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:54.683Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:11:54.683Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:54.683Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:11:54.683Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:54.683Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:11:54.683Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:54.683Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:11:54.683Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-17T04:11:54.684Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-17T04:11:54.684Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:54.729Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 1afd5c25-8928-4509-ada6-51ae927ac3ba 1 ASDC deployResourceStructure
2021-12-17T04:11:54.730Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:54.730Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:54.730Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-12-17T04:11:54.730Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:11:54.732Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:11:54.732Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714314730,
  "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-12-17T04:11:54.833Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:11:54.833Z||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-12-17T04:11:54.834Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:54.844Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:54.844Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:11:55.733Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:55.734Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:55.734Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-12-17T04:11:55.734Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:11:55.737Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:11:55.737Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714315733,
  "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-12-17T04:11:55.837Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:11:55.838Z||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-12-17T04:11:55.838Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:55.847Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:55.848Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:11:56.738Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:56.738Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:56.739Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T04:11:56.739Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:11:56.741Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:11:56.741Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714316738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-17T04:11:56.841Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:11:56.842Z||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-12-17T04:11:56.842Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:56.852Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:56.852Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:11:57.741Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:57.743Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:57.743Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T04:11:57.743Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:11:57.745Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:11:57.746Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714317741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-12-17T04:11:57.846Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:11:57.846Z||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-12-17T04:11:57.847Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:57.857Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:57.857Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:11:58.746Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:58.747Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||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-12-17T04:11:58.747Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T04:11:58.748Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:11:58.750Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:11:58.750Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714318746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-12-17T04:11:58.850Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:11:58.851Z||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-12-17T04:11:58.851Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:58.873Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:58.874Z||pool-127-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2021-12-17T04:11:59.751Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-12-17T04:11:59.752Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-12-17T04:11:59.752Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-17T04:11:59.752Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:11:59.754Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:11:59.755Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714319751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:11:59.855Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-17T04:11:59.856Z||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-12-17T04:11:59.856Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:11:59.870Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:11:59.871Z||pool-128-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-12-17T04:12:00.755Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de64aa9b-07f9-44a7-abe2-10d293d04d57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T04:12:00.764Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de64aa9b-07f9-44a7-abe2-10d293d04d57
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T04:12:00.766Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:12:00.766Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T04:12:00.766Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T04:12:18.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:12:18.005Z||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-12-17T04:12:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:12:18.035Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:12:18.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:12:18.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714218480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:12:18.036Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:12:18.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:12:18.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c5a0ea-623b-41fe-8de8-b5bbe64c74e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714249663,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-17T04:12:18.036Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:12:30.766Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de64aa9b-07f9-44a7-abe2-10d293d04d57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T04:12:30.774Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de64aa9b-07f9-44a7-abe2-10d293d04d57
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T04:12:30.776Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:12:30.776Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T04:12:30.776Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T04:13:00.776Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de64aa9b-07f9-44a7-abe2-10d293d04d57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T04:13:00.785Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de64aa9b-07f9-44a7-abe2-10d293d04d57
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T04:13:00.786Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:13:00.787Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-17T04:13:00.787Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-17T04:13:18.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:13:18.005Z||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-12-17T04:13:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:13:18.038Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:13:18.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "clamp",
  "timestamp": 1639714295835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714296577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "aai-ml",
  "timestamp": 1639714292328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714289514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "aai-ml",
  "timestamp": 1639714292328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714296577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-12-17T04:13:18.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714289514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-12-17T04:13:18.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "clamp",
  "timestamp": 1639714295835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "dcae-sch",
  "timestamp": 1639714297926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "clamp",
  "timestamp": 1639714295835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714296577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-12-17T04:13:18.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714289514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-12-17T04:13:18.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "aai-ml",
  "timestamp": 1639714292328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "dcae-sch",
  "timestamp": 1639714297926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639714298994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "aai-ml",
  "timestamp": 1639714292328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "clamp",
  "timestamp": 1639714295835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-12-17T04:13:18.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714296577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-12-17T04:13:18.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714289514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-12-17T04:13:18.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "dcae-sch",
  "timestamp": 1639714297926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639714298994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "cds",
  "timestamp": 1639714300700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "aai-ml",
  "timestamp": 1639714292328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714296577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-12-17T04:13:18.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714289514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-12-17T04:13:18.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "clamp",
  "timestamp": 1639714295835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "dcae-sch",
  "timestamp": 1639714297926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639714298994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "cds",
  "timestamp": 1639714300700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "aai-ml",
  "timestamp": 1639714292328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "clamp",
  "timestamp": 1639714295835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714289514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714296577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "dcae-sch",
  "timestamp": 1639714297926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639714298994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "cds",
  "timestamp": 1639714300700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "aai-ml",
  "timestamp": 1639714292328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714296577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-12-17T04:13:18.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "clamp",
  "timestamp": 1639714295835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714289514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-12-17T04:13:18.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "dcae-sch",
  "timestamp": 1639714297926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639714298994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "cds",
  "timestamp": 1639714300700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "aai-ml",
  "timestamp": 1639714292328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "clamp",
  "timestamp": 1639714295835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714296577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714289514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "dcae-sch",
  "timestamp": 1639714297926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639714298994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "cds",
  "timestamp": 1639714300700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "clamp",
  "timestamp": 1639714295835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:13:18.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "aai-ml",
  "timestamp": 1639714292328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:13:18.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714289514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:13:18.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714296577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:13:18.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "dcae-sch",
  "timestamp": 1639714297926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639714298994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "cds",
  "timestamp": 1639714300700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "dcae-sch",
  "timestamp": 1639714297926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639714298994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714306815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:13:18.565Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "aai-ml",
  "timestamp": 1639714306826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:13:18.565Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714306832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:13:18.566Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "cds",
  "timestamp": 1639714300700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1639714298994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "policy-id",
  "timestamp": 1639714307098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714307986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:13:18.567Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "cds",
  "timestamp": 1639714300700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "policy-id",
  "timestamp": 1639714307098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714309095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:13:18.567Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714309111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:13:18.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "cds",
  "timestamp": 1639714300700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:13:18.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "policy-id",
  "timestamp": 1639714307098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714310212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:13:18.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714310288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:13:18.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "cds",
  "timestamp": 1639714310416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:13:18.569Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "policy-id",
  "timestamp": 1639714307098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714311262,
  "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-12-17T04:13:18.577Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of de64aa9b-07f9-44a7-abe2-10d293d04d57
2021-12-17T04:13:18.577Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId de64aa9b-07f9-44a7-abe2-10d293d04d57 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-12-17T04:13:18.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "cds",
  "timestamp": 1639714311420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-17T04:13:18.588Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of de64aa9b-07f9-44a7-abe2-10d293d04d57
2021-12-17T04:13:18.588Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId de64aa9b-07f9-44a7-abe2-10d293d04d57 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-12-17T04:13:18.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714311501,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:13:18.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "policy-id",
  "timestamp": 1639714307098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-12-17T04:13:18.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1639714312265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-17T04:13:18.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714312606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:13:18.596Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "policy-id",
  "timestamp": 1639714307098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "aai-ml",
  "timestamp": 1639714312949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:13:18.596Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714313652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:13:18.596Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "policy-id",
  "timestamp": 1639714307098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "clamp",
  "timestamp": 1639714313896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:13:18.597Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "aai-ml",
  "timestamp": 1639714313954,
  "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-12-17T04:13:18.600Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of de64aa9b-07f9-44a7-abe2-10d293d04d57
2021-12-17T04:13:18.600Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId de64aa9b-07f9-44a7-abe2-10d293d04d57 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-12-17T04:13:18.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639714314034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714314730,
  "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-12-17T04:13:18.606Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "policy-id",
  "timestamp": 1639714307098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639714314034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714315733,
  "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-12-17T04:13:18.607Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "policy-id",
  "timestamp": 1639714307098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:13:18.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "clamp",
  "timestamp": 1639714315902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:13:18.607Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639714314034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714316738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-17T04:13:18.608Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "clamp",
  "timestamp": 1639714316905,
  "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-12-17T04:13:18.611Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of de64aa9b-07f9-44a7-abe2-10d293d04d57
2021-12-17T04:13:18.611Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId de64aa9b-07f9-44a7-abe2-10d293d04d57 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-12-17T04:13:18.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "policy-id",
  "timestamp": 1639714316901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:13:18.617Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639714314034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714317741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-12-17T04:13:18.618Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "policy-id",
  "timestamp": 1639714317904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:13:18.618Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639714314034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714318746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-12-17T04:13:18.618Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "policy-id",
  "timestamp": 1639714318906,
  "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-12-17T04:13:18.622Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of de64aa9b-07f9-44a7-abe2-10d293d04d57
2021-12-17T04:13:18.622Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId de64aa9b-07f9-44a7-abe2-10d293d04d57 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-12-17T04:13:18.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639714314034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.627Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714319751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:13:18.627Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639714314034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.628Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639714314034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-17T04:13:18.628Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639714314034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-17T04:13:18.628Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-17T04:13:18.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639714323762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-17T04:13:18.628Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639714325709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-17T04:13:18.628Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:13:18.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:13:18.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1639714326712,
  "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-12-17T04:13:18.632Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of de64aa9b-07f9-44a7-abe2-10d293d04d57
2021-12-17T04:13:18.632Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId de64aa9b-07f9-44a7-abe2-10d293d04d57 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-12-17T04:13:30.787Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de64aa9b-07f9-44a7-abe2-10d293d04d57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-17T04:13:30.797Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de64aa9b-07f9-44a7-abe2-10d293d04d57
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-17T04:13:30.800Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-17T04:13:30.801Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-17T04:13:30.801Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-17T04:13:30.801Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-17T04:13:30.801Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:13:30.801Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:13:30.801Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:13:30.801Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:13:30.802Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:13:30.802Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-17T04:13:30.802Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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-12-17T04:13:30.806Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-17T04:14:00.806Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: de64aa9b-07f9-44a7-abe2-10d293d04d57 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-12-17T04:14:00.812Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: de64aa9b-07f9-44a7-abe2-10d293d04d57 and serviceModelVersionId: 1883d091-f89e-44e3-9262-dd92d8104666
2021-12-17T04:14:00.812Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5ffb4f9b-c639-4b27-bffe-57834239696e
2021-12-17T04:14:00.813Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5ffb4f9b-c639-4b27-bffe-57834239696e/model-vers/model-ver/1883d091-f89e-44e3-9262-dd92d8104666?depth=0
2021-12-17T04:14:00.818Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-12-17T04:14:00.843Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ffb4f9b-c639-4b27-bffe-57834239696e/model-vers/model-ver/1883d091-f89e-44e3-9262-dd92d8104666?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-12-17T04:14:00.843Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ffb4f9b-c639-4b27-bffe-57834239696e/model-vers/model-ver/1883d091-f89e-44e3-9262-dd92d8104666?depth=0|INFO|500||Invoke
2021-12-17T04:14:00.864Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ffb4f9b-c639-4b27-bffe-57834239696e/model-vers/model-ver/1883d091-f89e-44e3-9262-dd92d8104666?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-17T04:14:00.944Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ffb4f9b-c639-4b27-bffe-57834239696e/model-vers/model-ver/1883d091-f89e-44e3-9262-dd92d8104666?depth=0|INFO|500||InvokeReturn
2021-12-17T04:14:00.945Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ffb4f9b-c639-4b27-bffe-57834239696e/model-vers/model-ver/1883d091-f89e-44e3-9262-dd92d8104666?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211217-04:14:00:872-44543], vertex-id=[487544], Content-Length=[0], Date=[Fri, 17 Dec 2021 04:14:00 GMT], Content-Type=[application/json]}
2021-12-17T04:14:00.945Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-12-17T04:14:00.945Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-17T04:14:00.945Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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-12-17T04:14:00.950Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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-12-17T04:14:00.950Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID de64aa9b-07f9-44a7-abe2-10d293d04d57 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-17T04:14:00.950Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-17T04:14:00.950Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-17T04:14:00.952Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-17T04:14:00.952Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714440950,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-17T04:14:01.053Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-17T04:14:01.053Z||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-12-17T04:14:01.054Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:14:01.067Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:14:01.067Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-12-17T04:14:01.963Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:14:01.963Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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-12-17T04:14:01.964Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:14:12.490Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:14:12.490Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:14:12.491Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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-12-17T04:14:12.491Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:14:18.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:14:18.005Z||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-12-17T04:14:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:14:18.631Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:14:18.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-17T04:14:18.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de64aa9b-07f9-44a7-abe2-10d293d04d57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1639714440950,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-17T04:14:18.632Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-17T04:14:22.022Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:14:22.022Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:14:22.023Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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-12-17T04:14:22.023Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:14:31.552Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:14:31.552Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:14:31.553Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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-12-17T04:14:31.553Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:14:41.083Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:14:41.084Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:14:41.085Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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-12-17T04:14:41.085Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:14:50.614Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:14:50.614Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:14:50.614Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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-12-17T04:14:50.615Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:15:00.151Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:15:00.151Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:15:00.152Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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-12-17T04:15:00.152Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:15:09.680Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:15:18.003Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:15:18.004Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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-12-17T04:15:18.004Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:15:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:15:18.005Z||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-12-17T04:15:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:15:27.537Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:15:27.542Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:16:18.003Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:16:18.004Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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-12-17T04:16:18.004Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:16:18.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:16:18.005Z||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-12-17T04:16:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:16:27.541Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:16:27.541Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:17:18.003Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:17:18.004Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:17:18.005Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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-12-17T04:17:18.005Z||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-12-17T04:17:18.005Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:17:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:17:27.543Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:17:27.546Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:18:18.003Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:18:18.004Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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-12-17T04:18:18.004Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:18:18.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:18:18.005Z||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-12-17T04:18:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:18:27.543Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:18:27.545Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:19:18.003Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:19:18.004Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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-12-17T04:19:18.004Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:19:18.004Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:19:18.005Z||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-12-17T04:19:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:19:27.542Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:19:27.542Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:20:18.003Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:20:18.004Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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-12-17T04:20:18.004Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:20:18.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:20:18.005Z||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-12-17T04:20:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:20:27.543Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:20:27.543Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:21:18.003Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:21:18.004Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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-12-17T04:21:18.004Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:21:18.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:21:18.005Z||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-12-17T04:21:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:21:27.544Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:21:27.544Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:22:18.003Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:22:18.005Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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-12-17T04:22:18.005Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:22:18.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:22:18.005Z||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-12-17T04:22:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:22:27.547Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:22:27.548Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:23:18.003Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:23:18.004Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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-12-17T04:23:18.004Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:23:18.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:23:18.005Z||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-12-17T04:23:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:23:27.541Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:23:27.543Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:24:18.003Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:24:18.004Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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-12-17T04:24:18.004Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:24:18.004Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:24:18.005Z||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-12-17T04:24:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:24:27.542Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:24:27.545Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:25:18.003Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:25:18.004Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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-12-17T04:25:18.004Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:25:18.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:25:18.005Z||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-12-17T04:25:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:25:27.538Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:25:27.538Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:26:18.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:26:18.004Z||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-12-17T04:26:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:26:18.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:26:18.006Z||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-12-17T04:26:18.006Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:26:27.542Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:26:27.546Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:27:18.003Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:27:18.004Z||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-12-17T04:27:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:27:18.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:27:18.005Z||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-12-17T04:27:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:27:27.539Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:27:27.544Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:28:18.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:28:18.004Z||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-12-17T04:28:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:28:18.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:28:18.005Z||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-12-17T04:28:18.005Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:28:27.542Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:28:27.545Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:29:18.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:29:18.004Z||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-12-17T04:29:18.004Z||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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:29:18.005Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-17T04:29:18.005Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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-12-17T04:29:18.005Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|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 5Jv60UMf3FRLXPOJ) ...
2021-12-17T04:29:27.542Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-17T04:29:27.551Z|de64aa9b-07f9-44a7-abe2-10d293d04d57|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK