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)

2022-08-25T03:33:38.902Z||main|||||INFO|500||The following profiles are active: basic
2022-08-25T03:34:35.701Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-25T03:34:35.702Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-25T03:34:36.144Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-25T03:34:55.657Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-25T03:34:57.296Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-25T03:34:59.060Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-25T03:34:59.158Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-25T03:35:00.869Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-25T03:35:02.066Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-25T03:35:06.083Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-25T03:35:19.453Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-25T03:35:27.355Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-25T03:35:27.456Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-25T03:35:28.925Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-25T03:35:30.512Z||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.
2022-08-25T03:35:34.628Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-25T03:35:39.101Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-08-25T03:35:39.194Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$fa32a587.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-08-25T03:35:39.197Z||main|||||WARN|500||The sdc end point is not alive
2022-08-25T03:35:50.473Z||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
2022-08-25T03:35:59.463Z||main|||||WARN|500||---
2022-08-25T03:35:59.464Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-25T03:35:59.544Z||main|||||WARN|500||---
2022-08-25T03:36:01.303Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-25T03:36:17.970Z||main|||||INFO|500||Started Application in 176.581 seconds (JVM running for 193.012)
2022-08-25T03:36:18.363Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-25T03:36:18.392Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-25T03:36:18.606Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-25T03:36:18.869Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-25T03:36:19.206Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bd09dcfe-51a6-42c5-9196-2f49af5d95cc url= /sdc/v1/artifactTypes
2022-08-25T03:36:19.207Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-25T03:36:20.091Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-25T03:36:20.228Z||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
2022-08-25T03:36:20.284Z||scheduling-1|||||DEBUG|500||create keys
2022-08-25T03:36:20.326Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-25T03:36:20.401Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:36:20.475Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b14e8eb7-e7b5-4d9b-8135-3d7d4d7ee78d url= /sdc/v1/registerForDistribution
2022-08-25T03:36:20.661Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b14e8eb7-e7b5-4d9b-8135-3d7d4d7ee78d url= /sdc/v1/registerForDistribution
2022-08-25T03:36:20.667Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-25T03:36:20.747Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:36:20.751Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:36:20.799Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-25T03:36:20.885Z||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.
2022-08-25T03:36:20.887Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:36:20.898Z||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.
2022-08-25T03:36:20.899Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:36:31.285Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:36:31.301Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:37:20.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:37:20.730Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:37:20.731Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T03:37:20.746Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:37:20.760Z||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.
2022-08-25T03:37:20.760Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:37:30.356Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:37:30.355Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:38:20.715Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:38:20.721Z||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.
2022-08-25T03:38:20.722Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:38:20.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:38:20.728Z||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.
2022-08-25T03:38:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:38:30.289Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:38:30.287Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:39:20.717Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:39:20.725Z||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.
2022-08-25T03:39:20.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:39:20.727Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:39:20.728Z||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.
2022-08-25T03:39:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:39:30.302Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:39:30.305Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:40:20.715Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:40:20.718Z||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.
2022-08-25T03:40:20.719Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:40:20.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:40:20.730Z||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.
2022-08-25T03:40:20.732Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:40:30.292Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:40:30.294Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:41:20.715Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:41:20.717Z||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.
2022-08-25T03:41:20.718Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:41:20.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:41:20.728Z||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.
2022-08-25T03:41:20.729Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:41:30.302Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:41:30.329Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:42:20.722Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:42:20.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:42:20.729Z||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.
2022-08-25T03:42:20.729Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:42:20.726Z||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.
2022-08-25T03:42:20.738Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:42:30.298Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:42:30.312Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:43:20.718Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:43:20.722Z||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.
2022-08-25T03:43:20.723Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:43:20.727Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:43:20.730Z||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.
2022-08-25T03:43:20.730Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:43:30.315Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:43:30.317Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:43:58.530Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-25T03:44:20.715Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:44:20.718Z||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.
2022-08-25T03:44:20.718Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:44:20.727Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:44:20.727Z||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.
2022-08-25T03:44:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:44:30.273Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:44:30.273Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:45:20.715Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:45:20.717Z||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.
2022-08-25T03:45:20.717Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:45:20.726Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:45:20.727Z||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.
2022-08-25T03:45:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:45:30.297Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:45:30.302Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:46:20.715Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:46:20.721Z||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.
2022-08-25T03:46:20.722Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:46:20.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:46:20.729Z||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.
2022-08-25T03:46:20.729Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:46:30.303Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:46:30.302Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:47:20.715Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:47:20.716Z||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.
2022-08-25T03:47:20.716Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:47:20.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:47:20.734Z||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.
2022-08-25T03:47:20.734Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:47:30.296Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:47:30.301Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:48:20.715Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:48:20.717Z||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.
2022-08-25T03:48:20.718Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:48:20.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:48:20.728Z||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.
2022-08-25T03:48:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:48:30.277Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:48:30.283Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:49:20.716Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:49:20.720Z||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.
2022-08-25T03:49:20.720Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:49:20.733Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:49:20.765Z||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.
2022-08-25T03:49:20.766Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:49:30.319Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:49:30.333Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:50:20.715Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:50:20.719Z||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.
2022-08-25T03:50:20.720Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:50:20.735Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:50:20.749Z||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.
2022-08-25T03:50:20.750Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:50:30.289Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:50:30.361Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:51:20.715Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:51:20.717Z||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.
2022-08-25T03:51:20.718Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:51:20.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:51:20.743Z||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.
2022-08-25T03:51:20.743Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:51:30.274Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:51:30.306Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:52:20.715Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:52:20.718Z||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.
2022-08-25T03:52:20.718Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:52:20.729Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:52:20.730Z||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.
2022-08-25T03:52:20.730Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:52:30.281Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:52:30.282Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:53:20.715Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:53:20.716Z||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.
2022-08-25T03:53:20.718Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:53:20.727Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:53:20.728Z||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.
2022-08-25T03:53:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:53:30.281Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:53:30.297Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:54:20.715Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:54:20.718Z||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.
2022-08-25T03:54:20.719Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:54:20.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:54:20.729Z||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.
2022-08-25T03:54:20.729Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:54:30.280Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:54:30.281Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:55:20.715Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:55:20.718Z||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.
2022-08-25T03:55:20.718Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:55:20.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:55:20.729Z||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.
2022-08-25T03:55:20.729Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:55:30.282Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:55:30.285Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:56:20.718Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:56:20.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:56:20.728Z||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.
2022-08-25T03:56:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:56:20.727Z||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.
2022-08-25T03:56:20.730Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:56:30.297Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:56:30.298Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:57:20.715Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:57:20.717Z||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.
2022-08-25T03:57:20.718Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:57:20.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:57:20.729Z||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.
2022-08-25T03:57:20.729Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:57:30.278Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:57:30.280Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:58:20.715Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:58:20.716Z||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.
2022-08-25T03:58:20.716Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:58:20.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:58:20.727Z||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.
2022-08-25T03:58:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:58:30.292Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:58:30.294Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:59:20.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:59:20.718Z||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.
2022-08-25T03:59:20.720Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:59:20.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:59:20.730Z||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.
2022-08-25T03:59:20.730Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:59:30.286Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T03:59:30.293Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:00:20.715Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:00:20.718Z||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.
2022-08-25T04:00:20.720Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:00:20.727Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:00:20.728Z||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.
2022-08-25T04:00:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:00:30.284Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:00:30.284Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:01:20.715Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:01:20.717Z||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.
2022-08-25T04:01:20.717Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:01:20.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:01:20.729Z||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.
2022-08-25T04:01:20.729Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:01:30.275Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:01:30.275Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:02:20.715Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:02:20.717Z||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.
2022-08-25T04:02:20.718Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:02:20.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:02:20.728Z||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.
2022-08-25T04:02:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:02:30.289Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:02:30.290Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:03:20.716Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:03:20.719Z||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.
2022-08-25T04:03:20.719Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:03:20.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:03:20.728Z||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.
2022-08-25T04:03:20.730Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:03:30.270Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:03:30.293Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:04:20.718Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:04:20.721Z||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.
2022-08-25T04:04:20.721Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:04:20.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:04:20.728Z||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.
2022-08-25T04:04:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:04:30.303Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:04:30.304Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:05:20.715Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:05:20.717Z||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.
2022-08-25T04:05:20.717Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:05:20.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:05:20.727Z||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.
2022-08-25T04:05:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:05:30.263Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:05:30.271Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:06:20.716Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:06:20.719Z||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.
2022-08-25T04:06:20.719Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:06:20.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:06:20.730Z||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.
2022-08-25T04:06:20.730Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:06:30.311Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:06:30.312Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:07:20.715Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:07:20.717Z||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.
2022-08-25T04:07:20.717Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:07:20.726Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:07:20.727Z||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.
2022-08-25T04:07:20.727Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:07:30.288Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:07:30.288Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:08:20.715Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:08:20.716Z||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.
2022-08-25T04:08:20.717Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:08:20.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:08:20.727Z||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.
2022-08-25T04:08:20.727Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:08:30.289Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:08:30.291Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:09:20.715Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:09:20.718Z||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.
2022-08-25T04:09:20.719Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:09:20.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:09:20.728Z||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.
2022-08-25T04:09:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:09:30.310Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:09:30.352Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:10:20.716Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:10:20.719Z||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.
2022-08-25T04:10:20.720Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:20.727Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:10:20.730Z||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.
2022-08-25T04:10:20.763Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:21.456Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:10:21.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"58e59abe-02b5-4a01-bccc-8bdd09c9e6f0","serviceName":"vFW 2022-08-25 04-09-01","serviceVersion":"1.0","serviceUUID":"a696cfc8-0a68-46b3-b485-bba7309c3097","serviceDescription":"catalog service description","serviceInvariantUUID":"6cadff52-a156-4ee1-86bd-94c4cc13732d","resources":[{"resourceInstanceName":"vFW 6c6ffb03-bcf5 0","resourceName":"vFW 6c6ffb03-bcf5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e56d6b16-761c-458f-bcfa-904ba189e519","resourceInvariantUUID":"1dfb940e-bd95-458b-bceb-9630489932ce","resourceCustomizationUUID":"501d9ad1-88ad-4403-81f9-70fc92653ced","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vf-license-model.xml","artifactChecksum":"ZTVkZTVhNDRlY2MxYWNkZTA2ODI1OGE3YzBlM2JkYmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08491130-31a2-4506-a307-b8af41ff1d5b","artifactVersion":"1"},{"artifactName":"vfw6c6ffb03bcf50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json","artifactChecksum":"YjIwOGI3MWY3NjQ2YmJlMmM2OGI2YjEyZjVhMmE0NzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ff3d10b1-b727-4803-9586-22c057a187a6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0c03959e-e7a2-47d1-a951-cf23aac2c3c5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vendor-license-model.xml","artifactChecksum":"ZmI2MjRlNjFmZjc4NGI4NjBiZmZlM2U0ZTEyMmYyYmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e05f3601-8c94-4d37-89c5-be86ff6e45db","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"70d4af6e-48d1-40ea-86d8-ccc6be9dbfb1","artifactVersion":"2","generatedFromUUID":"0c03959e-e7a2-47d1-a951-cf23aac2c3c5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220825040901-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-template.yml","artifactChecksum":"MWYyZWI4MjA5OGNlYTRmYmI4OTg2NTJiMGY2MjJjNGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"29e8cf59-3770-4c6d-a95c-bb0ba4b58c81","artifactVersion":"1"},{"artifactName":"service-Vfw20220825040901-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar","artifactChecksum":"YzgyYjY5ZDAxZmZjMDU0Y2RkZDEzZjcwNDliYzAwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa5d5976-111d-465f-b35a-d3c85a451622","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T04:10:21.485Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:10:21.497Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:10:21.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "aai-ml",
  "timestamp": 1661400593551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.532Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:21.615Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:21.615Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400620715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661400599889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661400600238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "aai-ml",
  "timestamp": 1661400593551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661400599889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T04:10:21.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661400600238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.653Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.653Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.653Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "aai-ml",
  "timestamp": 1661400593551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.654Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661400599889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:10:21.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661400600238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "aai-ml",
  "timestamp": 1661400593551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.656Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "cds",
  "timestamp": 1661400602402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661400599889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661400600238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "aai-ml",
  "timestamp": 1661400593551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "cds",
  "timestamp": 1661400602402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "policy-id",
  "timestamp": 1661400603875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661400599889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T04:10:21.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661400604465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661400600238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "aai-ml",
  "timestamp": 1661400593551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "cds",
  "timestamp": 1661400602402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "policy-id",
  "timestamp": 1661400603875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661400599889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661400604465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661400600238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "aai-ml",
  "timestamp": 1661400593551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:10:21.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "cds",
  "timestamp": 1661400602402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "policy-id",
  "timestamp": 1661400603875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:10:21.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661400599889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:10:21.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661400604465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661400600238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "cds",
  "timestamp": 1661400602402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "policy-id",
  "timestamp": 1661400603875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "aai-ml",
  "timestamp": 1661400607266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:10:21.681Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:10:21.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661400607711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:10:21.682Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:10:21.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661400604465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "cds",
  "timestamp": 1661400602402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "policy-id",
  "timestamp": 1661400603875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661400608811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:10:21.687Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:10:21.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661400604465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "cds",
  "timestamp": 1661400602402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:10:21.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "policy-id",
  "timestamp": 1661400603875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661400604465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661400609895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:10:21.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:10:21.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "clamp",
  "timestamp": 1661400609129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "policy-id",
  "timestamp": 1661400603875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:10:21.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "cds",
  "timestamp": 1661400610216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:10:21.693Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:10:21.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661400604465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:10:21.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:21.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661400610966,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-08-25T04:10:21.731Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-08-25T04:10:21.739Z||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.
2022-08-25T04:10:21.739Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:21.783Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:10:21.791Z||pool-3-thread-1|||||INFO|500||cambria reply ok (53 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?)
2022-08-25T04:10:22.570Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
2022-08-25T04:10:22.646Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:10:22.649Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:22.674Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:22.675Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400620715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T04:10:22.705Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0 and ComponentName POLICY
2022-08-25T04:10:22.784Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-08-25T04:10:22.785Z||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.
2022-08-25T04:10:22.786Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:22.816Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:10:22.818Z||pool-4-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:10:22.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:22.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "clamp",
  "timestamp": 1661400609129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T04:10:22.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:22.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:22.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "cds",
  "timestamp": 1661400611241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-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=?
2022-08-25T04:10:22.962Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
2022-08-25T04:10:22.962Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0 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 (?, ?, ?, ?, ?)
2022-08-25T04:10:23.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:23.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "policy-id",
  "timestamp": 1661400611674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:10:23.000Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:10:23.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:23.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661400611970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T04:10:23.001Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:10:23.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:23.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661400612355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:10:23.003Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:10:23.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:23.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "clamp",
  "timestamp": 1661400609129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:23.004Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:23.004Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:23.004Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "policy-id",
  "timestamp": 1661400612705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:10:23.005Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:10:23.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:23.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "clamp",
  "timestamp": 1661400609129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:23.006Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:23.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:23.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "policy-id",
  "timestamp": 1661400613728,
  "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=?
2022-08-25T04:10:23.012Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
2022-08-25T04:10:23.012Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0 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=?
2022-08-25T04:10:23.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:23.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "clamp",
  "timestamp": 1661400609129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:23.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:23.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:23.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "clamp",
  "timestamp": 1661400609129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:23.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:23.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:23.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "clamp",
  "timestamp": 1661400609129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:10:23.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:10:23.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:23.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661400617821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:10:23.035Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:10:23.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:23.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661400618826,
  "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=?
2022-08-25T04:10:23.043Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
2022-08-25T04:10:23.043Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0 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 (?, ?, ?, ?, ?)
2022-08-25T04:10:23.677Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:10:23.679Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:23.707Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:23.712Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400620715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:10:23.808Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-25T04:10:23.810Z||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.
2022-08-25T04:10:23.810Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:23.843Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:10:23.844Z||pool-5-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:10:24.723Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:10:24.731Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:24.754Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:24.755Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400620715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:24.854Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:10:24.855Z||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.
2022-08-25T04:10:24.856Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:24.871Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:10:24.872Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:10:25.764Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:10:25.765Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:25.768Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:25.768Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400620715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T04:10:25.877Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-08-25T04:10:25.885Z||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.
2022-08-25T04:10:25.886Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:25.908Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:10:25.913Z||pool-7-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:10:26.772Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:10:26.773Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:26.776Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:26.776Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400620715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:10:26.897Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 120 ms
2022-08-25T04:10:26.899Z||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.
2022-08-25T04:10:26.899Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:26.939Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:10:26.940Z||pool-8-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:10:27.789Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:10:27.791Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:27.811Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:27.812Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400620715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:10:27.910Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-25T04:10:27.912Z||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.
2022-08-25T04:10:27.913Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:28.002Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:10:28.004Z||pool-9-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:10:28.814Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "serviceName": "vFW 2022-08-25 04-09-01",
  "serviceVersion": "1.0",
  "serviceUUID": "a696cfc8-0a68-46b3-b485-bba7309c3097",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6cadff52-a156-4ee1-86bd-94c4cc13732d",
  "resources": [
    {
      "resourceInstanceName": "vFW 6c6ffb03-bcf5 0",
      "resourceCustomizationUUID": "501d9ad1-88ad-4403-81f9-70fc92653ced",
      "resourceName": "vFW 6c6ffb03-bcf5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e56d6b16-761c-458f-bcfa-904ba189e519",
      "resourceInvariantUUID": "1dfb940e-bd95-458b-bceb-9630489932ce",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6c6ffb03bcf50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
          "artifactChecksum": "YjIwOGI3MWY3NjQ2YmJlMmM2OGI2YjEyZjVhMmE0NzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ff3d10b1-b727-4803-9586-22c057a187a6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0c03959e-e7a2-47d1-a951-cf23aac2c3c5",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "70d4af6e-48d1-40ea-86d8-ccc6be9dbfb1",
            "generatedFromUUID": "0c03959e-e7a2-47d1-a951-cf23aac2c3c5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "70d4af6e-48d1-40ea-86d8-ccc6be9dbfb1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220825040901-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
      "artifactChecksum": "YzgyYjY5ZDAxZmZjMDU0Y2RkZDEzZjcwNDliYzAwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fa5d5976-111d-465f-b35a-d3c85a451622"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T04:10:28.822Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T04:10:28.822Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a696cfc8-0a68-46b3-b485-bba7309c3097 ASDC
2022-08-25T04:10:29.135Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
ServiceName:vFW 2022-08-25 04-09-01
ServiceVersion:1.0
ServiceUUID:a696cfc8-0a68-46b3-b485-bba7309c3097
ServiceInvariantUUID:6cadff52-a156-4ee1-86bd-94c4cc13732d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220825040901-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar
ArtifactUUID:fa5d5976-111d-465f-b35a-d3c85a451622
ArtifactChecksum:YzgyYjY5ZDAxZmZjMDU0Y2RkZDEzZjcwNDliYzAwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6c6ffb03-bcf5 0
ResourceCustomizationUUID:501d9ad1-88ad-4403-81f9-70fc92653ced
ResourceInvariantUUID:1dfb940e-bd95-458b-bceb-9630489932ce
ResourceName:vFW 6c6ffb03-bcf5
ResourceType:VF
ResourceUUID:e56d6b16-761c-458f-bcfa-904ba189e519
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6c6ffb03bcf50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json
ArtifactUUID:ff3d10b1-b727-4803-9586-22c057a187a6
ArtifactChecksum:YjIwOGI3MWY3NjQ2YmJlMmM2OGI2YjEyZjVhMmE0NzA=
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/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml
ArtifactUUID:0c03959e-e7a2-47d1-a951-cf23aac2c3c5
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/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env
ArtifactUUID:70d4af6e-48d1-40ea-86d8-ccc6be9dbfb1
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/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env
ArtifactUUID:70d4af6e-48d1-40ea-86d8-ccc6be9dbfb1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-25T04:10:29.139Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a696cfc8-0a68-46b3-b485-bba7309c3097 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=?
2022-08-25T04:10:29.286Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:10:29.288Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-25T04:10:29.290Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-25T04:10:29.290Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fa5d5976-111d-465f-b35a-d3c85a451622 from URL: /sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:29.291Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-25T04:10:29.293Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:29.421Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-25T04:10:29.467Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar fa5d5976-111d-465f-b35a-d3c85a451622 98998
2022-08-25T04:10:29.470Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar ASDC sendASDCNotification
2022-08-25T04:10:29.471Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:29.473Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:10:29.475Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:29.479Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:29.480Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400629468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:10:29.579Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T04:10:29.580Z||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.
2022-08-25T04:10:29.580Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:29.631Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:10:29.632Z||pool-10-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:10:30.481Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:10:30.483Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-25T04:10:30.485Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: fa5d5976-111d-465f-b35a-d3c85a451622, URL: /sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar to file: /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:30.486Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220825040901-csar.csar
2022-08-25T04:10:30.762Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:30.763Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:33.242Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12194719696912469649/Definitions/service-Vfw20220825040901-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
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
2022-08-25T04:10:40.055Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-25T04:10:40.062Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-25T04:10:40.062Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.062Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-25T04:10:40.063Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.063Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.063Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6c6ffb03-bcf5 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-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.063Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.063Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.065Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.065Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.065Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.065Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.066Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.066Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.066Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.066Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.066Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-25T04:10:40.079Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:40.080Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:40.087Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is matching search criteria
2022-08-25T04:10:40.087Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-25T04:10:40.092Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6c6ffb03-bcf5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:10:40.094Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:40.095Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:40.095Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is matching search criteria
2022-08-25T04:10:40.096Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-25T04:10:40.097Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6c6ffb03-bcf5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:10:40.098Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:40.098Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:40.105Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:40.105Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is not matching search criteria
2022-08-25T04:10:40.106Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T04:10:40.106Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T04:10:40.106Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:40.106Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T04:10:40.107Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T04:10:40.107Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T04:10:40.107Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T04:10:40.108Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T04:10:40.108Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T04:10:40.108Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T04:10:40.108Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:40.109Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T04:10:40.109Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:40.109Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T04:10:40.110Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T04:10:40.110Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-25T04:10:40.110Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:40.111Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T04:10:40.132Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:40.132Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is matching search criteria
2022-08-25T04:10:40.133Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6c6ffb03-bcf5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:10:40.133Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:40.134Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is matching search criteria
2022-08-25T04:10:40.134Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6c6ffb03-bcf5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:10:40.134Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:40.135Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is matching search criteria
2022-08-25T04:10:40.135Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6c6ffb03-bcf5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:10:40.135Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:40.136Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is not matching search criteria
2022-08-25T04:10:40.136Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T04:10:40.136Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T04:10:40.137Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T04:10:40.137Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T04:10:40.137Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T04:10:40.137Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T04:10:40.138Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:40.138Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T04:10:40.138Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:40.139Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T04:10:40.139Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T04:10:40.139Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e4671814-fd3d-43a0-b299-45d9ad1e7f18
2022-08-25T04:10:40.140Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:40.140Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is not matching search criteria
2022-08-25T04:10:40.140Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T04:10:40.140Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T04:10:40.143Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:40.144Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T04:10:40.145Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T04:10:40.145Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T04:10:40.146Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T04:10:40.146Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-25T04:10:40.147Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T04:10:40.148Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:40.148Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T04:10:40.149Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T04:10:40.150Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=785169ed-0a3b-4b32-9fdb-1a3ed052675d
2022-08-25T04:10:40.150Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:40.151Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is not matching search criteria
2022-08-25T04:10:40.152Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T04:10:40.152Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T04:10:40.153Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:40.154Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T04:10:40.154Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T04:10:40.155Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T04:10:40.155Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T04:10:40.156Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T04:10:40.157Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T04:10:40.157Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T04:10:40.158Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:40.159Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-25T04:10:40.159Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=63be6d63-3882-4c11-a6bd-af8a29429487
2022-08-25T04:10:40.160Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:40.161Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:40.162Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:40.162Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:40.163Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:40.164Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:40.165Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:40.165Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:40.166Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-25 04-09-01
Description:catalog service description
Model UUID:a696cfc8-0a68-46b3-b485-bba7309c3097
Model Version:NULL
Model InvariantUuid:6cadff52-a156-4ee1-86bd-94c4cc13732d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6c6ffb03-bcf5
Model UUID:19fbae69-607f-4540-be62-62b6dce50806
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1dfb940e-bd95-458b-bceb-9630489932ce
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:501d9ad1-88ad-4403-81f9-70fc92653ced
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:90523cc7-826f-4056-8149-ff24bff599c0
ModelName:Vfw6c6ffb03Bcf5..base_vfw..module-0
ModelUuid:ad2dadee-0c50-4622-9385-dbb22b8db5fc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e4671814-fd3d-43a0-b299-45d9ad1e7f18
ModelInvariantUuid:ffd75226-7b24-4355-b0dd-61a837bea5a9
ModelName:vFW 6c6ffb03-bcf5-nodes.vfwCvfc
ModelUuid:88c93a18-5490-430f-95e9-c29bf8b9f54b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8d6b5985-7b21-4dbd-bf2c-8d48ccf077e8
ModelInvariantUuid:66bc5f03-2f5c-4c40-95c3-e5caeebdf89c
ModelName:Vfw6c6ffb03Bcf5.compute.nodes.heat.vfw
ModelUuid:57d4bcaf-5ade-4611-be05-ae6b6f32c6e1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:785169ed-0a3b-4b32-9fdb-1a3ed052675d
ModelInvariantUuid:c3dbf3ec-854c-4fde-b3ae-ca845d629f1a
ModelName:vFW 6c6ffb03-bcf5-nodes.vsnCvfc
ModelUuid:8d5198da-d785-4cac-8a4b-7fe92c01144d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:569c8102-36dd-4fad-94fd-f0c10007253f
ModelInvariantUuid:21b4c5eb-9f6e-4e8f-ade1-ce5c0c8832df
ModelName:Vfw6c6ffb03Bcf5.compute.nodes.heat.vsn
ModelUuid:dcf742df-b969-45cb-b50e-c4c2c59b1577
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:63be6d63-3882-4c11-a6bd-af8a29429487
ModelInvariantUuid:7b8bc4cf-814b-4861-b936-3c13cd557297
ModelName:vFW 6c6ffb03-bcf5-nodes.vpgCvfc
ModelUuid:beefa207-6862-4866-9e86-a8799168314d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:61f0c22b-3a68-45fc-88c3-3059cd7c6ab3
ModelInvariantUuid:faa75466-401b-4dd7-9420-b688462a827f
ModelName:Vfw6c6ffb03Bcf5.compute.nodes.heat.vpg
ModelUuid:2d956179-b1ca-4de4-8583-6c17bd770e34
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=?
2022-08-25T04:10:40.181Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e56d6b16-761c-458f-bcfa-904ba189e519
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=?
2022-08-25T04:10:40.446Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||vFW 6c6ffb03-bcf5 0
2022-08-25T04:10:40.475Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e56d6b16-761c-458f-bcfa-904ba189e519
2022-08-25T04:10:40.476Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ff3d10b1-b727-4803-9586-22c057a187a6 from URL: /sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json
2022-08-25T04:10:40.476Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-25T04:10:40.477Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json
2022-08-25T04:10:40.537Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-25T04:10:40.539Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json ff3d10b1-b727-4803-9586-22c057a187a6 785
2022-08-25T04:10:40.540Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json ASDC sendASDCNotification
2022-08-25T04:10:40.540Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json
2022-08-25T04:10:40.540Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:10:40.541Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:40.545Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:40.546Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400640540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:10:40.646Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:10:40.651Z||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.
2022-08-25T04:10:40.652Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:40.685Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:10:40.685Z||pool-11-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:10:41.548Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6c6ffb03Bcf5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "90523cc7-826f-4056-8149-ff24bff599c0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ad2dadee-0c50-4622-9385-dbb22b8db5fc",
    "vfModuleModelCustomizationUUID": "eb105135-9c42-430a-bb0b-2748df991a4b",
    "isBase": true,
    "artifacts": [
      "0c03959e-e7a2-47d1-a951-cf23aac2c3c5",
      "70d4af6e-48d1-40ea-86d8-ccc6be9dbfb1"
    ],
    "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": ""
    }
  }
]
2022-08-25T04:10:41.592Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6c6ffb03Bcf5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ad2dadee-0c50-4622-9385-dbb22b8db5fc
VfModuleModelInvariantUUID:90523cc7-826f-4056-8149-ff24bff599c0
VfModuleModelDescription:NULL
Artifacts UUID List:{
0c03959e-e7a2-47d1-a951-cf23aac2c3c5
,
70d4af6e-48d1-40ea-86d8-ccc6be9dbfb1

}
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


}

2022-08-25T04:10:41.629Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6c6ffb03Bcf5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "90523cc7-826f-4056-8149-ff24bff599c0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ad2dadee-0c50-4622-9385-dbb22b8db5fc",
    "vfModuleModelCustomizationUUID": "eb105135-9c42-430a-bb0b-2748df991a4b",
    "isBase": true,
    "artifacts": [
      "0c03959e-e7a2-47d1-a951-cf23aac2c3c5",
      "70d4af6e-48d1-40ea-86d8-ccc6be9dbfb1"
    ],
    "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": ""
    }
  }
]
2022-08-25T04:10:41.631Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6c6ffb03Bcf5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ad2dadee-0c50-4622-9385-dbb22b8db5fc
VfModuleModelInvariantUUID:90523cc7-826f-4056-8149-ff24bff599c0
VfModuleModelDescription:NULL
Artifacts UUID List:{
0c03959e-e7a2-47d1-a951-cf23aac2c3c5
,
70d4af6e-48d1-40ea-86d8-ccc6be9dbfb1

}
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


}

2022-08-25T04:10:41.632Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0c03959e-e7a2-47d1-a951-cf23aac2c3c5 from URL: /sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml
2022-08-25T04:10:41.634Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-25T04:10:41.635Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml
2022-08-25T04:10:41.697Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-25T04:10:41.700Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml 0c03959e-e7a2-47d1-a951-cf23aac2c3c5 20368
2022-08-25T04:10:41.701Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-25T04:10:41.701Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml
2022-08-25T04:10:41.701Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:10:41.702Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:41.709Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:41.710Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400641701,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:10:41.808Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-25T04:10:41.810Z||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.
2022-08-25T04:10:41.810Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:41.827Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:10:41.828Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:10:42.713Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 70d4af6e-48d1-40ea-86d8-ccc6be9dbfb1 from URL: /sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env
2022-08-25T04:10:42.715Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-25T04:10:42.717Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env
2022-08-25T04:10:42.779Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-25T04:10:42.782Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env 70d4af6e-48d1-40ea-86d8-ccc6be9dbfb1 2098
2022-08-25T04:10:42.782Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-25T04:10:42.782Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env
2022-08-25T04:10:42.783Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:10:42.783Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:42.796Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:42.796Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400642782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:10:42.890Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-08-25T04:10:42.892Z||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.
2022-08-25T04:10:42.893Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:42.910Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:10:42.911Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:10:43.805Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a696cfc8-0a68-46b3-b485-bba7309c3097
2022-08-25T04:10:43.806Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6c6ffb03-bcf5 0 e56d6b16-761c-458f-bcfa-904ba189e519 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=?
2022-08-25T04:10:43.920Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76d73981, org.onap.sdc.toscaparser.api.parameters.Input@542112ac, org.onap.sdc.toscaparser.api.parameters.Input@eebcd72, org.onap.sdc.toscaparser.api.parameters.Input@751f693c, org.onap.sdc.toscaparser.api.parameters.Input@3a4b4d2f]
2022-08-25T04:10:43.940Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:43.941Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:43.943Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-08-25T04:10:43.945Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 501d9ad1-88ad-4403-81f9-70fc92653ced
2022-08-25T04:10:43.946Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 501d9ad1-88ad-4403-81f9-70fc92653ced matches Tosca VF Customization UUID: 501d9ad1-88ad-4403-81f9-70fc92653ced
2022-08-25T04:10:43.947Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 501d9ad1-88ad-4403-81f9-70fc92653ced  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=?
2022-08-25T04:10:43.978Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:43.980Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:43.984Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 501d9ad1-88ad-4403-81f9-70fc92653ced: {\"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\"}
2022-08-25T04:10:43.984Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@696a4132
2022-08-25T04:10:43.985Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:43.985Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T04:10:43.985Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eb105135-9c42-430a-bb0b-2748df991a4b
2022-08-25T04:10:43.986Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eb105135-9c42-430a-bb0b-2748df991a4b
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=?
2022-08-25T04:10:44.001Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:44.001Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is matching search criteria
2022-08-25T04:10:44.001Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6c6ffb03-bcf5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:10:44.002Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:44.002Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is matching search criteria
2022-08-25T04:10:44.002Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6c6ffb03-bcf5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:10:44.002Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:44.003Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is not matching search criteria
2022-08-25T04:10:44.003Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T04:10:44.003Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T04:10:44.024Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T04:10:44.024Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T04:10:44.025Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T04:10:44.027Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T04:10:44.027Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:44.027Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T04:10:44.028Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:44.028Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T04:10:44.028Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T04:10:44.029Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e4671814-fd3d-43a0-b299-45d9ad1e7f18
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=?
2022-08-25T04:10:44.049Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:44.049Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is matching search criteria
2022-08-25T04:10:44.051Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6c6ffb03-bcf5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:10:44.051Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:44.051Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is not matching search criteria
2022-08-25T04:10:44.052Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T04:10:44.052Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T04:10:44.052Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:44.052Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T04:10:44.053Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T04:10:44.053Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T04:10:44.053Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T04:10:44.053Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-25T04:10:44.054Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T04:10:44.054Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:44.054Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T04:10:44.054Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T04:10:44.054Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=785169ed-0a3b-4b32-9fdb-1a3ed052675d
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=?
2022-08-25T04:10:44.058Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:44.059Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is matching search criteria
2022-08-25T04:10:44.059Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6c6ffb03-bcf5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:10:44.061Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:44.062Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is not matching search criteria
2022-08-25T04:10:44.062Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T04:10:44.062Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T04:10:44.062Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:44.062Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T04:10:44.062Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T04:10:44.063Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T04:10:44.063Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T04:10:44.063Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T04:10:44.063Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T04:10:44.063Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T04:10:44.063Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:44.064Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-25T04:10:44.064Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=63be6d63-3882-4c11-a6bd-af8a29429487
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=?
2022-08-25T04:10:44.066Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:44.066Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is matching search criteria
2022-08-25T04:10:44.066Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6c6ffb03-bcf5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:10:44.068Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:44.068Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is matching search criteria
2022-08-25T04:10:44.069Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6c6ffb03-bcf5 0] matching following query criteria: sdcType=VF, customizationUUID=501d9ad1-88ad-4403-81f9-70fc92653ced
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=?
2022-08-25T04:10:44.071Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:44.071Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:44.075Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a696cfc8-0a68-46b3-b485-bba7309c3097: vFW 6c6ffb03-bcf5
2022-08-25T04:10:44.076Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:44.077Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:44.077Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:44.077Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:44.077Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:44.078Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:44.078Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:44.078Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:44.078Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:10:44.078Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:44.079Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-08-25 04-09-01 
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 (?, ?, ?, ?, ?)
2022-08-25T04:10:44.816Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6c6ffb03-bcf5 e56d6b16-761c-458f-bcfa-904ba189e519 1 ASDC deployResourceStructure
2022-08-25T04:10:44.817Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json ASDC sendASDCNotification
2022-08-25T04:10:44.817Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json
2022-08-25T04:10:44.817Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:10:44.818Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:44.821Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:44.821Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400644817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T04:10:44.921Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T04:10:44.923Z||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.
2022-08-25T04:10:44.923Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:44.952Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:10:44.952Z||pool-14-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:10:45.825Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-25T04:10:45.826Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml
2022-08-25T04:10:45.827Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:10:45.852Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:45.866Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:45.867Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400645825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T04:10:45.961Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-08-25T04:10:45.970Z||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.
2022-08-25T04:10:45.971Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:46.013Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:10:46.013Z||pool-15-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:10:46.869Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-25T04:10:46.870Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env
2022-08-25T04:10:46.870Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:10:46.871Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:46.876Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:46.876Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400646869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-25T04:10:46.977Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:10:46.978Z||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.
2022-08-25T04:10:46.978Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:46.998Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:10:46.999Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:10:47.878Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar ASDC sendASDCNotification
2022-08-25T04:10:47.878Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:47.879Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:10:47.880Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:47.884Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:47.884Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400647878,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:10:47.985Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:10:47.987Z||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.
2022-08-25T04:10:47.988Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:48.021Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:10:48.022Z||pool-17-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:10:48.892Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:10:48.916Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:10:48.920Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:10:48.921Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:10:48.921Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:11:18.921Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:11:18.953Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:11:18.967Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:11:18.968Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:11:18.969Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:11:20.727Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:11:20.728Z||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.
2022-08-25T04:11:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:11:20.865Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:11:20.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:11:20.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400620715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:11:20.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:11:48.971Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:11:49.013Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:11:49.044Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:11:49.044Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:11:49.045Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:12:19.045Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:12:19.077Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:12:19.097Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:12:19.098Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:12:19.098Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:12:20.727Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:12:20.728Z||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.
2022-08-25T04:12:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:12:21.267Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:12:21.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "aai-ml",
  "timestamp": 1661400621697,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:12:21.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400620715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T04:12:21.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "aai-ml",
  "timestamp": 1661400622703,
  "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=?
2022-08-25T04:12:21.289Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
2022-08-25T04:12:21.289Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0 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 (?, ?, ?, ?, ?)
2022-08-25T04:12:21.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400620715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:12:21.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400620715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400620715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-25T04:12:21.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400620715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400620715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:12:21.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400629468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.301Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "clamp",
  "timestamp": 1661400631036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.302Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "clamp",
  "timestamp": 1661400633056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:12:21.302Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "clamp",
  "timestamp": 1661400634061,
  "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=?
2022-08-25T04:12:21.309Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
2022-08-25T04:12:21.310Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0 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 (?, ?, ?, ?, ?)
2022-08-25T04:12:21.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400640540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.330Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400641701,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.331Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400642782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.340Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661400639889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661400640238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "clamp",
  "timestamp": 1661400639129,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661400634465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661400639889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T04:12:21.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661400640238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661400634465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "clamp",
  "timestamp": 1661400639129,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T04:12:21.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "policy-id",
  "timestamp": 1661400643875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400644817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T04:12:21.344Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661400640238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "clamp",
  "timestamp": 1661400639129,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661400634465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661400639889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:12:21.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "policy-id",
  "timestamp": 1661400643875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400645825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T04:12:21.347Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661400639889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661400640238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661400634465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "clamp",
  "timestamp": 1661400639129,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "policy-id",
  "timestamp": 1661400643875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:12:21.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400646869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-25T04:12:21.350Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661400639889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-25T04:12:21.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661400640238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661400634465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "clamp",
  "timestamp": 1661400639129,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "policy-id",
  "timestamp": 1661400643875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400647878,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:12:21.353Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661400639889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661400640238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661400634465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "clamp",
  "timestamp": 1661400639129,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "cds",
  "timestamp": 1661400647402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "policy-id",
  "timestamp": 1661400643875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661400639889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:12:21.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661400640238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661400634465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:12:21.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "clamp",
  "timestamp": 1661400639129,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:12:21.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "cds",
  "timestamp": 1661400647402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "policy-id",
  "timestamp": 1661400643875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661400649954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661400650319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "cds",
  "timestamp": 1661400647402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "policy-id",
  "timestamp": 1661400643875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:12:21.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661400651020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.362Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "cds",
  "timestamp": 1661400647402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "policy-id",
  "timestamp": 1661400651610,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661400652088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "cds",
  "timestamp": 1661400647402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661400652651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:12:21.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "policy-id",
  "timestamp": 1661400652614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:12:21.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661400653114,
  "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 (?, ?, ?, ?, ?)
2022-08-25T04:12:21.431Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bff5caac-02e1-435a-9888-344b4242450c
2022-08-25T04:12:21.432Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bff5caac-02e1-435a-9888-344b4242450c 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 (?, ?, ?, ?, ?)
2022-08-25T04:12:21.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "cds",
  "timestamp": 1661400647402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661400653655,
  "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=?
2022-08-25T04:12:21.471Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bff5caac-02e1-435a-9888-344b4242450c
2022-08-25T04:12:21.471Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bff5caac-02e1-435a-9888-344b4242450c 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 (?, ?, ?, ?, ?)
2022-08-25T04:12:21.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "policy-id",
  "timestamp": 1661400653617,
  "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=?
2022-08-25T04:12:21.525Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bff5caac-02e1-435a-9888-344b4242450c
2022-08-25T04:12:21.527Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bff5caac-02e1-435a-9888-344b4242450c 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=?
2022-08-25T04:12:21.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661400654119,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T04:12:21.586Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "cds",
  "timestamp": 1661400647402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:12:21.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "aai-ml",
  "timestamp": 1661400653551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "cds",
  "timestamp": 1661400655146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.596Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "aai-ml",
  "timestamp": 1661400653551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "cds",
  "timestamp": 1661400656153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-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=?
2022-08-25T04:12:21.631Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bff5caac-02e1-435a-9888-344b4242450c
2022-08-25T04:12:21.631Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bff5caac-02e1-435a-9888-344b4242450c 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 (?, ?, ?, ?, ?)
2022-08-25T04:12:21.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "aai-ml",
  "timestamp": 1661400653551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "aai-ml",
  "timestamp": 1661400653551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "aai-ml",
  "timestamp": 1661400653551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "aai-ml",
  "timestamp": 1661400653551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "aai-ml",
  "timestamp": 1661400653551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:12:21.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:12:21.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "clamp",
  "timestamp": 1661400661032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.652Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "aai-ml",
  "timestamp": 1661400661278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.652Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.653Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.653Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "clamp",
  "timestamp": 1661400663042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:12:21.653Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "clamp",
  "timestamp": 1661400664046,
  "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=?
2022-08-25T04:12:21.664Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bff5caac-02e1-435a-9888-344b4242450c
2022-08-25T04:12:21.665Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bff5caac-02e1-435a-9888-344b4242450c 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 (?, ?, ?, ?, ?)
2022-08-25T04:12:21.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "aai-ml",
  "timestamp": 1661400668228,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:12:21.704Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "aai-ml",
  "timestamp": 1661400669232,
  "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=?
2022-08-25T04:12:21.712Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bff5caac-02e1-435a-9888-344b4242450c
2022-08-25T04:12:21.713Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bff5caac-02e1-435a-9888-344b4242450c 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 (?, ?, ?, ?, ?)
2022-08-25T04:12:49.099Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:12:49.118Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:12:49.122Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:12:49.123Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T04:12:49.123Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T04:12:49.123Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T04:12:49.123Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:12:49.123Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:12:49.123Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:12:49.124Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:12:49.124Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:12:49.124Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:12:49.124Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:12:49.130Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T04:13:19.131Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0 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=?
2022-08-25T04:13:19.164Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0 and serviceModelVersionId: a696cfc8-0a68-46b3-b485-bba7309c3097
2022-08-25T04:13:19.175Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6cadff52-a156-4ee1-86bd-94c4cc13732d
2022-08-25T04:13:20.730Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:13:20.730Z||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.
2022-08-25T04:13:20.730Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:13:30.301Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:13:51.151Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6cadff52-a156-4ee1-86bd-94c4cc13732d/model-vers/model-ver/a696cfc8-0a68-46b3-b485-bba7309c3097?depth=0
2022-08-25T04:13:51.621Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-25T04:13:52.856Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cadff52-a156-4ee1-86bd-94c4cc13732d/model-vers/model-ver/a696cfc8-0a68-46b3-b485-bba7309c3097?depth=0|INFO|500||Invoke
2022-08-25T04:13:52.873Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cadff52-a156-4ee1-86bd-94c4cc13732d/model-vers/model-ver/a696cfc8-0a68-46b3-b485-bba7309c3097?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cadff52-a156-4ee1-86bd-94c4cc13732d/model-vers/model-ver/a696cfc8-0a68-46b3-b485-bba7309c3097?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[58e59abe-02b5-4a01-bccc-8bdd09c9e6f0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1cf4e827-a062-4ba9-8e8c-f532f48a1bad], X-ECOMP-RequestID=[58e59abe-02b5-4a01-bccc-8bdd09c9e6f0], X-TransactionId=[], X-ONAP-RequestID=[58e59abe-02b5-4a01-bccc-8bdd09c9e6f0], Content-Type=[application/merge-patch+json]}
2022-08-25T04:13:53.165Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cadff52-a156-4ee1-86bd-94c4cc13732d/model-vers/model-ver/a696cfc8-0a68-46b3-b485-bba7309c3097?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-25T04:13:53.477Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cadff52-a156-4ee1-86bd-94c4cc13732d/model-vers/model-ver/a696cfc8-0a68-46b3-b485-bba7309c3097?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/6cadff52-a156-4ee1-86bd-94c4cc13732d/model-vers/model-ver/a696cfc8-0a68-46b3-b485-bba7309c3097?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220825-04:13:53:219-33372], vertex-id=[209008], Content-Length=[0], Date=[Thu, 25 Aug 2022 04:13:53 GMT], Content-Type=[application/json]}
2022-08-25T04:13:53.480Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cadff52-a156-4ee1-86bd-94c4cc13732d/model-vers/model-ver/a696cfc8-0a68-46b3-b485-bba7309c3097?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-25T04:13:53.482Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cadff52-a156-4ee1-86bd-94c4cc13732d/model-vers/model-ver/a696cfc8-0a68-46b3-b485-bba7309c3097?depth=0|INFO|500||InvokeReturn
2022-08-25T04:13:53.488Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-25T04:13:53.507Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T04:13:53.529Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-25T04:13:53.533Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-25T04:13:53.545Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-25T04:13:53.547Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:13:53.555Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:13:53.556Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400833533,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:13:53.657Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:13:53.659Z||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.
2022-08-25T04:13:53.659Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:13:53.681Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:13:53.682Z||pool-18-thread-1|||||INFO|500||cambria reply ok (24 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=?
2022-08-25T04:13:54.598Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:13:54.599Z||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.
2022-08-25T04:13:54.599Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:13:59.092Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:13:59.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-25T04:13:59.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"bff5caac-02e1-435a-9888-344b4242450c","serviceName":"basic_onboard_UnXrdE","serviceVersion":"1.0","serviceUUID":"e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7","serviceDescription":"service","serviceInvariantUUID":"981cd969-5930-453d-adf4-a84786eb462a","resources":[{"resourceInstanceName":"basic_onboard_UnXrdE 0","resourceName":"basic_onboard_UnXrdE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d30083e1-61e6-40a5-ae18-be21e48c36d2","resourceInvariantUUID":"64436877-4560-4a3e-b258-432bb9ebffa1","resourceCustomizationUUID":"b6d54299-63fa-4edb-addd-fdd715b43554","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vf-license-model.xml","artifactChecksum":"MzFlZjIyZDEzM2Q5N2QzNDk1MTk2ZGZjZjcwNjgxOWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9ba9d949-cab5-44f9-8cf0-e4a64f4c85c2","artifactVersion":"1"},{"artifactName":"basic_onboard_unxrde0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json","artifactChecksum":"NmY5ZWJkNWVhMjUxZmNmNzBjOTYxZTU1MzgzNjY3OTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"71f3dc42-a14f-455d-be47-1f5de4539ce5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"79ed9c72-47b2-427d-8d0c-f2f116520bd1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"82962396-c650-4177-921c-2a9d439944e4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e11968b7-9b75-41cb-ab77-6b00a0cf151a","artifactVersion":"2","generatedFromUUID":"79ed9c72-47b2-427d-8d0c-f2f116520bd1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUnxrde-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-template.yml","artifactChecksum":"MzhkMWU5ZDYwMGI2MjU5ZWFkN2U0OGM0ZTFmOGM5Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a92580b6-c90f-4ea7-b758-2369f8bdee4b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUnxrde-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar","artifactChecksum":"NTEyODkxMGMwMzE3NDcwNDgzNDFmYWJhNjFjNmQ4YzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d18efe01-3bac-4374-afd2-925ad2afe8d8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T04:13:59.097Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:13:59.098Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:13:59.100Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:13:59.100Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400834597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:13:59.200Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:13:59.202Z||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.
2022-08-25T04:13:59.202Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:13:59.227Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:13:59.227Z||pool-19-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:14:00.101Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:14:00.101Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:00.104Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:00.104Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400834597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T04:14:00.205Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:14:00.208Z||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.
2022-08-25T04:14:00.208Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:00.234Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:14:00.236Z||pool-20-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:14:01.105Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:14:01.106Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:01.108Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:01.109Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400834597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:14:01.214Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-25T04:14:01.216Z||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.
2022-08-25T04:14:01.216Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:01.234Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:14:01.235Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:14:02.109Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:14:02.110Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:02.114Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:02.114Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400834597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:14:02.215Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:14:02.216Z||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.
2022-08-25T04:14:02.217Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:02.235Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:14:02.235Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:14:03.118Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:14:03.119Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:03.123Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:03.124Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400834597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-25T04:14:03.226Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-25T04:14:03.232Z||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.
2022-08-25T04:14:03.236Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:03.260Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:14:03.261Z||pool-23-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:14:04.125Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:14:04.126Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:04.130Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:04.130Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400834597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:14:04.234Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-25T04:14:04.235Z||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.
2022-08-25T04:14:04.235Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:04.258Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:14:04.259Z||pool-24-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:14:05.135Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:14:05.137Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:05.140Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:05.141Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400834597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:14:05.240Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:14:05.242Z||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.
2022-08-25T04:14:05.242Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:05.260Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:14:05.261Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:14:06.182Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "serviceName": "basic_onboard_UnXrdE",
  "serviceVersion": "1.0",
  "serviceUUID": "e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "981cd969-5930-453d-adf4-a84786eb462a",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UnXrdE 0",
      "resourceCustomizationUUID": "b6d54299-63fa-4edb-addd-fdd715b43554",
      "resourceName": "basic_onboard_UnXrdE",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d30083e1-61e6-40a5-ae18-be21e48c36d2",
      "resourceInvariantUUID": "64436877-4560-4a3e-b258-432bb9ebffa1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_unxrde0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
          "artifactChecksum": "NmY5ZWJkNWVhMjUxZmNmNzBjOTYxZTU1MzgzNjY3OTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "71f3dc42-a14f-455d-be47-1f5de4539ce5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "79ed9c72-47b2-427d-8d0c-f2f116520bd1",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e11968b7-9b75-41cb-ab77-6b00a0cf151a",
            "generatedFromUUID": "79ed9c72-47b2-427d-8d0c-f2f116520bd1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e11968b7-9b75-41cb-ab77-6b00a0cf151a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUnxrde-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
      "artifactChecksum": "NTEyODkxMGMwMzE3NDcwNDgzNDFmYWJhNjFjNmQ4YzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d18efe01-3bac-4374-afd2-925ad2afe8d8"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T04:14:06.183Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T04:14:06.183Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7 ASDC
2022-08-25T04:14:06.183Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:bff5caac-02e1-435a-9888-344b4242450c
ServiceName:basic_onboard_UnXrdE
ServiceVersion:1.0
ServiceUUID:e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7
ServiceInvariantUUID:981cd969-5930-453d-adf4-a84786eb462a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUnxrde-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar
ArtifactUUID:d18efe01-3bac-4374-afd2-925ad2afe8d8
ArtifactChecksum:NTEyODkxMGMwMzE3NDcwNDgzNDFmYWJhNjFjNmQ4YzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UnXrdE 0
ResourceCustomizationUUID:b6d54299-63fa-4edb-addd-fdd715b43554
ResourceInvariantUUID:64436877-4560-4a3e-b258-432bb9ebffa1
ResourceName:basic_onboard_UnXrdE
ResourceType:VF
ResourceUUID:d30083e1-61e6-40a5-ae18-be21e48c36d2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_unxrde0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json
ArtifactUUID:71f3dc42-a14f-455d-be47-1f5de4539ce5
ArtifactChecksum:NmY5ZWJkNWVhMjUxZmNmNzBjOTYxZTU1MzgzNjY3OTE=
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/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml
ArtifactUUID:79ed9c72-47b2-427d-8d0c-f2f116520bd1
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/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env
ArtifactUUID:e11968b7-9b75-41cb-ab77-6b00a0cf151a
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/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env
ArtifactUUID:e11968b7-9b75-41cb-ab77-6b00a0cf151a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-25T04:14:06.184Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7 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=?
2022-08-25T04:14:06.318Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:14:06.322Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-25T04:14:06.323Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-25T04:14:06.324Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d18efe01-3bac-4374-afd2-925ad2afe8d8 from URL: /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:06.326Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-25T04:14:06.327Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:06.603Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-25T04:14:06.610Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar d18efe01-3bac-4374-afd2-925ad2afe8d8 71575
2022-08-25T04:14:06.612Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar ASDC sendASDCNotification
2022-08-25T04:14:06.613Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:06.613Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:14:06.614Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:06.622Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:06.624Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400846612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:14:06.720Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-08-25T04:14:06.722Z||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.
2022-08-25T04:14:06.723Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:06.743Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:14:06.747Z||pool-26-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:14:07.627Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:14:07.628Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-25T04:14:07.629Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: d18efe01-3bac-4374-afd2-925ad2afe8d8, URL: /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar to file: /app/ASDC/1/service-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:07.629Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:07.630Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:07.630Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:08.444Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16882634713972564976/Definitions/service-BasicOnboardUnxrde-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
2022-08-25T04:14:11.415Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-25T04:14:11.416Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-25T04:14:11.416Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:11.416Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-25T04:14:11.416Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||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-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:11.416Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||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-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:11.416Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||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-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:11.416Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||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-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:11.417Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:11.417Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:11.417Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||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-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:11.417Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_UnXrdE 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-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:11.417Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||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-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:11.417Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-25T04:14:11.418Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:11.418Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:11.418Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_UnXrdE 0 is matching search criteria
2022-08-25T04:14:11.418Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-25T04:14:11.419Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_UnXrdE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:14:11.419Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:11.419Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:11.419Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_UnXrdE 0 is matching search criteria
2022-08-25T04:14:11.420Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-25T04:14:11.420Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_UnXrdE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:14:11.420Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:11.420Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:11.421Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:11.421Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_UnXrdE 0 is not matching search criteria
2022-08-25T04:14:11.421Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-25T04:14:11.421Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-25T04:14:11.422Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-25T04:14:11.422Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-25T04:14:11.422Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-25T04:14:11.422Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:11.422Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T04:14:11.423Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:11.423Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_UnXrdE 0 is matching search criteria
2022-08-25T04:14:11.423Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_UnXrdE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:14:11.423Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:11.424Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_UnXrdE 0 is matching search criteria
2022-08-25T04:14:11.424Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_UnXrdE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:14:11.424Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:11.425Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_UnXrdE 0 is matching search criteria
2022-08-25T04:14:11.425Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_UnXrdE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:14:11.425Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:11.425Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_UnXrdE 0 is not matching search criteria
2022-08-25T04:14:11.426Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-25T04:14:11.426Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-25T04:14:11.427Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e083d214-4ad5-4430-a418-7f1b3ead6e0e
2022-08-25T04:14:11.428Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:11.428Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:11.429Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:11.430Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:11.430Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:11.431Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:11.432Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:11.432Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:11.433Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_UnXrdE
Description:service
Model UUID:e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7
Model Version:NULL
Model InvariantUuid:981cd969-5930-453d-adf4-a84786eb462a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_UnXrdE
Model UUID:58a9e66c-9ff4-4a3d-906c-8e2a75c6aa01
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:64436877-4560-4a3e-b258-432bb9ebffa1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b6d54299-63fa-4edb-addd-fdd715b43554
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e386107f-7f39-41e0-ab3b-9a31cb9c6367
ModelName:BasicOnboardUnxrde..base_ubuntu18..module-0
ModelUuid:b5f9d196-f9d5-44f8-b6b2-3e48d221236f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e083d214-4ad5-4430-a418-7f1b3ead6e0e
ModelInvariantUuid:45b57884-28e4-42e6-a624-4f467fac674a
ModelName:basic_onboard_UnXrdE-nodes.ubuntu18Cvfc
ModelUuid:fd43c7d5-9904-41ca-8943-b7263cdb0f40
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:eeabf09c-fe1c-4969-909f-5f35a3874d57
ModelInvariantUuid:962f8f99-ded8-4382-9517-f16085d292b7
ModelName:BasicOnboardUnxrde.compute.nodes.heat.ubuntu18
ModelUuid:85cf665d-0959-4c94-9a0d-2266ccbacad9
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=?
2022-08-25T04:14:11.443Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: d30083e1-61e6-40a5-ae18-be21e48c36d2
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=?
2022-08-25T04:14:11.446Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||basic_onboard_UnXrdE 0
2022-08-25T04:14:11.447Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d30083e1-61e6-40a5-ae18-be21e48c36d2
2022-08-25T04:14:11.447Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 71f3dc42-a14f-455d-be47-1f5de4539ce5 from URL: /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json
2022-08-25T04:14:11.447Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-25T04:14:11.447Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json
2022-08-25T04:14:11.497Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-25T04:14:11.497Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json 71f3dc42-a14f-455d-be47-1f5de4539ce5 798
2022-08-25T04:14:11.498Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json ASDC sendASDCNotification
2022-08-25T04:14:11.498Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json
2022-08-25T04:14:11.499Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:14:11.501Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:11.504Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:11.505Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400851498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:14:11.604Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:14:11.606Z||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.
2022-08-25T04:14:11.606Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:11.621Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:14:11.621Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:14:12.506Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUnxrde..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e386107f-7f39-41e0-ab3b-9a31cb9c6367",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b5f9d196-f9d5-44f8-b6b2-3e48d221236f",
    "vfModuleModelCustomizationUUID": "8db6c960-d5a8-453b-818e-1a0f1a190741",
    "isBase": true,
    "artifacts": [
      "79ed9c72-47b2-427d-8d0c-f2f116520bd1",
      "e11968b7-9b75-41cb-ab77-6b00a0cf151a"
    ],
    "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": ""
    }
  }
]
2022-08-25T04:14:12.512Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUnxrde..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b5f9d196-f9d5-44f8-b6b2-3e48d221236f
VfModuleModelInvariantUUID:e386107f-7f39-41e0-ab3b-9a31cb9c6367
VfModuleModelDescription:NULL
Artifacts UUID List:{
79ed9c72-47b2-427d-8d0c-f2f116520bd1
,
e11968b7-9b75-41cb-ab77-6b00a0cf151a

}
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


}

2022-08-25T04:14:12.515Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUnxrde..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e386107f-7f39-41e0-ab3b-9a31cb9c6367",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b5f9d196-f9d5-44f8-b6b2-3e48d221236f",
    "vfModuleModelCustomizationUUID": "8db6c960-d5a8-453b-818e-1a0f1a190741",
    "isBase": true,
    "artifacts": [
      "79ed9c72-47b2-427d-8d0c-f2f116520bd1",
      "e11968b7-9b75-41cb-ab77-6b00a0cf151a"
    ],
    "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": ""
    }
  }
]
2022-08-25T04:14:12.515Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUnxrde..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b5f9d196-f9d5-44f8-b6b2-3e48d221236f
VfModuleModelInvariantUUID:e386107f-7f39-41e0-ab3b-9a31cb9c6367
VfModuleModelDescription:NULL
Artifacts UUID List:{
79ed9c72-47b2-427d-8d0c-f2f116520bd1
,
e11968b7-9b75-41cb-ab77-6b00a0cf151a

}
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


}

2022-08-25T04:14:12.515Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 79ed9c72-47b2-427d-8d0c-f2f116520bd1 from URL: /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml
2022-08-25T04:14:12.515Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-25T04:14:12.516Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml
2022-08-25T04:14:12.578Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-25T04:14:12.578Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml 79ed9c72-47b2-427d-8d0c-f2f116520bd1 5033
2022-08-25T04:14:12.578Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-25T04:14:12.578Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml
2022-08-25T04:14:12.579Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:14:12.579Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:12.581Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:12.582Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400852578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:14:12.682Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:14:12.683Z||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.
2022-08-25T04:14:12.683Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:12.702Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:14:12.705Z||pool-28-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:14:13.582Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e11968b7-9b75-41cb-ab77-6b00a0cf151a from URL: /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env
2022-08-25T04:14:13.583Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-25T04:14:13.583Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env
2022-08-25T04:14:13.633Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-25T04:14:13.634Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env e11968b7-9b75-41cb-ab77-6b00a0cf151a 909
2022-08-25T04:14:13.634Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-25T04:14:13.634Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env
2022-08-25T04:14:13.634Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:14:13.635Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:13.646Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:13.647Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400853634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:14:13.745Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-08-25T04:14:13.748Z||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.
2022-08-25T04:14:13.749Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:13.774Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:14:13.777Z||pool-29-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:14:14.647Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7
2022-08-25T04:14:14.648Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_UnXrdE 0 d30083e1-61e6-40a5-ae18-be21e48c36d2 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=?
2022-08-25T04:14:14.669Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f76cfed, org.onap.sdc.toscaparser.api.parameters.Input@9069b45, org.onap.sdc.toscaparser.api.parameters.Input@22520930, org.onap.sdc.toscaparser.api.parameters.Input@66028668, org.onap.sdc.toscaparser.api.parameters.Input@2f4224e2]
2022-08-25T04:14:14.671Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:14.671Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:14.671Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-08-25T04:14:14.671Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= b6d54299-63fa-4edb-addd-fdd715b43554
2022-08-25T04:14:14.672Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b6d54299-63fa-4edb-addd-fdd715b43554 matches Tosca VF Customization UUID: b6d54299-63fa-4edb-addd-fdd715b43554
2022-08-25T04:14:14.672Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: b6d54299-63fa-4edb-addd-fdd715b43554  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=?
2022-08-25T04:14:14.677Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:14.678Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:14.679Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id b6d54299-63fa-4edb-addd-fdd715b43554: {\"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\"}
2022-08-25T04:14:14.679Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@52c92dae
2022-08-25T04:14:14.679Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:14.680Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T04:14:14.680Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8db6c960-d5a8-453b-818e-1a0f1a190741
2022-08-25T04:14:14.680Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8db6c960-d5a8-453b-818e-1a0f1a190741
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=?
2022-08-25T04:14:14.687Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:14.687Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_UnXrdE 0 is matching search criteria
2022-08-25T04:14:14.688Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_UnXrdE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:14:14.688Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:14.689Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_UnXrdE 0 is matching search criteria
2022-08-25T04:14:14.689Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_UnXrdE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:14:14.689Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:14.690Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_UnXrdE 0 is not matching search criteria
2022-08-25T04:14:14.690Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-25T04:14:14.690Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-25T04:14:14.690Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e083d214-4ad5-4430-a418-7f1b3ead6e0e
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=?
2022-08-25T04:14:14.707Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:14.707Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_UnXrdE 0 is matching search criteria
2022-08-25T04:14:14.708Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_UnXrdE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:14:14.708Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:14.709Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_UnXrdE 0 is matching search criteria
2022-08-25T04:14:14.710Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_UnXrdE 0] matching following query criteria: sdcType=VF, customizationUUID=b6d54299-63fa-4edb-addd-fdd715b43554
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=?
2022-08-25T04:14:14.713Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:14.714Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:14.715Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7: basic_onboard_UnXrdE
2022-08-25T04:14:14.715Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:14.716Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:14.716Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:14.717Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:14.718Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:14.718Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:14.719Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:14.719Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:14.720Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:14:14.721Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:14.721Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_UnXrdE 
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 (?, ?, ?, ?, ?)
2022-08-25T04:14:14.853Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_UnXrdE d30083e1-61e6-40a5-ae18-be21e48c36d2 1 ASDC deployResourceStructure
2022-08-25T04:14:14.854Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json ASDC sendASDCNotification
2022-08-25T04:14:14.854Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json
2022-08-25T04:14:14.854Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:14:14.855Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:14.858Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:14.858Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400854854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T04:14:14.958Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:14:14.959Z||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.
2022-08-25T04:14:14.959Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:14.975Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:14:14.976Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:14:15.859Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-25T04:14:15.860Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml
2022-08-25T04:14:15.860Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:14:15.861Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:15.865Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:15.865Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400855859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T04:14:15.976Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-08-25T04:14:15.978Z||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.
2022-08-25T04:14:15.978Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:15.997Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:14:15.997Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:14:16.867Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-25T04:14:16.867Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env
2022-08-25T04:14:16.868Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:14:16.868Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:16.874Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:16.874Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400856867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-25T04:14:16.977Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-25T04:14:16.978Z||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.
2022-08-25T04:14:16.979Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:16.996Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:14:16.997Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:14:17.879Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar ASDC sendASDCNotification
2022-08-25T04:14:17.880Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:17.881Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:14:17.883Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:17.893Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:17.894Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400857876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:14:17.991Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-25T04:14:17.992Z||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.
2022-08-25T04:14:17.992Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:18.016Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:14:18.016Z||pool-33-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:14:18.895Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bff5caac-02e1-435a-9888-344b4242450c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:14:18.911Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bff5caac-02e1-435a-9888-344b4242450c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:14:18.916Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:14:18.917Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T04:14:18.917Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T04:14:18.917Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T04:14:18.918Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:14:18.918Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:14:18.918Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:14:18.919Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:14:18.919Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:14:18.919Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:14:18.920Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||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=?
2022-08-25T04:14:18.926Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T04:14:20.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:14:20.730Z||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.
2022-08-25T04:14:20.730Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:21.375Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:14:21.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400833533,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:14:21.378Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:14:21.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400834597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:14:21.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:14:21.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400834597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T04:14:21.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:14:21.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400834597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:14:21.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:14:21.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400834597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:14:21.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:14:21.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400834597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-25T04:14:21.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:14:21.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400834597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:14:21.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:14:21.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400834597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:14:21.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:14:21.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400846612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:14:21.389Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:14:21.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400851498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:14:21.391Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:14:21.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400852578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:14:21.393Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:14:21.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400853634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:14:21.394Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:14:21.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400854854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T04:14:21.394Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:14:21.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400855859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T04:14:21.395Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:14:21.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400856867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-25T04:14:21.395Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:14:21.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400857876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:14:21.396Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:14:48.927Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bff5caac-02e1-435a-9888-344b4242450c 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=?
2022-08-25T04:14:48.936Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bff5caac-02e1-435a-9888-344b4242450c and serviceModelVersionId: e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7
2022-08-25T04:14:48.938Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 981cd969-5930-453d-adf4-a84786eb462a
2022-08-25T04:14:48.939Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/981cd969-5930-453d-adf4-a84786eb462a/model-vers/model-ver/e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7?depth=0
2022-08-25T04:14:48.952Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-08-25T04:14:49.277Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/981cd969-5930-453d-adf4-a84786eb462a/model-vers/model-ver/e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7?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]}
2022-08-25T04:14:49.284Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/981cd969-5930-453d-adf4-a84786eb462a/model-vers/model-ver/e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7?depth=0|INFO|500||Invoke
2022-08-25T04:14:49.357Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/981cd969-5930-453d-adf4-a84786eb462a/model-vers/model-ver/e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-25T04:14:49.460Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/981cd969-5930-453d-adf4-a84786eb462a/model-vers/model-ver/e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7?depth=0|INFO|500||InvokeReturn
2022-08-25T04:14:49.461Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/981cd969-5930-453d-adf4-a84786eb462a/model-vers/model-ver/e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220825-04:14:49:395-52279], vertex-id=[209096], Content-Length=[0], Date=[Thu, 25 Aug 2022 04:14:49 GMT], Content-Type=[application/json]}
2022-08-25T04:14:49.462Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-08-25T04:14:49.463Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-25T04:14:49.463Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||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=?
2022-08-25T04:14:49.473Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||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)
2022-08-25T04:14:49.474Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bff5caac-02e1-435a-9888-344b4242450c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-25T04:14:49.474Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-25T04:14:49.475Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:49.480Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:49.482Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400889474,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:14:49.580Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-25T04:14:49.585Z||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.
2022-08-25T04:14:49.585Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:49.616Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:14:49.616Z||pool-34-thread-1|||||INFO|500||cambria reply ok (33 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=?
2022-08-25T04:14:50.506Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:14:50.507Z|bff5caac-02e1-435a-9888-344b4242450c|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.
2022-08-25T04:14:50.507Z|bff5caac-02e1-435a-9888-344b4242450c|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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:15:00.063Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:15:00.064Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:15:00.065Z|bff5caac-02e1-435a-9888-344b4242450c|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.
2022-08-25T04:15:00.065Z|bff5caac-02e1-435a-9888-344b4242450c|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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:15:09.605Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:15:09.607Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:15:09.610Z||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.
2022-08-25T04:15:09.610Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:15:19.168Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:15:20.717Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:15:20.718Z||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.
2022-08-25T04:15:20.718Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:15:20.726Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:15:20.727Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|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.
2022-08-25T04:15:20.727Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:15:21.368Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:15:21.370Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-25T04:15:21.371Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661400889474,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:15:21.375Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:15:30.311Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:16:20.716Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:16:20.718Z||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.
2022-08-25T04:16:20.719Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:16:20.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:16:20.727Z||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.
2022-08-25T04:16:20.727Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:16:30.299Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:16:30.302Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:17:20.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:17:20.718Z||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.
2022-08-25T04:17:20.718Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:17:20.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:17:20.728Z||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.
2022-08-25T04:17:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:17:30.289Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:17:30.292Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:18:20.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:18:20.717Z||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.
2022-08-25T04:18:20.717Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:18:20.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:18:20.728Z||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.
2022-08-25T04:18:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:18:30.288Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:18:30.292Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:19:20.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:19:20.718Z||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.
2022-08-25T04:19:20.720Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:19:20.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:19:20.727Z||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.
2022-08-25T04:19:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:19:30.271Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:19:30.271Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:20:20.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:20:20.716Z||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.
2022-08-25T04:20:20.716Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:20:20.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:20:20.727Z||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.
2022-08-25T04:20:20.727Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:20:30.277Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:20:30.279Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:21:20.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:21:20.716Z||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.
2022-08-25T04:21:20.716Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:21:20.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:21:20.727Z||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.
2022-08-25T04:21:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:21:30.277Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:21:30.278Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:22:20.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:22:20.717Z||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.
2022-08-25T04:22:20.717Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:22:20.727Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:22:20.727Z||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.
2022-08-25T04:22:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:22:30.291Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:22:30.293Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:23:20.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:23:20.716Z||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.
2022-08-25T04:23:20.716Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:23:20.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:23:20.729Z||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.
2022-08-25T04:23:20.734Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:23:30.273Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:23:30.280Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:24:20.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:24:20.716Z||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.
2022-08-25T04:24:20.717Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:24:20.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:24:20.727Z||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.
2022-08-25T04:24:20.727Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:24:20.877Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:24:20.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:24:20.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "cds",
  "timestamp": 1661401457402,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:24:20.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:24:21.381Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:24:21.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:24:21.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"928fbcbe-281f-4938-8966-80ef72f1afcd","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4","serviceDescription":"service","serviceInvariantUUID":"254d6b6d-554a-4de0-a993-82cbea37fa17","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"6ed70bf8-51f4-4a03-9101-25ec54ace09f","resourceInvariantUUID":"9368b625-e83e-4296-bd4b-55b8f881dc2a","resourceCustomizationUUID":"6b4bde84-eb7b-4d62-b14e-6fb621347e75","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"ZDIxZjVkNDAwY2MyYmZmZDNjMmMzZjkzZWQ4NTcwMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7505f389-908b-4f9a-b600-30f22ced6465","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzQxMGExNjhjNjE1NzAzNGNlMmI1YzQ0ZGQ2MGZmOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1aa18577-bdae-4d4e-b4f3-74c99c510630","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T04:24:21.432Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:24:21.433Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:24:21.445Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:24:21.445Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401460715,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:24:21.545Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:24:21.546Z||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.
2022-08-25T04:24:21.546Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:24:21.564Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:24:21.565Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:24:22.446Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:24:22.448Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:24:22.452Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:24:22.453Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401460715,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:24:22.553Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:24:22.554Z||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.
2022-08-25T04:24:22.555Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:24:22.571Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:24:22.572Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:24:23.455Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "254d6b6d-554a-4de0-a993-82cbea37fa17",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "6b4bde84-eb7b-4d62-b14e-6fb621347e75",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "6ed70bf8-51f4-4a03-9101-25ec54ace09f",
      "resourceInvariantUUID": "9368b625-e83e-4296-bd4b-55b8f881dc2a",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "YzQxMGExNjhjNjE1NzAzNGNlMmI1YzQ0ZGQ2MGZmOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1aa18577-bdae-4d4e-b4f3-74c99c510630"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T04:24:23.456Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T04:24:23.456Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4 ASDC
2022-08-25T04:24:23.460Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:928fbcbe-281f-4938-8966-80ef72f1afcd
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4
ServiceInvariantUUID:254d6b6d-554a-4de0-a993-82cbea37fa17
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:1aa18577-bdae-4d4e-b4f3-74c99c510630
ArtifactChecksum:YzQxMGExNjhjNjE1NzAzNGNlMmI1YzQ0ZGQ2MGZmOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6b4bde84-eb7b-4d62-b14e-6fb621347e75
ResourceInvariantUUID:9368b625-e83e-4296-bd4b-55b8f881dc2a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:6ed70bf8-51f4-4a03-9101-25ec54ace09f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-08-25T04:24:23.461Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4 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 (?, ?, ?, ?, ?)
2022-08-25T04:24:23.596Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:24:23.598Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-25T04:24:23.599Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-25T04:24:23.601Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1aa18577-bdae-4d4e-b4f3-74c99c510630 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-25T04:24:23.602Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-08-25T04:24:23.603Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-25T04:24:23.822Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-08-25T04:24:23.874Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1aa18577-bdae-4d4e-b4f3-74c99c510630 52502
2022-08-25T04:24:23.881Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-25T04:24:23.889Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-25T04:24:23.890Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:24:23.890Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:24:23.897Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:24:23.897Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401463881,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:24:23.995Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T04:24:23.996Z||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.
2022-08-25T04:24:23.996Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:24:24.033Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:24:24.034Z||pool-37-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:24:24.899Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:24:24.912Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-25T04:24:24.915Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1aa18577-bdae-4d4e-b4f3-74c99c510630, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T04:24:24.917Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-08-25T04:24:24.920Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T04:24:24.934Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T04:24:25.389Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12789888200454790656/Definitions/service-BasicNetwork-template.yml
2022-08-25T04:24:27.124Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-25T04:24:27.129Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-08-25T04:24:27.130Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T04:24:27.130Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-08-25T04:24:27.131Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T04:24:27.132Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T04:24:27.133Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T04:24:27.134Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T04:24:27.134Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T04:24:27.134Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T04:24:27.135Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T04:24:27.135Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T04:24:27.135Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-08-25T04:24:27.136Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:24:27.137Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.137Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-25T04:24:27.138Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-08-25T04:24:27.138Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:24:27.138Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:24:27.138Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.139Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-25T04:24:27.139Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-08-25T04:24:27.139Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:24:27.139Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:24:27.139Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.139Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:24:27.140Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.140Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:24:27.141Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.141Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:24:27.141Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.141Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:24:27.141Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.142Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4
Model Version:NULL
Model InvariantUuid:254d6b6d-554a-4de0-a993-82cbea37fa17
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:9368b625-e83e-4296-bd4b-55b8f881dc2a
Model UUID:976ef0f1-ecb3-405b-af39-21e9e4d0be2e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:6b4bde84-eb7b-4d62-b14e-6fb621347e75
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-25T04:24:27.195Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 6ed70bf8-51f4-4a03-9101-25ec54ace09f
2022-08-25T04:24:27.195Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||No resources found for Service: f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4
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=?
2022-08-25T04:24:27.227Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||
2022-08-25T04:24:27.227Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-08-25T04:24:27.228Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||No resources found for Service: f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4
2022-08-25T04:24:27.228Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4
2022-08-25T04:24:27.228Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-08-25T04:24:27.229Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T04:24:27.236Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ed0567, org.onap.sdc.toscaparser.api.parameters.Input@f55e3d7, org.onap.sdc.toscaparser.api.parameters.Input@6e8170e1, org.onap.sdc.toscaparser.api.parameters.Input@25ea5a2c, org.onap.sdc.toscaparser.api.parameters.Input@4a43b5cb]
2022-08-25T04:24:27.239Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:24:27.240Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.240Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:24:27.240Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.241Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4: Generic NeutronNet
2022-08-25T04:24:27.241Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:24:27.242Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.242Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:24:27.243Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-08-25T04:24:27.379Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:24:27.380Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.381Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:24:27.381Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.382Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:24:27.383Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.384Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-08-25T04:24:27.634Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-08-25T04:24:27.636Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-25T04:24:27.637Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-25T04:24:27.638Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:24:27.641Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:24:27.646Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:24:27.646Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401467636,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:24:27.750Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-25T04:24:27.754Z||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.
2022-08-25T04:24:27.755Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:24:27.805Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:24:27.812Z||pool-38-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:24:28.649Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:24:28.664Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:24:28.666Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:24:28.666Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:24:28.666Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:24:58.667Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:24:58.679Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:24:58.688Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:24:58.688Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:24:58.688Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:25:20.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:25:20.729Z||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.
2022-08-25T04:25:20.729Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:25:20.763Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:25:20.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:25:20.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401459889,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:25:20.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:25:28.689Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:25:28.733Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:25:28.741Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:25:28.741Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:25:28.742Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:25:58.744Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:25:58.755Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:25:58.757Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:25:58.757Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:25:58.757Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:26:20.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:26:20.729Z||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.
2022-08-25T04:26:20.730Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:26:20.765Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:26:20.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:26:20.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401460238,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:26:20.768Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:26:28.758Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:26:28.771Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:26:28.777Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:26:28.777Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:26:28.777Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:26:58.778Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:26:58.787Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:26:58.790Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:26:58.790Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:26:58.790Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:27:20.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:27:20.730Z||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.
2022-08-25T04:27:20.730Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:27:20.785Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:27:20.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "cds",
  "timestamp": 1661401457402,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:27:20.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:20.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401460715,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:20.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:20.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401459889,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:27:20.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:20.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401460238,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:20.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:20.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "cds",
  "timestamp": 1661401462099,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:27:20.793Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:20.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401460715,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:27:20.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:20.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "cds",
  "timestamp": 1661401463106,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:27:20.836Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 928fbcbe-281f-4938-8966-80ef72f1afcd
2022-08-25T04:27:20.837Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928fbcbe-281f-4938-8966-80ef72f1afcd 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 (?, ?, ?, ?, ?)
2022-08-25T04:27:20.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401463881,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:27:20.869Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:20.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "policy-id",
  "timestamp": 1661401463875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:20.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:20.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "aai-ml",
  "timestamp": 1661401463551,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:20.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:20.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "aai-ml",
  "timestamp": 1661401463551,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:27:20.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:20.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "policy-id",
  "timestamp": 1661401463875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:27:20.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:20.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "policy-id",
  "timestamp": 1661401466664,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:27:20.873Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:20.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "aai-ml",
  "timestamp": 1661401466344,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:27:20.874Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:20.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401467636,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:27:20.875Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:20.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "policy-id",
  "timestamp": 1661401467669,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:27:20.876Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:20.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "policy-id",
  "timestamp": 1661401468673,
  "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=?
2022-08-25T04:27:20.906Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 928fbcbe-281f-4938-8966-80ef72f1afcd
2022-08-25T04:27:20.907Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928fbcbe-281f-4938-8966-80ef72f1afcd 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 (?, ?, ?, ?, ?)
2022-08-25T04:27:20.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "aai-ml",
  "timestamp": 1661401470592,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:27:20.968Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:20.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "aai-ml",
  "timestamp": 1661401471596,
  "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=?
2022-08-25T04:27:20.979Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 928fbcbe-281f-4938-8966-80ef72f1afcd
2022-08-25T04:27:20.980Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928fbcbe-281f-4938-8966-80ef72f1afcd 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 (?, ?, ?, ?, ?)
2022-08-25T04:27:21.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401474465,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401474465,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:27:21.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401477216,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:27:21.039Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:21.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401478831,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:27:21.041Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:21.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401479835,
  "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=?
2022-08-25T04:27:21.069Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 928fbcbe-281f-4938-8966-80ef72f1afcd
2022-08-25T04:27:21.070Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928fbcbe-281f-4938-8966-80ef72f1afcd 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 (?, ?, ?, ?, ?)
2022-08-25T04:27:21.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "clamp",
  "timestamp": 1661401479129,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "clamp",
  "timestamp": 1661401479129,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:27:21.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "clamp",
  "timestamp": 1661401491147,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:27:21.126Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:21.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "clamp",
  "timestamp": 1661401494155,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:27:21.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:21.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "clamp",
  "timestamp": 1661401495162,
  "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=?
2022-08-25T04:27:21.155Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 928fbcbe-281f-4938-8966-80ef72f1afcd
2022-08-25T04:27:21.155Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928fbcbe-281f-4938-8966-80ef72f1afcd 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 (?, ?, ?, ?, ?)
2022-08-25T04:27:21.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "cds",
  "timestamp": 1661401502402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401499889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401504465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401500238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "policy-id",
  "timestamp": 1661401503875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "cds",
  "timestamp": 1661401502402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401504465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401500238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401499889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "policy-id",
  "timestamp": 1661401503875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401504465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401500238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401499889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "cds",
  "timestamp": 1661401502402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "policy-id",
  "timestamp": 1661401503875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "clamp",
  "timestamp": 1661401509129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401500238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "cds",
  "timestamp": 1661401502402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401504465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401499889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "policy-id",
  "timestamp": 1661401503875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "clamp",
  "timestamp": 1661401509129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401500238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "cds",
  "timestamp": 1661401502402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401499889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.262Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401504465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "policy-id",
  "timestamp": 1661401503875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "clamp",
  "timestamp": 1661401509129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401500238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:27:21.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401504465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.272Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401499889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "cds",
  "timestamp": 1661401502402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "policy-id",
  "timestamp": 1661401503875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "clamp",
  "timestamp": 1661401509129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "cds",
  "timestamp": 1661401502402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401500238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401504465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401499889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "policy-id",
  "timestamp": 1661401503875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "clamp",
  "timestamp": 1661401509129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "cds",
  "timestamp": 1661401502402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:27:21.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401500238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401504465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:27:21.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401499889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:27:21.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "policy-id",
  "timestamp": 1661401503875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:27:21.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "clamp",
  "timestamp": 1661401509129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "cds",
  "timestamp": 1661401515836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:27:21.304Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:21.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401516338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:27:21.305Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:21.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "clamp",
  "timestamp": 1661401509129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401516034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:27:21.306Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:21.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "policy-id",
  "timestamp": 1661401516245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:27:21.309Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:21.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "cds",
  "timestamp": 1661401516843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-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 (?, ?, ?, ?, ?)
2022-08-25T04:27:21.326Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 26676ee0-043e-4764-ba1c-729ce45d4161
2022-08-25T04:27:21.326Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26676ee0-043e-4764-ba1c-729ce45d4161 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 (?, ?, ?, ?, ?)
2022-08-25T04:27:21.336Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.336Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "clamp",
  "timestamp": 1661401509129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:27:21.337Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "policy-id",
  "timestamp": 1661401517249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:27:21.337Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:21.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401517251,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T04:27:21.338Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:21.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401518254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:27:21.339Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:21.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "policy-id",
  "timestamp": 1661401518251,
  "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=?
2022-08-25T04:27:21.351Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 26676ee0-043e-4764-ba1c-729ce45d4161
2022-08-25T04:27:21.351Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26676ee0-043e-4764-ba1c-729ce45d4161 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 (?, ?, ?, ?, ?)
2022-08-25T04:27:21.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401518256,
  "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=?
2022-08-25T04:27:21.374Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 26676ee0-043e-4764-ba1c-729ce45d4161
2022-08-25T04:27:21.374Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26676ee0-043e-4764-ba1c-729ce45d4161 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 (?, ?, ?, ?, ?)
2022-08-25T04:27:21.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "cds",
  "timestamp": 1661401517846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:21.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401519259,
  "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=?
2022-08-25T04:27:21.449Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 26676ee0-043e-4764-ba1c-729ce45d4161
2022-08-25T04:27:21.449Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26676ee0-043e-4764-ba1c-729ce45d4161 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 (?, ?, ?, ?, ?)
2022-08-25T04:27:21.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "cds",
  "timestamp": 1661401517846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:27:28.790Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:27:28.804Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:27:28.809Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:27:28.809Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T04:27:28.809Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T04:27:28.809Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T04:27:28.810Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:27:28.810Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:27:28.811Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:27:28.811Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:27:28.811Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:27:28.812Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:27:28.813Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:27:28.819Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T04:27:58.819Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd 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=?
2022-08-25T04:27:58.829Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 928fbcbe-281f-4938-8966-80ef72f1afcd and serviceModelVersionId: f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4
2022-08-25T04:27:58.830Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 254d6b6d-554a-4de0-a993-82cbea37fa17
2022-08-25T04:27:58.832Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/254d6b6d-554a-4de0-a993-82cbea37fa17/model-vers/model-ver/f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4?depth=0
2022-08-25T04:27:58.862Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-08-25T04:27:59.061Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/254d6b6d-554a-4de0-a993-82cbea37fa17/model-vers/model-ver/f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4?depth=0|INFO|500||Invoke
2022-08-25T04:27:59.063Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/254d6b6d-554a-4de0-a993-82cbea37fa17/model-vers/model-ver/f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/254d6b6d-554a-4de0-a993-82cbea37fa17/model-vers/model-ver/f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[928fbcbe-281f-4938-8966-80ef72f1afcd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4c46d49c-b9ae-4404-a959-51e73c925168], X-ECOMP-RequestID=[928fbcbe-281f-4938-8966-80ef72f1afcd], X-TransactionId=[], X-ONAP-RequestID=[928fbcbe-281f-4938-8966-80ef72f1afcd], Content-Type=[application/merge-patch+json]}
2022-08-25T04:27:59.131Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/254d6b6d-554a-4de0-a993-82cbea37fa17/model-vers/model-ver/f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-25T04:27:59.216Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/254d6b6d-554a-4de0-a993-82cbea37fa17/model-vers/model-ver/f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4?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/254d6b6d-554a-4de0-a993-82cbea37fa17/model-vers/model-ver/f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220825-04:27:59:163-90691], vertex-id=[217200], Content-Length=[0], Date=[Thu, 25 Aug 2022 04:27:59 GMT], Content-Type=[application/json]}
2022-08-25T04:27:59.216Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/254d6b6d-554a-4de0-a993-82cbea37fa17/model-vers/model-ver/f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-25T04:27:59.217Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/254d6b6d-554a-4de0-a993-82cbea37fa17/model-vers/model-ver/f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4?depth=0|INFO|500||InvokeReturn
2022-08-25T04:27:59.217Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-25T04:27:59.217Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T04:27:59.224Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-25T04:27:59.226Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 928fbcbe-281f-4938-8966-80ef72f1afcd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-25T04:27:59.227Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-25T04:27:59.229Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:27:59.236Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:27:59.236Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401679226,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:27:59.333Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-25T04:27:59.335Z||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.
2022-08-25T04:27:59.335Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:27:59.359Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:27:59.360Z||pool-39-thread-1|||||INFO|500||cambria reply ok (26 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=?
2022-08-25T04:28:00.250Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:28:00.251Z|928fbcbe-281f-4938-8966-80ef72f1afcd|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.
2022-08-25T04:28:00.251Z|928fbcbe-281f-4938-8966-80ef72f1afcd|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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:28:04.709Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:28:04.713Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:28:04.713Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"26676ee0-043e-4764-ba1c-729ce45d4161","serviceName":"Demo_pNF_97SwuAjDewGjUbwroRxM","serviceVersion":"1.0","serviceUUID":"df4bd4d6-c45f-402c-8a54-c982fb0b9619","serviceDescription":"catalog service description","serviceInvariantUUID":"ed645b3f-f633-4c80-819f-d10f65cd8103","resources":[{"resourceInstanceName":"pNF 3e82b1c1-9954 0","resourceName":"pNF 3e82b1c1-9954","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f03b930d-4ce5-44b3-aa90-8d90b66e1ca8","resourceInvariantUUID":"d9f8a84b-7013-455b-8e0b-88f344897a66","resourceCustomizationUUID":"48cc0470-b19f-4842-be0f-51e6c33088a2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vf-license-model.xml","artifactChecksum":"NGMyMTM0NjgwNjU4MjRmNThlYzk4MWEyYzg2NzAwY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fdec67ff-e802-49d0-8d8d-c1b1cf096b58","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/pNF.csar","artifactChecksum":"OWY0YWQ3NTU3NmE4YTU0YzFkYzc2ZWRlZTdkOWYyMTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78196a16-e6d2-4cdd-85d8-7ee07cc07d54","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"335b5dc7-dae3-490a-aebd-0157c8661bb1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vendor-license-model.xml","artifactChecksum":"MDAwOWUyMGIzNDIxMTQxNWRiMTYwMzRkM2JiMmI3MDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d7e20f59-a02b-46a6-ab25-ce9f702ad4ab","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1522baed-d99b-454a-bb32-88a59f094a93","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d908941-e444-4eb2-a0aa-89eb58a629e6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf97swuajdewgjubwrorxm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-template.yml","artifactChecksum":"ODJiMzE2M2MyYThmNzhjOTAyMjFhNDc5YzRiNzYxMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"88f112d8-8ef2-4d04-ad3a-93d6d53f1f2b","artifactVersion":"1"},{"artifactName":"service-DemoPnf97swuajdewgjubwrorxm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar","artifactChecksum":"ZDUzOGE0ZmRiNDEyZjM0ZTVjMTcwZmU4OWRhNjA2ZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5f8f6b87-565a-4a68-8266-ad39a779ca52","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T04:28:04.718Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:28:04.718Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:28:04.722Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:28:04.722Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:04.823Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:28:04.824Z||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.
2022-08-25T04:28:04.824Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:28:04.841Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:28:04.842Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:28:05.724Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:28:05.724Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:28:05.729Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:28:05.730Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:05.829Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:28:05.831Z||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.
2022-08-25T04:28:05.831Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:28:05.856Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:28:05.857Z||pool-41-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:28:06.731Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:28:06.732Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:28:06.734Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:28:06.735Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:06.837Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T04:28:06.838Z||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.
2022-08-25T04:28:06.838Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:28:06.857Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:28:06.864Z||pool-42-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:28:07.736Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:28:07.737Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:28:07.743Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:28:07.743Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:07.843Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T04:28:07.844Z||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.
2022-08-25T04:28:07.844Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:28:07.863Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:28:07.864Z||pool-43-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:28:08.744Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:28:08.749Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:28:08.756Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:28:08.756Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:08.857Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:28:08.858Z||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.
2022-08-25T04:28:08.859Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:28:08.875Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:28:08.876Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:28:09.757Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:28:09.759Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:28:09.764Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:28:09.764Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:09.874Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-08-25T04:28:09.877Z||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.
2022-08-25T04:28:09.877Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:28:09.895Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:28:09.896Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:28:10.766Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:28:10.768Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:28:10.773Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:28:10.774Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:10.873Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:28:10.879Z||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.
2022-08-25T04:28:10.880Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:28:10.895Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:28:10.896Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:28:11.776Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:28:11.778Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:28:11.791Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:28:11.791Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:28:11.899Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-25T04:28:11.901Z||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.
2022-08-25T04:28:11.902Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:28:11.941Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:28:11.941Z||pool-47-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:28:12.820Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "serviceName": "Demo_pNF_97SwuAjDewGjUbwroRxM",
  "serviceVersion": "1.0",
  "serviceUUID": "df4bd4d6-c45f-402c-8a54-c982fb0b9619",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ed645b3f-f633-4c80-819f-d10f65cd8103",
  "resources": [
    {
      "resourceInstanceName": "pNF 3e82b1c1-9954 0",
      "resourceCustomizationUUID": "48cc0470-b19f-4842-be0f-51e6c33088a2",
      "resourceName": "pNF 3e82b1c1-9954",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f03b930d-4ce5-44b3-aa90-8d90b66e1ca8",
      "resourceInvariantUUID": "d9f8a84b-7013-455b-8e0b-88f344897a66",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
      "artifactChecksum": "ZDUzOGE0ZmRiNDEyZjM0ZTVjMTcwZmU4OWRhNjA2ZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5f8f6b87-565a-4a68-8266-ad39a779ca52"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T04:28:12.820Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T04:28:12.820Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 df4bd4d6-c45f-402c-8a54-c982fb0b9619 ASDC
2022-08-25T04:28:12.821Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:26676ee0-043e-4764-ba1c-729ce45d4161
ServiceName:Demo_pNF_97SwuAjDewGjUbwroRxM
ServiceVersion:1.0
ServiceUUID:df4bd4d6-c45f-402c-8a54-c982fb0b9619
ServiceInvariantUUID:ed645b3f-f633-4c80-819f-d10f65cd8103
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf97swuajdewgjubwrorxm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
ArtifactUUID:5f8f6b87-565a-4a68-8266-ad39a779ca52
ArtifactChecksum:ZDUzOGE0ZmRiNDEyZjM0ZTVjMTcwZmU4OWRhNjA2ZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3e82b1c1-9954 0
ResourceCustomizationUUID:48cc0470-b19f-4842-be0f-51e6c33088a2
ResourceInvariantUUID:d9f8a84b-7013-455b-8e0b-88f344897a66
ResourceName:pNF 3e82b1c1-9954
ResourceType:PNF
ResourceUUID:f03b930d-4ce5-44b3-aa90-8d90b66e1ca8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-25T04:28:12.821Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df4bd4d6-c45f-402c-8a54-c982fb0b9619 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=?
2022-08-25T04:28:12.944Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:28:12.945Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-25T04:28:12.945Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-25T04:28:12.946Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5f8f6b87-565a-4a68-8266-ad39a779ca52 from URL: /sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:12.946Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-08-25T04:28:12.947Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:13.154Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-08-25T04:28:13.165Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar 5f8f6b87-565a-4a68-8266-ad39a779ca52 82654
2022-08-25T04:28:13.167Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar ASDC sendASDCNotification
2022-08-25T04:28:13.168Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:13.170Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:28:13.171Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:28:13.184Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:28:13.185Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401693167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:28:13.288Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T04:28:13.290Z||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.
2022-08-25T04:28:13.291Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:28:13.326Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:28:13.327Z||pool-48-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:28:14.189Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:28:14.191Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-25T04:28:14.192Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5f8f6b87-565a-4a68-8266-ad39a779ca52, URL: /sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar to file: /app/ASDC/1/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:14.193Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:14.195Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:14.196Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:14.875Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1184301971380584676/Definitions/service-DemoPnf97swuajdewgjubwrorxm-template.yml
2022-08-25T04:28:17.482Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-25T04:28:17.483Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-08-25T04:28:17.483Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:17.483Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-25T04:28:17.483Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:17.484Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:17.484Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:17.484Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:17.484Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:17.484Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:17.485Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3e82b1c1-9954 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-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:17.485Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-08-25T04:28:17.485Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:28:17.485Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_97SwuAjDewGjUbwroRxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:28:17.486Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Node template pNF 3e82b1c1-9954 0 is matching search criteria
2022-08-25T04:28:17.486Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-08-25T04:28:17.486Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 3e82b1c1-9954 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:28:17.487Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:28:17.487Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_97SwuAjDewGjUbwroRxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:28:17.487Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Node template pNF 3e82b1c1-9954 0 is matching search criteria
2022-08-25T04:28:17.487Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-08-25T04:28:17.488Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 3e82b1c1-9954 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:28:17.488Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:28:17.488Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_97SwuAjDewGjUbwroRxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:28:17.489Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:28:17.489Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_97SwuAjDewGjUbwroRxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:28:17.489Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:28:17.489Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_97SwuAjDewGjUbwroRxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:28:17.490Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:28:17.490Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_97SwuAjDewGjUbwroRxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:28:17.490Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:28:17.490Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_97SwuAjDewGjUbwroRxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:28:17.491Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_97SwuAjDewGjUbwroRxM
Description:catalog service description
Model UUID:df4bd4d6-c45f-402c-8a54-c982fb0b9619
Model Version:NULL
Model InvariantUuid:ed645b3f-f633-4c80-819f-d10f65cd8103
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=?
2022-08-25T04:28:17.520Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: f03b930d-4ce5-44b3-aa90-8d90b66e1ca8
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=?
2022-08-25T04:28:17.526Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||pNF 3e82b1c1-9954 0
2022-08-25T04:28:17.527Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f03b930d-4ce5-44b3-aa90-8d90b66e1ca8
2022-08-25T04:28:17.527Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||No resources found for Service: df4bd4d6-c45f-402c-8a54-c982fb0b9619
2022-08-25T04:28:17.527Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: df4bd4d6-c45f-402c-8a54-c982fb0b9619
2022-08-25T04:28:17.527Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3e82b1c1-9954 0 f03b930d-4ce5-44b3-aa90-8d90b66e1ca8 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=?
2022-08-25T04:28:17.535Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44046123, org.onap.sdc.toscaparser.api.parameters.Input@41e6444a, org.onap.sdc.toscaparser.api.parameters.Input@199c562c, org.onap.sdc.toscaparser.api.parameters.Input@7f92a821, org.onap.sdc.toscaparser.api.parameters.Input@1878c389]
2022-08-25T04:28:17.535Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:28:17.535Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_97SwuAjDewGjUbwroRxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:28:17.536Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid df4bd4d6-c45f-402c-8a54-c982fb0b9619: pNF 3e82b1c1-9954
2022-08-25T04:28:17.536Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||Processing PNF resource: f03b930d-4ce5-44b3-aa90-8d90b66e1ca8
2022-08-25T04:28:17.536Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:28:17.536Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_97SwuAjDewGjUbwroRxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:28:17.537Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||Resource customization UUID: 48cc0470-b19f-4842-be0f-51e6c33088a2 is the same as notified resource customizationUUID: 48cc0470-b19f-4842-be0f-51e6c33088a2
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 (?, ?)
2022-08-25T04:28:17.667Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3e82b1c1-9954 f03b930d-4ce5-44b3-aa90-8d90b66e1ca8 0 ASDC deployResourceStructure
2022-08-25T04:28:17.668Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar ASDC sendASDCNotification
2022-08-25T04:28:17.668Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:17.668Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:28:17.669Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:28:17.675Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:28:17.675Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401697668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:28:17.774Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T04:28:17.775Z||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.
2022-08-25T04:28:17.775Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:28:17.790Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:28:17.790Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:28:18.676Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26676ee0-043e-4764-ba1c-729ce45d4161
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:28:18.704Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26676ee0-043e-4764-ba1c-729ce45d4161
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:28:18.722Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:28:18.723Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:28:18.723Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:28:20.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:28:20.728Z||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.
2022-08-25T04:28:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:28:20.750Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:28:20.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401519889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.773Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "cds",
  "timestamp": 1661401517846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.774Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401520238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401519889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-25T04:28:20.777Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "cds",
  "timestamp": 1661401517846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401520238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401519889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-25T04:28:20.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "cds",
  "timestamp": 1661401517846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401520238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401519889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T04:28:20.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "cds",
  "timestamp": 1661401517846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401520238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "policy-id",
  "timestamp": 1661401523875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "clamp",
  "timestamp": 1661401524151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:28:20.791Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:20.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "aai-ml",
  "timestamp": 1661401523551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401519889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:28:20.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "cds",
  "timestamp": 1661401517846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401520238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "policy-id",
  "timestamp": 1661401523875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "aai-ml",
  "timestamp": 1661401523551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401519889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "cds",
  "timestamp": 1661401517846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.822Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401520238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "policy-id",
  "timestamp": 1661401523875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "clamp",
  "timestamp": 1661401526160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:28:20.829Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:20.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "aai-ml",
  "timestamp": 1661401523551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401519889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-25T04:28:20.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "cds",
  "timestamp": 1661401517846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:28:20.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401520238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "policy-id",
  "timestamp": 1661401523875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "aai-ml",
  "timestamp": 1661401523551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.838Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "clamp",
  "timestamp": 1661401527164,
  "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=?
2022-08-25T04:28:20.856Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 26676ee0-043e-4764-ba1c-729ce45d4161
2022-08-25T04:28:20.856Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26676ee0-043e-4764-ba1c-729ce45d4161 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 (?, ?, ?, ?, ?)
2022-08-25T04:28:20.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401519889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "cds",
  "timestamp": 1661401527613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:28:20.875Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:20.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401520238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "policy-id",
  "timestamp": 1661401523875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:28:20.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "aai-ml",
  "timestamp": 1661401523551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401519889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:28:20.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "cds",
  "timestamp": 1661401528619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:28:20.932Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a256f590-ed79-4924-a45d-7337f31c321e
2022-08-25T04:28:20.934Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a256f590-ed79-4924-a45d-7337f31c321e 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 (?, ?, ?, ?, ?)
2022-08-25T04:28:20.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401520238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "policy-id",
  "timestamp": 1661401523875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "aai-ml",
  "timestamp": 1661401523551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401529725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:28:20.957Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:20.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "cds",
  "timestamp": 1661401517846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401520238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "policy-id",
  "timestamp": 1661401523875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "aai-ml",
  "timestamp": 1661401523551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "cds",
  "timestamp": 1661401517846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401530793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:28:20.966Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:20.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401520238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "policy-id",
  "timestamp": 1661401523875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "aai-ml",
  "timestamp": 1661401523551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:28:20.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "cds",
  "timestamp": 1661401517846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401531884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:28:20.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:20.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401520238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "policy-id",
  "timestamp": 1661401523875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:28:20.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "aai-ml",
  "timestamp": 1661401532360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:28:20.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:20.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "cds",
  "timestamp": 1661401517846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401520238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401532983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:28:20.976Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:20.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "policy-id",
  "timestamp": 1661401533590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:28:20.978Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:20.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "cds",
  "timestamp": 1661401517846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401520238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:20.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:20.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:20.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401534035,
  "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=?
2022-08-25T04:28:20.989Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a256f590-ed79-4924-a45d-7337f31c321e
2022-08-25T04:28:20.989Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a256f590-ed79-4924-a45d-7337f31c321e 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 (?, ?, ?, ?, ?)
2022-08-25T04:28:20.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "policy-id",
  "timestamp": 1661401534594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:28:21.000Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:21.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "cds",
  "timestamp": 1661401517846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401534465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401520238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401535039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T04:28:21.003Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:21.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "policy-id",
  "timestamp": 1661401535596,
  "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=?
2022-08-25T04:28:21.009Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a256f590-ed79-4924-a45d-7337f31c321e
2022-08-25T04:28:21.009Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a256f590-ed79-4924-a45d-7337f31c321e 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=?
2022-08-25T04:28:21.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401534465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "cds",
  "timestamp": 1661401517846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:28:21.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661401520238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401519889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "policy-id",
  "timestamp": 1661401523875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401534465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "cds",
  "timestamp": 1661401536730,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:28:21.032Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:21.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401519889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T04:28:21.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "aai-ml",
  "timestamp": 1661401537110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:28:21.033Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:21.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "policy-id",
  "timestamp": 1661401523875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401534465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "cds",
  "timestamp": 1661401537735,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?)
2022-08-25T04:28:21.049Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9b1a8188-543e-4b95-908b-4b076a420bfd
2022-08-25T04:28:21.050Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b1a8188-543e-4b95-908b-4b076a420bfd 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 (?, ?, ?, ?, ?)
2022-08-25T04:28:21.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401519889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:28:21.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "aai-ml",
  "timestamp": 1661401538114,
  "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=?
2022-08-25T04:28:21.068Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 26676ee0-043e-4764-ba1c-729ce45d4161
2022-08-25T04:28:21.068Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26676ee0-043e-4764-ba1c-729ce45d4161 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 (?, ?, ?, ?, ?)
2022-08-25T04:28:21.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "policy-id",
  "timestamp": 1661401523875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:28:21.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401534465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401519889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "aai-ml",
  "timestamp": 1661401523551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "policy-id",
  "timestamp": 1661401523875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401534465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "clamp",
  "timestamp": 1661401539129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401519889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-25T04:28:21.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "aai-ml",
  "timestamp": 1661401523551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "policy-id",
  "timestamp": 1661401523875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401534465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "clamp",
  "timestamp": 1661401539129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401519889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "aai-ml",
  "timestamp": 1661401523551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "policy-id",
  "timestamp": 1661401523875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401534465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "clamp",
  "timestamp": 1661401539129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401519889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:28:21.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "aai-ml",
  "timestamp": 1661401523551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "policy-id",
  "timestamp": 1661401523875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:28:21.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401534465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:28:21.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "clamp",
  "timestamp": 1661401539129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T04:28:21.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401543137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:28:21.093Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:21.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "aai-ml",
  "timestamp": 1661401523551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "policy-id",
  "timestamp": 1661401543679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:28:21.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:21.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401544241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:28:21.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:21.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "clamp",
  "timestamp": 1661401539129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401544198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:28:21.095Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:21.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "aai-ml",
  "timestamp": 1661401523551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "policy-id",
  "timestamp": 1661401544683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:28:21.096Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:21.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "clamp",
  "timestamp": 1661401539129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401545255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:28:21.097Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:21.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "aai-ml",
  "timestamp": 1661401523551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "policy-id",
  "timestamp": 1661401545685,
  "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=?
2022-08-25T04:28:21.109Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b1a8188-543e-4b95-908b-4b076a420bfd
2022-08-25T04:28:21.109Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b1a8188-543e-4b95-908b-4b076a420bfd 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 (?, ?, ?, ?, ?)
2022-08-25T04:28:21.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "clamp",
  "timestamp": 1661401539129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401546498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:28:21.119Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:21.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401546279,
  "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=?
2022-08-25T04:28:21.125Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b1a8188-543e-4b95-908b-4b076a420bfd
2022-08-25T04:28:21.125Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b1a8188-543e-4b95-908b-4b076a420bfd 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=?
2022-08-25T04:28:21.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "aai-ml",
  "timestamp": 1661401523551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "clamp",
  "timestamp": 1661401539129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401547504,
  "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=?
2022-08-25T04:28:21.205Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a256f590-ed79-4924-a45d-7337f31c321e
2022-08-25T04:28:21.208Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a256f590-ed79-4924-a45d-7337f31c321e 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 (?, ?, ?, ?, ?)
2022-08-25T04:28:21.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401547283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T04:28:21.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:21.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "aai-ml",
  "timestamp": 1661401523551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:28:21.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "clamp",
  "timestamp": 1661401539129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:28:21.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401534465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "aai-ml",
  "timestamp": 1661401548210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:28:21.246Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:21.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401534465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401534465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401534465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401534465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401534465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401534465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:28:21.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "aai-ml",
  "timestamp": 1661401554819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:28:21.256Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:21.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401555599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:28:21.257Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:21.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "aai-ml",
  "timestamp": 1661401555823,
  "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=?
2022-08-25T04:28:21.269Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a256f590-ed79-4924-a45d-7337f31c321e
2022-08-25T04:28:21.269Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a256f590-ed79-4924-a45d-7337f31c321e 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 (?, ?, ?, ?, ?)
2022-08-25T04:28:21.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "clamp",
  "timestamp": 1661401556156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:28:21.291Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:21.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "aai-ml",
  "timestamp": 1661401523551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.304Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401557863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:28:21.311Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:21.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "aai-ml",
  "timestamp": 1661401523551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "clamp",
  "timestamp": 1661401558167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:28:21.316Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:21.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661401558868,
  "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=?
2022-08-25T04:28:21.333Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9b1a8188-543e-4b95-908b-4b076a420bfd
2022-08-25T04:28:21.333Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b1a8188-543e-4b95-908b-4b076a420bfd 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 (?, ?, ?, ?, ?)
2022-08-25T04:28:21.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "aai-ml",
  "timestamp": 1661401523551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "clamp",
  "timestamp": 1661401559174,
  "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=?
2022-08-25T04:28:21.358Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a256f590-ed79-4924-a45d-7337f31c321e
2022-08-25T04:28:21.358Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a256f590-ed79-4924-a45d-7337f31c321e 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 (?, ?, ?, ?, ?)
2022-08-25T04:28:21.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "aai-ml",
  "timestamp": 1661401523551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.379Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.379Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.379Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "clamp",
  "timestamp": 1661401539129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.380Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.380Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.380Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "aai-ml",
  "timestamp": 1661401523551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.380Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.380Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "clamp",
  "timestamp": 1661401539129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T04:28:21.381Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "aai-ml",
  "timestamp": 1661401523551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.381Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "clamp",
  "timestamp": 1661401539129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.382Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.382Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "aai-ml",
  "timestamp": 1661401523551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:28:21.382Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.382Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "clamp",
  "timestamp": 1661401539129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.382Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "aai-ml",
  "timestamp": 1661401563931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:28:21.383Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:21.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "clamp",
  "timestamp": 1661401539129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.383Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "clamp",
  "timestamp": 1661401539129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:28:21.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "clamp",
  "timestamp": 1661401539129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:28:21.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:28:21.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "aai-ml",
  "timestamp": 1661401570459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:28:21.384Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:21.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "aai-ml",
  "timestamp": 1661401571463,
  "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=?
2022-08-25T04:28:21.402Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9b1a8188-543e-4b95-908b-4b076a420bfd
2022-08-25T04:28:21.403Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b1a8188-543e-4b95-908b-4b076a420bfd 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 (?, ?, ?, ?, ?)
2022-08-25T04:28:21.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "clamp",
  "timestamp": 1661401576157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:28:21.447Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:21.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "clamp",
  "timestamp": 1661401578171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:28:21.454Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:28:21.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:28:21.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "clamp",
  "timestamp": 1661401579177,
  "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=?
2022-08-25T04:28:21.516Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9b1a8188-543e-4b95-908b-4b076a420bfd
2022-08-25T04:28:21.517Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b1a8188-543e-4b95-908b-4b076a420bfd 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 (?, ?, ?, ?, ?)
2022-08-25T04:28:48.724Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26676ee0-043e-4764-ba1c-729ce45d4161
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:28:48.736Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26676ee0-043e-4764-ba1c-729ce45d4161
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:28:48.741Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:28:48.741Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T04:28:48.741Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T04:28:48.741Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T04:28:48.741Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:28:48.741Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:28:48.742Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:28:48.742Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:28:48.742Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:28:48.742Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:28:48.742Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:28:48.742Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:28:48.750Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T04:29:18.750Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 26676ee0-043e-4764-ba1c-729ce45d4161 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=?
2022-08-25T04:29:18.762Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 26676ee0-043e-4764-ba1c-729ce45d4161 and serviceModelVersionId: df4bd4d6-c45f-402c-8a54-c982fb0b9619
2022-08-25T04:29:18.762Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ed645b3f-f633-4c80-819f-d10f65cd8103
2022-08-25T04:29:18.762Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ed645b3f-f633-4c80-819f-d10f65cd8103/model-vers/model-ver/df4bd4d6-c45f-402c-8a54-c982fb0b9619?depth=0
2022-08-25T04:29:18.784Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-08-25T04:29:18.972Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed645b3f-f633-4c80-819f-d10f65cd8103/model-vers/model-ver/df4bd4d6-c45f-402c-8a54-c982fb0b9619?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]}
2022-08-25T04:29:18.988Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed645b3f-f633-4c80-819f-d10f65cd8103/model-vers/model-ver/df4bd4d6-c45f-402c-8a54-c982fb0b9619?depth=0|INFO|500||Invoke
2022-08-25T04:29:19.164Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed645b3f-f633-4c80-819f-d10f65cd8103/model-vers/model-ver/df4bd4d6-c45f-402c-8a54-c982fb0b9619?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-25T04:29:19.347Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed645b3f-f633-4c80-819f-d10f65cd8103/model-vers/model-ver/df4bd4d6-c45f-402c-8a54-c982fb0b9619?depth=0|INFO|500||InvokeReturn
2022-08-25T04:29:19.349Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed645b3f-f633-4c80-819f-d10f65cd8103/model-vers/model-ver/df4bd4d6-c45f-402c-8a54-c982fb0b9619?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220825-04:29:19:196-95], vertex-id=[241776], Content-Length=[0], Date=[Thu, 25 Aug 2022 04:29:19 GMT], Content-Type=[application/json]}
2022-08-25T04:29:19.349Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-08-25T04:29:19.350Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-25T04:29:19.350Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T04:29:19.376Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-25T04:29:19.376Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 26676ee0-043e-4764-ba1c-729ce45d4161 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-25T04:29:19.377Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-25T04:29:19.377Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:29:19.389Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:29:19.389Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401759377,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:29:19.490Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:29:19.493Z||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.
2022-08-25T04:29:19.494Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:29:19.546Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:29:19.576Z||pool-50-thread-1|||||INFO|500||cambria reply ok (84 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=?
2022-08-25T04:29:20.405Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:29:20.405Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a256f590-ed79-4924-a45d-7337f31c321e","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"83e2473b-f518-49b9-8466-2245cef6e69a","serviceDescription":"service","serviceInvariantUUID":"04ec86ba-86a7-40b1-b317-c49aa5525e8b","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e287f927-57e6-4732-bceb-3f7dadb0fbda","resourceInvariantUUID":"f769f152-f857-4653-aa3b-cc8b2a495047","resourceCustomizationUUID":"2a005894-d7ef-4b53-a8e8-c7140f0d7b21","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":"ZGZmYmIyZjI1NzcxYjgyYjYwYjg3ZTg4OWQ4NTU4YjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35158ec4-0012-48a7-8051-dab125b1ede3","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":"f004a6b4-1108-4c0c-ac63-bd1407fc69a2","artifactVersion":"2","generatedFromUUID":"6d87e0e2-89e5-4469-99ca-ed38ce9e49cc"},{"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":"6d87e0e2-89e5-4469-99ca-ed38ce9e49cc","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":"NDBhM2M5ZDc0YTI3MDhhMGNkZjEzMmRmMDMzNDZiZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"75e4c6d1-8509-4c68-bf53-b1ce3225d677","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":"a49f81cf-43bf-44dc-9709-c6fa8c58ed9a","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":"da27164d-5185-497f-80d7-fbac4e1d75ea","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":"c8821453-9688-410a-8e7a-50a78c063159","artifactVersion":"2","generatedFromUUID":"a49f81cf-43bf-44dc-9709-c6fa8c58ed9a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NTZiMmJkY2VlM2UzY2RhMzRjZWJkMGNiNTRhMWU4MzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd2bb23d-d90e-4655-82b8-24b7429c301e","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NWEwYzRmNjllYjhkYjA4ZjU3YzkyMmZjNGZmMjMyMTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3749fe9c-0d4a-464a-adc1-95fc36c3bb61","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T04:29:20.406Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:29:20.406Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:29:20.409Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:29:20.409Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:29:20.509Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:29:20.511Z||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.
2022-08-25T04:29:20.511Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:29:20.527Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:29:20.527Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:29:20.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:29:20.728Z||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.
2022-08-25T04:29:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:29:20.754Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:29:20.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:29:20.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401679226,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:29:20.758Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:29:20.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:29:20.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:29:20.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:29:20.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:29:20.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:29:20.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:29:20.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:29:20.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:29:20.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:29:20.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:29:20.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:29:20.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:29:20.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:29:20.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:29:20.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:29:20.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:29:20.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:29:20.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:29:20.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:29:20.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:29:20.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:29:20.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:29:20.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:29:20.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:29:20.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:29:20.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401693167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:29:20.770Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:29:20.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:29:20.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401697668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:29:20.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:29:21.411Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:29:21.413Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:29:21.417Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:29:21.417Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-25T04:29:21.515Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T04:29:21.516Z||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.
2022-08-25T04:29:21.516Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:29:21.536Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:29:21.537Z||pool-52-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:29:22.418Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:29:22.420Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:29:22.423Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:29:22.423Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-25T04:29:22.524Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T04:29:22.525Z||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.
2022-08-25T04:29:22.525Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:29:22.544Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:29:22.545Z||pool-53-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:29:23.427Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:29:23.428Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:29:23.433Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:29:23.434Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T04:29:23.534Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:29:23.536Z||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.
2022-08-25T04:29:23.537Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:29:23.553Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:29:23.554Z||pool-54-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:29:24.434Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:29:24.435Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:29:24.438Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:29:24.439Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:29:24.543Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-08-25T04:29:24.545Z||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.
2022-08-25T04:29:24.545Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:29:24.588Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:29:24.589Z||pool-55-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:29:25.440Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:29:25.441Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:29:25.444Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:29:25.445Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:29:25.547Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T04:29:25.548Z||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.
2022-08-25T04:29:25.549Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:29:25.582Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:29:25.582Z||pool-56-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:29:26.458Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:29:26.466Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:29:26.479Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:29:26.480Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-25T04:29:26.577Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-25T04:29:26.578Z||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.
2022-08-25T04:29:26.578Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:29:26.626Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:29:26.627Z||pool-57-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:29:27.486Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:29:27.486Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:29:27.489Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:29:27.489Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:29:27.590Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:29:27.591Z||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.
2022-08-25T04:29:27.591Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:29:27.604Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:29:27.605Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:29:28.490Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:29:28.491Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:29:28.496Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:29:28.496Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:29:28.597Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:29:28.598Z||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.
2022-08-25T04:29:28.598Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:29:28.615Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:29:28.616Z||pool-59-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:29:29.513Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "83e2473b-f518-49b9-8466-2245cef6e69a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "04ec86ba-86a7-40b1-b317-c49aa5525e8b",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "2a005894-d7ef-4b53-a8e8-c7140f0d7b21",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e287f927-57e6-4732-bceb-3f7dadb0fbda",
      "resourceInvariantUUID": "f769f152-f857-4653-aa3b-cc8b2a495047",
      "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": "f004a6b4-1108-4c0c-ac63-bd1407fc69a2",
          "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": "6d87e0e2-89e5-4469-99ca-ed38ce9e49cc",
          "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": "NDBhM2M5ZDc0YTI3MDhhMGNkZjEzMmRmMDMzNDZiZjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "75e4c6d1-8509-4c68-bf53-b1ce3225d677",
          "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": "a49f81cf-43bf-44dc-9709-c6fa8c58ed9a",
          "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": "c8821453-9688-410a-8e7a-50a78c063159",
            "generatedFromUUID": "a49f81cf-43bf-44dc-9709-c6fa8c58ed9a"
          },
          "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": "c8821453-9688-410a-8e7a-50a78c063159",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NWEwYzRmNjllYjhkYjA4ZjU3YzkyMmZjNGZmMjMyMTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3749fe9c-0d4a-464a-adc1-95fc36c3bb61"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T04:29:29.513Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T04:29:29.514Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 83e2473b-f518-49b9-8466-2245cef6e69a ASDC
2022-08-25T04:29:29.514Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a256f590-ed79-4924-a45d-7337f31c321e
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:83e2473b-f518-49b9-8466-2245cef6e69a
ServiceInvariantUUID:04ec86ba-86a7-40b1-b317-c49aa5525e8b
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:3749fe9c-0d4a-464a-adc1-95fc36c3bb61
ArtifactChecksum:NWEwYzRmNjllYjhkYjA4ZjU3YzkyMmZjNGZmMjMyMTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:2a005894-d7ef-4b53-a8e8-c7140f0d7b21
ResourceInvariantUUID:f769f152-f857-4653-aa3b-cc8b2a495047
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:e287f927-57e6-4732-bceb-3f7dadb0fbda
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:f004a6b4-1108-4c0c-ac63-bd1407fc69a2
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:6d87e0e2-89e5-4469-99ca-ed38ce9e49cc
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:75e4c6d1-8509-4c68-bf53-b1ce3225d677
ArtifactChecksum:NDBhM2M5ZDc0YTI3MDhhMGNkZjEzMmRmMDMzNDZiZjM=
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:a49f81cf-43bf-44dc-9709-c6fa8c58ed9a
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:c8821453-9688-410a-8e7a-50a78c063159
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:c8821453-9688-410a-8e7a-50a78c063159
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-25T04:29:29.514Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 83e2473b-f518-49b9-8466-2245cef6e69a 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=?
2022-08-25T04:29:29.598Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:29:29.600Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-25T04:29:29.600Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-25T04:29:29.601Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3749fe9c-0d4a-464a-adc1-95fc36c3bb61 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-25T04:29:29.602Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-08-25T04:29:29.603Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-25T04:29:29.739Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-08-25T04:29:29.744Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 3749fe9c-0d4a-464a-adc1-95fc36c3bb61 68957
2022-08-25T04:29:29.744Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-08-25T04:29:29.744Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-25T04:29:29.744Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:29:29.745Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:29:29.747Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:29:29.747Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401769744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:29:29.847Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:29:29.848Z||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.
2022-08-25T04:29:29.848Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:29:29.866Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:29:29.867Z||pool-60-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:29:30.747Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:29:30.758Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-25T04:29:30.760Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3749fe9c-0d4a-464a-adc1-95fc36c3bb61, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-25T04:29:30.762Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-08-25T04:29:30.764Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-25T04:29:30.765Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-25T04:29:31.140Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1608864751111830051/Definitions/service-BasicCnf-template.yml
2022-08-25T04:29:34.228Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-25T04:29:34.228Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-08-25T04:29:34.229Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-25T04:29:34.229Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-08-25T04:29:34.229Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-25T04:29:34.229Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-25T04:29:34.229Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-25T04:29:34.229Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-25T04:29:34.229Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-08-25T04:29:34.230Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:34.230Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:29:34.230Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-25T04:29:34.230Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-08-25T04:29:34.230Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:29:34.233Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:34.237Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:29:34.238Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-25T04:29:34.238Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-08-25T04:29:34.239Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:29:34.240Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:34.240Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:29:34.258Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:34.260Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-25T04:29:34.262Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-08-25T04:29:34.262Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2022-08-25T04:29:34.263Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-25T04:29:34.267Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:34.267Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T04:29:34.268Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:34.269Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-25T04:29:34.269Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:29:34.272Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:34.273Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-25T04:29:34.274Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:29:34.275Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:34.276Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-25T04:29:34.277Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:29:34.278Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:34.279Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-25T04:29:34.279Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-08-25T04:29:34.280Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a56415c4-e29b-484f-8dea-bd608dfbaa6b
2022-08-25T04:29:34.281Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:34.283Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:29:34.284Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:34.284Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:29:34.285Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:34.286Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:29:34.286Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:34.287Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:29:34.287Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:83e2473b-f518-49b9-8466-2245cef6e69a
Model Version:NULL
Model InvariantUuid:04ec86ba-86a7-40b1-b317-c49aa5525e8b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:028589e6-389a-4f75-bfdc-9033d359c7f7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f769f152-f857-4653-aa3b-cc8b2a495047
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2a005894-d7ef-4b53-a8e8-c7140f0d7b21
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3346c4bd-a707-4c74-9739-cd0a632759da
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:74088f0f-4557-49fb-8eaa-a39948e9855b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a56415c4-e29b-484f-8dea-bd608dfbaa6b
ModelInvariantUuid:a822e96d-e684-4dd4-8b46-33f71b9ef51a
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:829e2a8a-b020-44a6-a326-7d1796042a91
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:bbd7845e-720d-4f10-abb7-098c550879f4
ModelInvariantUuid:7661f823-64f1-46bf-b7e0-029da17170b1
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:e1347629-80de-4a3a-aca7-ed3dd8dafed5
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=?
2022-08-25T04:29:34.314Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: e287f927-57e6-4732-bceb-3f7dadb0fbda
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=?
2022-08-25T04:29:34.318Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||basic_cnf 0
2022-08-25T04:29:34.318Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e287f927-57e6-4732-bceb-3f7dadb0fbda
2022-08-25T04:29:34.318Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f004a6b4-1108-4c0c-ac63-bd1407fc69a2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-08-25T04:29:34.319Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-08-25T04:29:34.319Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-08-25T04:29:34.387Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-08-25T04:29:34.388Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env f004a6b4-1108-4c0c-ac63-bd1407fc69a2 12
2022-08-25T04:29:34.388Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-08-25T04:29:34.388Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-08-25T04:29:34.388Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:29:34.389Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:29:34.409Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:29:34.410Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401774388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:29:34.502Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-08-25T04:29:34.508Z||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.
2022-08-25T04:29:34.508Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:29:34.542Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:29:34.543Z||pool-61-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:29:35.411Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6d87e0e2-89e5-4469-99ca-ed38ce9e49cc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-08-25T04:29:35.411Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-08-25T04:29:35.412Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-08-25T04:29:35.468Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-08-25T04:29:35.470Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 6d87e0e2-89e5-4469-99ca-ed38ce9e49cc 2688
2022-08-25T04:29:35.477Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-08-25T04:29:35.478Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-08-25T04:29:35.480Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:29:35.482Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:29:35.496Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:29:35.497Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401775477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:29:35.598Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T04:29:35.599Z||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.
2022-08-25T04:29:35.599Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:29:35.621Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:29:35.622Z||pool-62-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:29:36.503Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 75e4c6d1-8509-4c68-bf53-b1ce3225d677 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-25T04:29:36.504Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-08-25T04:29:36.506Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-25T04:29:36.577Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-08-25T04:29:36.579Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 75e4c6d1-8509-4c68-bf53-b1ce3225d677 828
2022-08-25T04:29:36.580Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-08-25T04:29:36.581Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-25T04:29:36.582Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:29:36.583Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:29:36.592Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:29:36.593Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401776580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:29:36.693Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T04:29:36.696Z||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.
2022-08-25T04:29:36.697Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:29:36.749Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:29:36.750Z||pool-63-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:29:37.601Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "3346c4bd-a707-4c74-9739-cd0a632759da",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "74088f0f-4557-49fb-8eaa-a39948e9855b",
    "vfModuleModelCustomizationUUID": "d8b85e98-cef0-44e1-b82d-51ebd42adb98",
    "isBase": true,
    "artifacts": [
      "6d87e0e2-89e5-4469-99ca-ed38ce9e49cc",
      "a49f81cf-43bf-44dc-9709-c6fa8c58ed9a",
      "c8821453-9688-410a-8e7a-50a78c063159"
    ],
    "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": ""
    }
  }
]
2022-08-25T04:29:37.617Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:74088f0f-4557-49fb-8eaa-a39948e9855b
VfModuleModelInvariantUUID:3346c4bd-a707-4c74-9739-cd0a632759da
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d87e0e2-89e5-4469-99ca-ed38ce9e49cc
,
a49f81cf-43bf-44dc-9709-c6fa8c58ed9a
,
c8821453-9688-410a-8e7a-50a78c063159

}
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


}

2022-08-25T04:29:37.622Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "3346c4bd-a707-4c74-9739-cd0a632759da",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "74088f0f-4557-49fb-8eaa-a39948e9855b",
    "vfModuleModelCustomizationUUID": "d8b85e98-cef0-44e1-b82d-51ebd42adb98",
    "isBase": true,
    "artifacts": [
      "6d87e0e2-89e5-4469-99ca-ed38ce9e49cc",
      "a49f81cf-43bf-44dc-9709-c6fa8c58ed9a",
      "c8821453-9688-410a-8e7a-50a78c063159"
    ],
    "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": ""
    }
  }
]
2022-08-25T04:29:37.623Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:74088f0f-4557-49fb-8eaa-a39948e9855b
VfModuleModelInvariantUUID:3346c4bd-a707-4c74-9739-cd0a632759da
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d87e0e2-89e5-4469-99ca-ed38ce9e49cc
,
a49f81cf-43bf-44dc-9709-c6fa8c58ed9a
,
c8821453-9688-410a-8e7a-50a78c063159

}
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


}

2022-08-25T04:29:37.623Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a49f81cf-43bf-44dc-9709-c6fa8c58ed9a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-25T04:29:37.623Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-08-25T04:29:37.624Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-25T04:29:37.679Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-08-25T04:29:37.682Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a49f81cf-43bf-44dc-9709-c6fa8c58ed9a 1164
2022-08-25T04:29:37.683Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-08-25T04:29:37.683Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-25T04:29:37.688Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:29:37.689Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:29:37.691Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:29:37.692Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401777683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:29:37.793Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T04:29:37.795Z||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.
2022-08-25T04:29:37.795Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:29:37.816Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:29:37.817Z||pool-64-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:29:38.692Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c8821453-9688-410a-8e7a-50a78c063159 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-25T04:29:38.693Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-08-25T04:29:38.693Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-25T04:29:38.762Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-08-25T04:29:38.764Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env c8821453-9688-410a-8e7a-50a78c063159 200
2022-08-25T04:29:38.765Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-08-25T04:29:38.765Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-25T04:29:38.766Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:29:38.767Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:29:38.786Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:29:38.786Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401778765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:29:38.873Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-08-25T04:29:38.875Z||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.
2022-08-25T04:29:38.877Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:29:38.894Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:29:38.895Z||pool-65-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:29:39.789Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 83e2473b-f518-49b9-8466-2245cef6e69a
2022-08-25T04:29:39.796Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e287f927-57e6-4732-bceb-3f7dadb0fbda 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=?
2022-08-25T04:29:39.880Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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=?
2022-08-25T04:29:39.909Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47a8d0e0, org.onap.sdc.toscaparser.api.parameters.Input@55d8366b, org.onap.sdc.toscaparser.api.parameters.Input@39e030c6, org.onap.sdc.toscaparser.api.parameters.Input@1a498dee, org.onap.sdc.toscaparser.api.parameters.Input@1b676197]
2022-08-25T04:29:39.914Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:39.914Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:29:39.915Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-08-25T04:29:39.916Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2a005894-d7ef-4b53-a8e8-c7140f0d7b21
2022-08-25T04:29:39.916Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2a005894-d7ef-4b53-a8e8-c7140f0d7b21 matches Tosca VF Customization UUID: 2a005894-d7ef-4b53-a8e8-c7140f0d7b21
2022-08-25T04:29:39.917Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2a005894-d7ef-4b53-a8e8-c7140f0d7b21  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=?
2022-08-25T04:29:39.925Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:39.926Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:29:39.928Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2a005894-d7ef-4b53-a8e8-c7140f0d7b21: {\"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\"}
2022-08-25T04:29:39.929Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6136cd20
2022-08-25T04:29:39.930Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:39.936Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T04:29:39.937Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d8b85e98-cef0-44e1-b82d-51ebd42adb98
2022-08-25T04:29:39.937Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d8b85e98-cef0-44e1-b82d-51ebd42adb98
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=?
2022-08-25T04:29:39.946Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:39.947Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-25T04:29:39.948Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:29:39.949Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:39.949Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-25T04:29:39.949Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:29:39.950Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:39.951Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-25T04:29:39.951Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-08-25T04:29:39.952Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a56415c4-e29b-484f-8dea-bd608dfbaa6b
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=?
2022-08-25T04:29:39.969Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:39.972Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-25T04:29:39.974Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:29:39.975Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:39.976Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-25T04:29:39.978Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=2a005894-d7ef-4b53-a8e8-c7140f0d7b21
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=?
2022-08-25T04:29:39.992Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:39.993Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:29:39.994Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 83e2473b-f518-49b9-8466-2245cef6e69a: basic_cnf
2022-08-25T04:29:39.995Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:39.995Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:29:39.997Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:39.997Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:29:39.998Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:40.001Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:29:40.001Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:40.002Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:29:40.002Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:29:40.002Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:29:40.003Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:29:40.330Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e287f927-57e6-4732-bceb-3f7dadb0fbda 1 ASDC deployResourceStructure
2022-08-25T04:29:40.331Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-08-25T04:29:40.331Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-08-25T04:29:40.331Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-25T04:29:40.331Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:29:40.344Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:29:40.344Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401780330,
  "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"
}
2022-08-25T04:29:40.437Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-08-25T04:29:40.464Z||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.
2022-08-25T04:29:40.469Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:29:40.523Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:29:40.525Z||pool-66-thread-1|||||INFO|500||cambria reply ok (87 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:29:41.349Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-08-25T04:29:41.349Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-08-25T04:29:41.349Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-25T04:29:41.352Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:29:41.358Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:29:41.359Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401781349,
  "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"
}
2022-08-25T04:29:41.459Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:29:41.460Z||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.
2022-08-25T04:29:41.460Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:29:41.476Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:29:41.477Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:29:42.361Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-08-25T04:29:42.361Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-25T04:29:42.361Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:29:42.362Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:29:42.368Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:29:42.368Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401782360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T04:29:42.468Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:29:42.475Z||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.
2022-08-25T04:29:42.475Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:29:42.542Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:29:42.543Z||pool-68-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:29:43.372Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-08-25T04:29:43.379Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-25T04:29:43.431Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:29:43.434Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:29:43.497Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:29:43.497Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401783372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T04:29:43.621Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 122 ms
2022-08-25T04:29:43.622Z||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.
2022-08-25T04:29:43.622Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:29:43.646Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:29:43.647Z||pool-69-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:29:44.498Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-08-25T04:29:44.499Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-25T04:29:44.500Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:29:44.500Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:29:44.515Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:29:44.515Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401784498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-08-25T04:29:44.615Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:29:44.616Z||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.
2022-08-25T04:29:44.616Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:29:44.629Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:29:44.630Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:29:45.517Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-08-25T04:29:45.517Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-25T04:29:45.517Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:29:45.517Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:29:45.522Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:29:45.523Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401785517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:29:45.627Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-08-25T04:29:45.631Z||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.
2022-08-25T04:29:45.632Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:29:45.659Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:29:45.661Z||pool-71-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:29:46.534Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a256f590-ed79-4924-a45d-7337f31c321e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:29:46.584Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a256f590-ed79-4924-a45d-7337f31c321e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:29:46.596Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:29:46.596Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T04:29:46.597Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T04:29:46.597Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T04:29:46.598Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:29:46.598Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:29:46.598Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:29:46.599Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:29:46.599Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:29:46.600Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:29:46.601Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:29:46.615Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T04:30:16.615Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a256f590-ed79-4924-a45d-7337f31c321e 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=?
2022-08-25T04:30:16.635Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a256f590-ed79-4924-a45d-7337f31c321e and serviceModelVersionId: 83e2473b-f518-49b9-8466-2245cef6e69a
2022-08-25T04:30:16.638Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04ec86ba-86a7-40b1-b317-c49aa5525e8b
2022-08-25T04:30:16.639Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04ec86ba-86a7-40b1-b317-c49aa5525e8b/model-vers/model-ver/83e2473b-f518-49b9-8466-2245cef6e69a?depth=0
2022-08-25T04:30:16.652Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-08-25T04:30:16.748Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04ec86ba-86a7-40b1-b317-c49aa5525e8b/model-vers/model-ver/83e2473b-f518-49b9-8466-2245cef6e69a?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]}
2022-08-25T04:30:16.751Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04ec86ba-86a7-40b1-b317-c49aa5525e8b/model-vers/model-ver/83e2473b-f518-49b9-8466-2245cef6e69a?depth=0|INFO|500||Invoke
2022-08-25T04:30:16.822Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04ec86ba-86a7-40b1-b317-c49aa5525e8b/model-vers/model-ver/83e2473b-f518-49b9-8466-2245cef6e69a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-25T04:30:16.925Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04ec86ba-86a7-40b1-b317-c49aa5525e8b/model-vers/model-ver/83e2473b-f518-49b9-8466-2245cef6e69a?depth=0|INFO|500||InvokeReturn
2022-08-25T04:30:16.925Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04ec86ba-86a7-40b1-b317-c49aa5525e8b/model-vers/model-ver/83e2473b-f518-49b9-8466-2245cef6e69a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220825-04:30:16:852-2368], vertex-id=[249968], Content-Length=[0], Date=[Thu, 25 Aug 2022 04:30:16 GMT], Content-Type=[application/json]}
2022-08-25T04:30:16.926Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-08-25T04:30:16.926Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-25T04:30:16.926Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T04:30:16.969Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-25T04:30:16.971Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a256f590-ed79-4924-a45d-7337f31c321e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-25T04:30:16.972Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-25T04:30:16.974Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:30:17.007Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:30:17.008Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401816972,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:30:17.096Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-08-25T04:30:17.097Z||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.
2022-08-25T04:30:17.097Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:30:17.167Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:30:17.168Z||pool-72-thread-1|||||INFO|500||cambria reply ok (72 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=?
2022-08-25T04:30:18.042Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:30:18.042Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"9b1a8188-543e-4b95-908b-4b076a420bfd","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8dc31c60-2ca5-4ddf-9ab8-e57ab0ca4e77","serviceDescription":"service","serviceInvariantUUID":"f8d79286-55bf-49e7-a46f-414c6197dcaa","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"777ae695-a39c-41b6-af79-5d0836cf17b1","resourceInvariantUUID":"d39818a5-004c-42b3-9be4-7f3994bc32b1","resourceCustomizationUUID":"7e62ac9c-c33f-470b-9fe1-bd232ef214d5","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":"NWI3YjU2ZDdlZjdmNDg3YjQ0NTBkYWUzNmJhODQwMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"02e687ee-8ba3-4525-b17e-9597b8313038","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":"NzBmOWFjZGJiNjRiNjk1OTIyODE2N2ZiYWYwZTgyMWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"69128eb3-3385-48ad-84e5-cb70ccc165b5","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":"91a444a1-acea-40a1-8c06-b7d01cef5ba3","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":"0817ec02-3f6e-426b-9848-594f5c1f07c4","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":"20b9b717-3bf1-4776-90dc-54f3dfec4775","artifactVersion":"2","generatedFromUUID":"91a444a1-acea-40a1-8c06-b7d01cef5ba3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ODYwZjQyZmNlYWU3ZjA4NDdlZmRjZTU3ODJhOTQzOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"39cadf09-ec7f-4dd1-a107-2e1f97b491f2","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OTdlZGFhNmM3NTgyMTFiYWQ4Yjg4OTdmYmIxOWQ3NGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bbff949-f2fd-4e96-83b2-a765a800224b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T04:30:18.044Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:30:18.045Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:30:18.056Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:30:18.057Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:30:18.156Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T04:30:18.157Z||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.
2022-08-25T04:30:18.157Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:30:18.175Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:30:18.175Z||pool-73-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:30:19.067Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:30:19.068Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:30:19.080Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:30:19.080Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T04:30:19.170Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-08-25T04:30:19.171Z||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.
2022-08-25T04:30:19.171Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:30:19.201Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:30:19.202Z||pool-74-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:30:20.085Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:30:20.089Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:30:20.098Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:30:20.098Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:30:20.194Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-25T04:30:20.195Z||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.
2022-08-25T04:30:20.195Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:30:20.212Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:30:20.214Z||pool-75-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:30:20.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:30:20.736Z||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.
2022-08-25T04:30:20.768Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:30:20.812Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:30:20.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:30:20.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401759377,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:30:20.816Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:30:20.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:30:20.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:30:20.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:30:21.107Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:30:21.108Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:30:21.111Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:30:21.112Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:30:21.212Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:30:21.215Z||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.
2022-08-25T04:30:21.216Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:30:21.234Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:30:21.235Z||pool-76-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:30:22.124Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:30:22.131Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:30:22.133Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:30:22.134Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-25T04:30:22.234Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:30:22.236Z||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.
2022-08-25T04:30:22.236Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:30:22.253Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:30:22.254Z||pool-77-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:30:23.134Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:30:23.135Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:30:23.150Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:30:23.151Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:30:23.249Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-25T04:30:23.251Z||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.
2022-08-25T04:30:23.251Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:30:23.282Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:30:23.284Z||pool-78-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:30:24.168Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:30:24.195Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:30:24.240Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:30:24.240Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:30:24.333Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-08-25T04:30:24.334Z||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.
2022-08-25T04:30:24.334Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:30:24.373Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:30:24.374Z||pool-79-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:30:25.242Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "8dc31c60-2ca5-4ddf-9ab8-e57ab0ca4e77",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f8d79286-55bf-49e7-a46f-414c6197dcaa",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "7e62ac9c-c33f-470b-9fe1-bd232ef214d5",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "777ae695-a39c-41b6-af79-5d0836cf17b1",
      "resourceInvariantUUID": "d39818a5-004c-42b3-9be4-7f3994bc32b1",
      "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": "NzBmOWFjZGJiNjRiNjk1OTIyODE2N2ZiYWYwZTgyMWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "69128eb3-3385-48ad-84e5-cb70ccc165b5",
          "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": "91a444a1-acea-40a1-8c06-b7d01cef5ba3",
          "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": "20b9b717-3bf1-4776-90dc-54f3dfec4775",
            "generatedFromUUID": "91a444a1-acea-40a1-8c06-b7d01cef5ba3"
          },
          "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": "20b9b717-3bf1-4776-90dc-54f3dfec4775",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OTdlZGFhNmM3NTgyMTFiYWQ4Yjg4OTdmYmIxOWQ3NGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bbff949-f2fd-4e96-83b2-a765a800224b"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T04:30:25.242Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T04:30:25.242Z|a256f590-ed79-4924-a45d-7337f31c321e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8dc31c60-2ca5-4ddf-9ab8-e57ab0ca4e77 ASDC
2022-08-25T04:30:25.242Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:9b1a8188-543e-4b95-908b-4b076a420bfd
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:8dc31c60-2ca5-4ddf-9ab8-e57ab0ca4e77
ServiceInvariantUUID:f8d79286-55bf-49e7-a46f-414c6197dcaa
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:9bbff949-f2fd-4e96-83b2-a765a800224b
ArtifactChecksum:OTdlZGFhNmM3NTgyMTFiYWQ4Yjg4OTdmYmIxOWQ3NGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:7e62ac9c-c33f-470b-9fe1-bd232ef214d5
ResourceInvariantUUID:d39818a5-004c-42b3-9be4-7f3994bc32b1
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:777ae695-a39c-41b6-af79-5d0836cf17b1
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:69128eb3-3385-48ad-84e5-cb70ccc165b5
ArtifactChecksum:NzBmOWFjZGJiNjRiNjk1OTIyODE2N2ZiYWYwZTgyMWE=
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:91a444a1-acea-40a1-8c06-b7d01cef5ba3
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:20b9b717-3bf1-4776-90dc-54f3dfec4775
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:20b9b717-3bf1-4776-90dc-54f3dfec4775
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-25T04:30:25.243Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8dc31c60-2ca5-4ddf-9ab8-e57ab0ca4e77 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=?
2022-08-25T04:30:25.373Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:30:25.374Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-25T04:30:25.374Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-25T04:30:25.374Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9bbff949-f2fd-4e96-83b2-a765a800224b from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-25T04:30:25.375Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-08-25T04:30:25.375Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-25T04:30:25.864Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-08-25T04:30:25.881Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9bbff949-f2fd-4e96-83b2-a765a800224b 71069
2022-08-25T04:30:25.882Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-08-25T04:30:25.882Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-25T04:30:25.883Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:30:25.885Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:30:25.900Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:30:25.901Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401825882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:30:26.002Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T04:30:26.003Z||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.
2022-08-25T04:30:26.003Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:30:26.085Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:30:26.092Z||pool-80-thread-1|||||INFO|500||cambria reply ok (89 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:30:26.901Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:30:26.910Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-25T04:30:26.919Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9bbff949-f2fd-4e96-83b2-a765a800224b, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-08-25T04:30:26.920Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-08-25T04:30:26.921Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-08-25T04:30:26.921Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-08-25T04:30:27.391Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP905740664243830884/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
2022-08-25T04:30:29.780Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-25T04:30:29.781Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-08-25T04:30:29.781Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-25T04:30:29.781Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-25T04:30:29.782Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-25T04:30:29.782Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-25T04:30:29.782Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-25T04:30:29.783Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-25T04:30:29.783Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-25T04:30:29.783Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-25T04:30:29.783Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-25T04:30:29.783Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-25T04:30:29.784Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-25T04:30:29.784Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-08-25T04:30:29.784Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:29.785Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:30:29.785Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-25T04:30:29.785Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-08-25T04:30:29.785Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:30:29.786Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:29.786Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:30:29.786Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-25T04:30:29.786Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-08-25T04:30:29.787Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:30:29.787Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:29.787Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:30:29.787Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:29.787Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-25T04:30:29.788Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-08-25T04:30:29.788Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-08-25T04:30:29.788Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-08-25T04:30:29.788Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-25T04:30:29.789Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-25T04:30:29.789Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:29.789Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T04:30:29.789Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:29.789Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-25T04:30:29.789Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:30:29.790Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:29.790Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-25T04:30:29.790Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:30:29.790Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:29.790Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-25T04:30:29.791Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:30:29.791Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:29.791Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-25T04:30:29.791Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-25T04:30:29.791Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-25T04:30:29.792Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7111457e-9a3c-4616-9c83-e2a8a2501399
2022-08-25T04:30:29.792Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:29.792Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:30:29.792Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:29.792Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:30:29.793Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:29.793Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:30:29.793Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:29.793Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:30:29.793Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:8dc31c60-2ca5-4ddf-9ab8-e57ab0ca4e77
Model Version:NULL
Model InvariantUuid:f8d79286-55bf-49e7-a46f-414c6197dcaa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:b0f10738-8bf0-49d1-8dcf-3d910acd0084
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d39818a5-004c-42b3-9be4-7f3994bc32b1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7e62ac9c-c33f-470b-9fe1-bd232ef214d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9049e88b-2d5f-46f2-a41a-e82f4dac6a27
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:89fab255-7556-4e06-8f8c-41f881fb556e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7111457e-9a3c-4616-9c83-e2a8a2501399
ModelInvariantUuid:162a6891-ae0b-4e58-a164-8973ecb5d274
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:45e39d8b-6ecc-437e-a77f-c699cb7a6a34
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:96a90c19-5e08-441b-86bc-e10f424e011b
ModelInvariantUuid:0e81fe47-0858-45ec-b946-44b60aeee56b
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:01ed5c7f-1413-405a-a956-3e9269af6f31
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=?
2022-08-25T04:30:29.839Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 777ae695-a39c-41b6-af79-5d0836cf17b1
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=?
2022-08-25T04:30:29.857Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||basic_vm 0
2022-08-25T04:30:29.857Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 777ae695-a39c-41b6-af79-5d0836cf17b1
2022-08-25T04:30:29.857Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 69128eb3-3385-48ad-84e5-cb70ccc165b5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-25T04:30:29.857Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-08-25T04:30:29.858Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-25T04:30:29.932Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-08-25T04:30:29.933Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 69128eb3-3385-48ad-84e5-cb70ccc165b5 787
2022-08-25T04:30:29.934Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-08-25T04:30:29.935Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-25T04:30:29.936Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:30:29.940Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:30:29.953Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:30:29.953Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401829934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:30:30.053Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:30:30.054Z||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.
2022-08-25T04:30:30.054Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:30:30.067Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:30:30.071Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:30:30.955Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9049e88b-2d5f-46f2-a41a-e82f4dac6a27",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "89fab255-7556-4e06-8f8c-41f881fb556e",
    "vfModuleModelCustomizationUUID": "94c41eef-fa39-47d6-82d4-7c9196dd5869",
    "isBase": true,
    "artifacts": [
      "91a444a1-acea-40a1-8c06-b7d01cef5ba3",
      "20b9b717-3bf1-4776-90dc-54f3dfec4775"
    ],
    "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": ""
    }
  }
]
2022-08-25T04:30:30.958Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:89fab255-7556-4e06-8f8c-41f881fb556e
VfModuleModelInvariantUUID:9049e88b-2d5f-46f2-a41a-e82f4dac6a27
VfModuleModelDescription:NULL
Artifacts UUID List:{
91a444a1-acea-40a1-8c06-b7d01cef5ba3
,
20b9b717-3bf1-4776-90dc-54f3dfec4775

}
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


}

2022-08-25T04:30:30.961Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9049e88b-2d5f-46f2-a41a-e82f4dac6a27",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "89fab255-7556-4e06-8f8c-41f881fb556e",
    "vfModuleModelCustomizationUUID": "94c41eef-fa39-47d6-82d4-7c9196dd5869",
    "isBase": true,
    "artifacts": [
      "91a444a1-acea-40a1-8c06-b7d01cef5ba3",
      "20b9b717-3bf1-4776-90dc-54f3dfec4775"
    ],
    "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": ""
    }
  }
]
2022-08-25T04:30:30.961Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:89fab255-7556-4e06-8f8c-41f881fb556e
VfModuleModelInvariantUUID:9049e88b-2d5f-46f2-a41a-e82f4dac6a27
VfModuleModelDescription:NULL
Artifacts UUID List:{
91a444a1-acea-40a1-8c06-b7d01cef5ba3
,
20b9b717-3bf1-4776-90dc-54f3dfec4775

}
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


}

2022-08-25T04:30:30.961Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 91a444a1-acea-40a1-8c06-b7d01cef5ba3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-25T04:30:30.961Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-08-25T04:30:30.962Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-25T04:30:31.014Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-08-25T04:30:31.015Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 91a444a1-acea-40a1-8c06-b7d01cef5ba3 5033
2022-08-25T04:30:31.015Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-08-25T04:30:31.015Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-25T04:30:31.015Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:30:31.016Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:30:31.019Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:30:31.019Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401831015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:30:31.125Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-08-25T04:30:31.126Z||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.
2022-08-25T04:30:31.126Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:30:31.148Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:30:31.149Z||pool-82-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:30:32.020Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 20b9b717-3bf1-4776-90dc-54f3dfec4775 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-25T04:30:32.021Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-08-25T04:30:32.021Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-25T04:30:32.063Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-08-25T04:30:32.064Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 20b9b717-3bf1-4776-90dc-54f3dfec4775 903
2022-08-25T04:30:32.064Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-08-25T04:30:32.064Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-25T04:30:32.065Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:30:32.065Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:30:32.068Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:30:32.068Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401832064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:30:32.168Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:30:32.171Z||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.
2022-08-25T04:30:32.171Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:30:32.187Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:30:32.188Z||pool-83-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:30:33.079Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 8dc31c60-2ca5-4ddf-9ab8-e57ab0ca4e77
2022-08-25T04:30:33.081Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 777ae695-a39c-41b6-af79-5d0836cf17b1 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=?
2022-08-25T04:30:33.098Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11184722, org.onap.sdc.toscaparser.api.parameters.Input@19a23e10, org.onap.sdc.toscaparser.api.parameters.Input@c059330, org.onap.sdc.toscaparser.api.parameters.Input@1e56f5a0, org.onap.sdc.toscaparser.api.parameters.Input@4d24801f]
2022-08-25T04:30:33.099Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:33.100Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:30:33.100Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-08-25T04:30:33.100Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 7e62ac9c-c33f-470b-9fe1-bd232ef214d5
2022-08-25T04:30:33.100Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7e62ac9c-c33f-470b-9fe1-bd232ef214d5 matches Tosca VF Customization UUID: 7e62ac9c-c33f-470b-9fe1-bd232ef214d5
2022-08-25T04:30:33.101Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 7e62ac9c-c33f-470b-9fe1-bd232ef214d5  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=?
2022-08-25T04:30:33.103Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:33.106Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:30:33.107Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 7e62ac9c-c33f-470b-9fe1-bd232ef214d5: {\"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\"}
2022-08-25T04:30:33.107Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4c90e074
2022-08-25T04:30:33.108Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:33.108Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T04:30:33.108Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 94c41eef-fa39-47d6-82d4-7c9196dd5869
2022-08-25T04:30:33.108Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 94c41eef-fa39-47d6-82d4-7c9196dd5869
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=?
2022-08-25T04:30:33.113Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:33.113Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-25T04:30:33.114Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:30:33.114Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:33.114Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-25T04:30:33.115Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:30:33.115Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:33.115Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-25T04:30:33.115Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-25T04:30:33.116Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-25T04:30:33.116Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7111457e-9a3c-4616-9c83-e2a8a2501399
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=?
2022-08-25T04:30:33.121Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:33.123Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-25T04:30:33.123Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:30:33.124Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:33.125Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-25T04:30:33.125Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=7e62ac9c-c33f-470b-9fe1-bd232ef214d5
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=?
2022-08-25T04:30:33.146Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:33.148Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:30:33.150Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 8dc31c60-2ca5-4ddf-9ab8-e57ab0ca4e77: basic_vm
2022-08-25T04:30:33.151Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:33.152Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:30:33.154Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:33.155Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:30:33.156Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:33.156Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:30:33.157Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:33.157Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:30:33.158Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:30:33.158Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:30:33.159Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:30:33.378Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 777ae695-a39c-41b6-af79-5d0836cf17b1 1 ASDC deployResourceStructure
2022-08-25T04:30:33.379Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-08-25T04:30:33.380Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-25T04:30:33.380Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:30:33.384Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:30:33.392Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:30:33.392Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401833379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T04:30:33.493Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:30:33.496Z||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.
2022-08-25T04:30:33.496Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:30:33.514Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:30:33.514Z||pool-84-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:30:34.398Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-08-25T04:30:34.398Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-25T04:30:34.398Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:30:34.399Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:30:34.402Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:30:34.402Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401834397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T04:30:34.502Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:30:34.507Z||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.
2022-08-25T04:30:34.508Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:30:34.524Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:30:34.525Z||pool-85-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:30:35.410Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-08-25T04:30:35.411Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-25T04:30:35.415Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:30:35.415Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:30:35.420Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:30:35.420Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401835408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-25T04:30:35.519Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T04:30:35.522Z||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.
2022-08-25T04:30:35.523Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:30:35.540Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:30:35.542Z||pool-86-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:30:36.421Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-08-25T04:30:36.422Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-25T04:30:36.423Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:30:36.423Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:30:36.428Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:30:36.429Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401836421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:30:36.528Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T04:30:36.530Z||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.
2022-08-25T04:30:36.530Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:30:36.546Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:30:36.546Z||pool-87-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:30:37.431Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b1a8188-543e-4b95-908b-4b076a420bfd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:30:37.450Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b1a8188-543e-4b95-908b-4b076a420bfd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:30:37.454Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:30:37.454Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T04:30:37.455Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T04:30:37.455Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T04:30:37.456Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:30:37.457Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:30:37.458Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:30:37.459Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:30:37.460Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:30:37.461Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:30:37.462Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:30:37.525Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T04:31:07.525Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9b1a8188-543e-4b95-908b-4b076a420bfd 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=?
2022-08-25T04:31:07.545Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9b1a8188-543e-4b95-908b-4b076a420bfd and serviceModelVersionId: 8dc31c60-2ca5-4ddf-9ab8-e57ab0ca4e77
2022-08-25T04:31:07.545Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8d79286-55bf-49e7-a46f-414c6197dcaa
2022-08-25T04:31:07.546Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8d79286-55bf-49e7-a46f-414c6197dcaa/model-vers/model-ver/8dc31c60-2ca5-4ddf-9ab8-e57ab0ca4e77?depth=0
2022-08-25T04:31:07.555Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-08-25T04:31:07.706Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8d79286-55bf-49e7-a46f-414c6197dcaa/model-vers/model-ver/8dc31c60-2ca5-4ddf-9ab8-e57ab0ca4e77?depth=0|INFO|500||Invoke
2022-08-25T04:31:07.708Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8d79286-55bf-49e7-a46f-414c6197dcaa/model-vers/model-ver/8dc31c60-2ca5-4ddf-9ab8-e57ab0ca4e77?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8d79286-55bf-49e7-a46f-414c6197dcaa/model-vers/model-ver/8dc31c60-2ca5-4ddf-9ab8-e57ab0ca4e77?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9b1a8188-543e-4b95-908b-4b076a420bfd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[25eb882f-8c61-494f-a4fa-6a73c0b2040a], X-ECOMP-RequestID=[9b1a8188-543e-4b95-908b-4b076a420bfd], X-TransactionId=[], X-ONAP-RequestID=[9b1a8188-543e-4b95-908b-4b076a420bfd], Content-Type=[application/merge-patch+json]}
2022-08-25T04:31:07.783Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8d79286-55bf-49e7-a46f-414c6197dcaa/model-vers/model-ver/8dc31c60-2ca5-4ddf-9ab8-e57ab0ca4e77?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-25T04:31:07.877Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8d79286-55bf-49e7-a46f-414c6197dcaa/model-vers/model-ver/8dc31c60-2ca5-4ddf-9ab8-e57ab0ca4e77?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/f8d79286-55bf-49e7-a46f-414c6197dcaa/model-vers/model-ver/8dc31c60-2ca5-4ddf-9ab8-e57ab0ca4e77?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220825-04:31:07:814-21064], vertex-id=[176192], Content-Length=[0], Date=[Thu, 25 Aug 2022 04:31:07 GMT], Content-Type=[application/json]}
2022-08-25T04:31:07.877Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8d79286-55bf-49e7-a46f-414c6197dcaa/model-vers/model-ver/8dc31c60-2ca5-4ddf-9ab8-e57ab0ca4e77?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-25T04:31:07.879Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8d79286-55bf-49e7-a46f-414c6197dcaa/model-vers/model-ver/8dc31c60-2ca5-4ddf-9ab8-e57ab0ca4e77?depth=0|INFO|500||InvokeReturn
2022-08-25T04:31:07.880Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-25T04:31:07.881Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T04:31:07.891Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-25T04:31:07.892Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9b1a8188-543e-4b95-908b-4b076a420bfd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-25T04:31:07.893Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-25T04:31:07.894Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:31:07.904Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:31:07.904Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401867893,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:31:08.004Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:31:08.005Z||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.
2022-08-25T04:31:08.005Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:31:08.034Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:31:08.034Z||pool-88-thread-1|||||INFO|500||cambria reply ok (29 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=?
2022-08-25T04:31:08.921Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:31:08.922Z|9b1a8188-543e-4b95-908b-4b076a420bfd|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.
2022-08-25T04:31:08.922Z|9b1a8188-543e-4b95-908b-4b076a420bfd|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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:31:19.204Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:31:19.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:31:19.206Z||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.
2022-08-25T04:31:19.206Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:31:20.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:31:20.728Z||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.
2022-08-25T04:31:20.729Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:31:20.764Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:31:20.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:31:20.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-25T04:31:20.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:31:20.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:31:20.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-25T04:31:20.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:31:20.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:31:20.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T04:31:20.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:31:20.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:31:20.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:31:20.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:31:20.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:31:20.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:31:20.774Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:31:20.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:31:20.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-25T04:31:20.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:31:20.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:31:20.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:31:20.789Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:31:20.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:31:20.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:31:20.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:31:20.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:31:20.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401769744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:31:20.793Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:31:20.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:31:20.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401774388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:31:20.796Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:31:20.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:31:20.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401775477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:31:20.797Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:31:20.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:31:20.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401776580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:31:20.798Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:31:20.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:31:20.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401777683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:31:20.800Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:31:20.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:31:20.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401778765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:31:20.801Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:31:20.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:31:20.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401780330,
  "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"
}
2022-08-25T04:31:20.802Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:31:20.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:31:20.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401781349,
  "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"
}
2022-08-25T04:31:20.808Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:31:20.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:31:20.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401782360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T04:31:20.810Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:31:20.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:31:20.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401783372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T04:31:20.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:31:20.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:31:20.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401784498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-08-25T04:31:20.813Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:31:20.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:31:20.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401785517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:31:20.816Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:31:20.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:31:20.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401816972,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:31:20.817Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:31:20.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:31:20.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:31:20.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:31:20.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:31:20.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T04:31:20.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:31:20.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:31:20.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:31:20.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:31:28.769Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:31:28.770Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:31:28.771Z||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.
2022-08-25T04:31:28.771Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:31:38.340Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:31:38.341Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:31:38.342Z||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.
2022-08-25T04:31:38.343Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:31:47.896Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:31:47.897Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:31:47.898Z||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.
2022-08-25T04:31:47.898Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:31:57.450Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:31:57.452Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:31:57.454Z||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.
2022-08-25T04:31:57.454Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:32:07.000Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:32:20.715Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:32:20.717Z|bff5caac-02e1-435a-9888-344b4242450c|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.
2022-08-25T04:32:20.717Z|bff5caac-02e1-435a-9888-344b4242450c|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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:32:20.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:32:20.727Z||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.
2022-08-25T04:32:20.727Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:32:20.774Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:32:20.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:32:20.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:32:20.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:32:30.288Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:33:20.715Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:33:20.716Z|bff5caac-02e1-435a-9888-344b4242450c|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.
2022-08-25T04:33:20.717Z|bff5caac-02e1-435a-9888-344b4242450c|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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:33:20.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:33:20.727Z||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.
2022-08-25T04:33:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:33:20.764Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:33:20.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:33:20.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-25T04:33:20.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:33:20.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:33:20.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:33:20.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:33:20.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:33:20.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401680250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:33:20.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:33:20.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:33:20.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401825882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:33:20.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:33:20.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:33:20.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401829934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:33:20.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:33:20.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:33:20.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401831015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:33:20.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:33:20.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:33:20.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401832064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:33:20.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:33:20.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:33:20.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401833379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T04:33:20.770Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:33:20.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:33:20.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401834397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T04:33:20.770Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:33:20.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:33:20.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401835408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-25T04:33:20.770Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:33:20.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:33:20.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401836421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:33:20.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:33:20.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:33:20.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b1a8188-543e-4b95-908b-4b076a420bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661401867893,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:33:20.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:33:21.382Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:33:21.383Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-25T04:33:21.383Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3","serviceName":"Demo_pNF_iHE7EUMyAyZIFlFe4nVR","serviceVersion":"1.0","serviceUUID":"1d83b0f1-66e9-4fa3-8e3f-db8663c2305c","serviceDescription":"catalog service description","serviceInvariantUUID":"8f96d2e5-bd66-40ba-bd64-6983e6489cd6","resources":[{"resourceInstanceName":"pNF 4893473f-dbc4 0","resourceName":"pNF 4893473f-dbc4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cf758f45-201d-4ae5-a1c6-9bac1a639eeb","resourceInvariantUUID":"ed7dfe75-0d7b-4723-8970-9937d2633f94","resourceCustomizationUUID":"12252093-2958-4f77-aeaa-b78ab85e38b0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/vf-license-model.xml","artifactChecksum":"MWVlY2I1MDQ4YWFhMjYxMGMwMDAyNWQ4NTU2ZDllYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"116ab7ac-d981-408f-8fb1-a8609b44f4b8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/pNF.csar","artifactChecksum":"OWY0YWQ3NTU3NmE4YTU0YzFkYzc2ZWRlZTdkOWYyMTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"df259f0b-ca3f-423b-b1ec-0785d92b2682","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3dd957ec-1497-4b6d-8736-cafc52fb2871","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/vendor-license-model.xml","artifactChecksum":"OTQ0NTY0YzlkMGJlY2ViOThlMzAxOTcxNmMxNmVjNTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dcd1b116-854b-4efb-a697-a858f14fbb30","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ddba8e78-d822-4f20-ba33-27b2b7394415","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3cdf6620-238c-4a6c-b781-e06f42327f8a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIhe7eumyayziflfe4nvr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-template.yml","artifactChecksum":"YWY0ODhhOGFhMjg3ODRhOWM0ZTUzOGQxYmZjNzY1Njg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4fc545b8-ac15-4071-a06f-1624d1c94bcd","artifactVersion":"1"},{"artifactName":"service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar","artifactChecksum":"NmEyMjk3ZTk1MmQ3ZGI2MmJkNjMwNzE2Zjg3MWFlNjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de2508e9-d37e-41de-aa90-8099a8b14454","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T04:33:21.390Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:33:21.391Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:33:21.409Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:33:21.409Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402000715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:33:21.495Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-08-25T04:33:21.497Z||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.
2022-08-25T04:33:21.497Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:33:21.521Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:33:21.521Z||pool-89-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:33:22.410Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:33:22.413Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:33:22.417Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:33:22.417Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402000715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:33:22.517Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:33:22.518Z||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.
2022-08-25T04:33:22.518Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:33:22.539Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:33:22.541Z||pool-90-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:33:23.419Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:33:23.422Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:33:23.438Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:33:23.439Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402000715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:33:23.539Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:33:23.541Z||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.
2022-08-25T04:33:23.541Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:33:23.558Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:33:23.559Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:33:24.440Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:33:24.441Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:33:24.444Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:33:24.444Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402000715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:33:24.544Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:33:24.545Z||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.
2022-08-25T04:33:24.545Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:33:24.561Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:33:24.561Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:33:25.445Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:33:25.446Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:33:25.457Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:33:25.458Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402000715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:33:25.551Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-08-25T04:33:25.554Z||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.
2022-08-25T04:33:25.554Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:33:25.586Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:33:25.587Z||pool-93-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:33:26.459Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:33:26.460Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:33:26.469Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:33:26.469Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402000715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:33:26.579Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-08-25T04:33:26.581Z||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.
2022-08-25T04:33:26.581Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:33:26.598Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:33:26.601Z||pool-94-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:33:27.469Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:33:27.470Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:33:27.473Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:33:27.473Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402000715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:33:27.575Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-25T04:33:27.576Z||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.
2022-08-25T04:33:27.576Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:33:27.596Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:33:27.596Z||pool-95-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:33:28.474Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:33:28.475Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:33:28.477Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:33:28.478Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402000715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:33:28.582Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-25T04:33:28.583Z||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.
2022-08-25T04:33:28.584Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:33:28.626Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:33:28.628Z||pool-96-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:33:29.480Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "serviceName": "Demo_pNF_iHE7EUMyAyZIFlFe4nVR",
  "serviceVersion": "1.0",
  "serviceUUID": "1d83b0f1-66e9-4fa3-8e3f-db8663c2305c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8f96d2e5-bd66-40ba-bd64-6983e6489cd6",
  "resources": [
    {
      "resourceInstanceName": "pNF 4893473f-dbc4 0",
      "resourceCustomizationUUID": "12252093-2958-4f77-aeaa-b78ab85e38b0",
      "resourceName": "pNF 4893473f-dbc4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "cf758f45-201d-4ae5-a1c6-9bac1a639eeb",
      "resourceInvariantUUID": "ed7dfe75-0d7b-4723-8970-9937d2633f94",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar",
      "artifactChecksum": "NmEyMjk3ZTk1MmQ3ZGI2MmJkNjMwNzE2Zjg3MWFlNjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de2508e9-d37e-41de-aa90-8099a8b14454"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T04:33:29.480Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T04:33:29.481Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1d83b0f1-66e9-4fa3-8e3f-db8663c2305c ASDC
2022-08-25T04:33:29.483Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3
ServiceName:Demo_pNF_iHE7EUMyAyZIFlFe4nVR
ServiceVersion:1.0
ServiceUUID:1d83b0f1-66e9-4fa3-8e3f-db8663c2305c
ServiceInvariantUUID:8f96d2e5-bd66-40ba-bd64-6983e6489cd6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar
ArtifactUUID:de2508e9-d37e-41de-aa90-8099a8b14454
ArtifactChecksum:NmEyMjk3ZTk1MmQ3ZGI2MmJkNjMwNzE2Zjg3MWFlNjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4893473f-dbc4 0
ResourceCustomizationUUID:12252093-2958-4f77-aeaa-b78ab85e38b0
ResourceInvariantUUID:ed7dfe75-0d7b-4723-8970-9937d2633f94
ResourceName:pNF 4893473f-dbc4
ResourceType:PNF
ResourceUUID:cf758f45-201d-4ae5-a1c6-9bac1a639eeb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-25T04:33:29.483Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d83b0f1-66e9-4fa3-8e3f-db8663c2305c 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 (?, ?, ?, ?, ?)
2022-08-25T04:33:29.578Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:33:29.579Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-25T04:33:29.579Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-25T04:33:29.579Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: de2508e9-d37e-41de-aa90-8099a8b14454 from URL: /sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar
2022-08-25T04:33:29.580Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-25T04:33:29.580Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar
2022-08-25T04:33:29.654Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-25T04:33:29.671Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar de2508e9-d37e-41de-aa90-8099a8b14454 82659
2022-08-25T04:33:29.677Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar ASDC sendASDCNotification
2022-08-25T04:33:29.677Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar
2022-08-25T04:33:29.682Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:33:29.682Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:33:29.687Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:33:29.687Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402009677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:33:29.788Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:33:29.790Z||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.
2022-08-25T04:33:29.790Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:33:29.810Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:33:29.812Z||pool-97-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:33:30.687Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:33:30.689Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-25T04:33:30.690Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: de2508e9-d37e-41de-aa90-8099a8b14454, URL: /sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar to file: /app/ASDC/1/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar
2022-08-25T04:33:30.690Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar
2022-08-25T04:33:30.691Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar
2022-08-25T04:33:30.692Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar
2022-08-25T04:33:31.116Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5080215100094073890/Definitions/service-DemoPnfIhe7eumyayziflfe4nvr-template.yml
2022-08-25T04:33:33.381Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-25T04:33:33.390Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-25T04:33:33.391Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar
2022-08-25T04:33:33.391Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-25T04:33:33.392Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||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-DemoPnfIhe7eumyayziflfe4nvr-csar.csar
2022-08-25T04:33:33.393Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar
2022-08-25T04:33:33.394Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||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-DemoPnfIhe7eumyayziflfe4nvr-csar.csar
2022-08-25T04:33:33.395Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||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-DemoPnfIhe7eumyayziflfe4nvr-csar.csar
2022-08-25T04:33:33.396Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||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-DemoPnfIhe7eumyayziflfe4nvr-csar.csar
2022-08-25T04:33:33.396Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||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-DemoPnfIhe7eumyayziflfe4nvr-csar.csar
2022-08-25T04:33:33.397Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4893473f-dbc4 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-DemoPnfIhe7eumyayziflfe4nvr-csar.csar
2022-08-25T04:33:33.397Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-25T04:33:33.398Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:33:33.400Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_iHE7EUMyAyZIFlFe4nVR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:33:33.401Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Node template pNF 4893473f-dbc4 0 is matching search criteria
2022-08-25T04:33:33.402Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-25T04:33:33.402Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 4893473f-dbc4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:33:33.405Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:33:33.405Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_iHE7EUMyAyZIFlFe4nVR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:33:33.406Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Node template pNF 4893473f-dbc4 0 is matching search criteria
2022-08-25T04:33:33.407Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-25T04:33:33.409Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 4893473f-dbc4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:33:33.410Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:33:33.413Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_iHE7EUMyAyZIFlFe4nVR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:33:33.416Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:33:33.419Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_iHE7EUMyAyZIFlFe4nVR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:33:33.422Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:33:33.424Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_iHE7EUMyAyZIFlFe4nVR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:33:33.425Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:33:33.429Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_iHE7EUMyAyZIFlFe4nVR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:33:33.433Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:33:33.434Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_iHE7EUMyAyZIFlFe4nVR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:33:33.436Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_iHE7EUMyAyZIFlFe4nVR
Description:catalog service description
Model UUID:1d83b0f1-66e9-4fa3-8e3f-db8663c2305c
Model Version:NULL
Model InvariantUuid:8f96d2e5-bd66-40ba-bd64-6983e6489cd6
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=?
2022-08-25T04:33:33.463Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: cf758f45-201d-4ae5-a1c6-9bac1a639eeb
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=?
2022-08-25T04:33:33.481Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||pNF 4893473f-dbc4 0
2022-08-25T04:33:33.481Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cf758f45-201d-4ae5-a1c6-9bac1a639eeb
2022-08-25T04:33:33.482Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 1d83b0f1-66e9-4fa3-8e3f-db8663c2305c
2022-08-25T04:33:33.482Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 1d83b0f1-66e9-4fa3-8e3f-db8663c2305c
2022-08-25T04:33:33.482Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4893473f-dbc4 0 cf758f45-201d-4ae5-a1c6-9bac1a639eeb 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=?
2022-08-25T04:33:33.490Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57db3d89, org.onap.sdc.toscaparser.api.parameters.Input@39b2b14f, org.onap.sdc.toscaparser.api.parameters.Input@1259d0fc, org.onap.sdc.toscaparser.api.parameters.Input@22903559, org.onap.sdc.toscaparser.api.parameters.Input@2ca963f7]
2022-08-25T04:33:33.491Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:33:33.491Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_iHE7EUMyAyZIFlFe4nVR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:33:33.491Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 1d83b0f1-66e9-4fa3-8e3f-db8663c2305c: pNF 4893473f-dbc4
2022-08-25T04:33:33.491Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||Processing PNF resource: cf758f45-201d-4ae5-a1c6-9bac1a639eeb
2022-08-25T04:33:33.491Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:33:33.492Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_iHE7EUMyAyZIFlFe4nVR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:33:33.492Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||Resource customization UUID: 12252093-2958-4f77-aeaa-b78ab85e38b0 is the same as notified resource customizationUUID: 12252093-2958-4f77-aeaa-b78ab85e38b0
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 (?, ?)
2022-08-25T04:33:33.657Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4893473f-dbc4 cf758f45-201d-4ae5-a1c6-9bac1a639eeb 0 ASDC deployResourceStructure
2022-08-25T04:33:33.658Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar ASDC sendASDCNotification
2022-08-25T04:33:33.658Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar
2022-08-25T04:33:33.658Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:33:33.659Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:33:33.731Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:33:33.733Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402013657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:33:33.772Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 38 ms
2022-08-25T04:33:33.774Z||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.
2022-08-25T04:33:33.774Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:33:33.852Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:33:33.854Z||pool-98-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:33:34.734Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:33:34.750Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:33:34.754Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:33:34.754Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:33:34.756Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:34:04.758Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:34:04.770Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:34:04.773Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:34:04.774Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:34:04.774Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:34:20.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:34:20.734Z||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.
2022-08-25T04:34:20.735Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:34:20.770Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:34:20.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:34:20.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "clamp",
  "timestamp": 1661401989129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:34:20.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:34:20.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:34:20.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "cds",
  "timestamp": 1661401997402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:34:20.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:34:20.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:34:20.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "clamp",
  "timestamp": 1661401989129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:34:20.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:34:20.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:34:20.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "cds",
  "timestamp": 1661401997402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:34:20.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:34:20.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:34:20.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "clamp",
  "timestamp": 1661401989129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:34:20.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:34:20.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:34:20.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "cds",
  "timestamp": 1661401997402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:34:20.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:34:34.775Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:34:34.795Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:34:34.797Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:34:34.797Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:34:34.798Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:35:04.798Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:35:04.812Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:35:04.816Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:35:04.816Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:35:04.817Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:35:20.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:35:20.727Z||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.
2022-08-25T04:35:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:35:20.785Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:35:20.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:35:20.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401999890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:35:20.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:35:34.817Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:35:34.851Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:35:34.858Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:35:34.858Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:35:34.859Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:36:04.861Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:36:04.898Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:36:04.917Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:36:04.917Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:36:04.917Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:36:20.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:36:20.729Z||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.
2022-08-25T04:36:20.729Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:36:20.821Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:36:20.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402000238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "clamp",
  "timestamp": 1661401989129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402000715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "cds",
  "timestamp": 1661401997402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401999890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402000238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "clamp",
  "timestamp": 1661401989129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "cds",
  "timestamp": 1661401997402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402000715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.849Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401999890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.850Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402000238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "clamp",
  "timestamp": 1661401989129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "cds",
  "timestamp": 1661401997402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.852Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402000715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401999890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402000238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "clamp",
  "timestamp": 1661401989129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "cds",
  "timestamp": 1661401997402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402000715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "aai-ml",
  "timestamp": 1661402003551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.862Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "policy-id",
  "timestamp": 1661402003875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.863Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401999890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402000238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "clamp",
  "timestamp": 1661401989129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:36:20.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "cds",
  "timestamp": 1661401997402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:36:20.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402000715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "aai-ml",
  "timestamp": 1661402003551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "policy-id",
  "timestamp": 1661402003875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.868Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401999890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402000238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:36:20.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402000715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "cds",
  "timestamp": 1661402006176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:36:20.871Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:36:20.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "aai-ml",
  "timestamp": 1661402003551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "policy-id",
  "timestamp": 1661402003875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401999890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402000238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402000715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "cds",
  "timestamp": 1661402007183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-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=?
2022-08-25T04:36:20.926Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3
2022-08-25T04:36:20.927Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3 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 (?, ?, ?, ?, ?)
2022-08-25T04:36:20.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "aai-ml",
  "timestamp": 1661402003551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "policy-id",
  "timestamp": 1661402003875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661401999890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:36:20.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402000238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:20.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:20.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:20.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402000715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:36:20.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:21.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "policy-id",
  "timestamp": 1661402003875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:21.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:21.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "aai-ml",
  "timestamp": 1661402003551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:21.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:21.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "clamp",
  "timestamp": 1661402008218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:36:21.001Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:36:21.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402008985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:36:21.001Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:36:21.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "policy-id",
  "timestamp": 1661402003875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:21.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:21.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "aai-ml",
  "timestamp": 1661402003551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:21.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:21.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402009677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:36:21.002Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:36:21.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402010015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T04:36:21.002Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:36:21.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "policy-id",
  "timestamp": 1661402003875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:21.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:21.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "aai-ml",
  "timestamp": 1661402003551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:21.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:21.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "clamp",
  "timestamp": 1661402010236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:36:21.003Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:36:21.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402011018,
  "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=?
2022-08-25T04:36:21.011Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3
2022-08-25T04:36:21.012Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3 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 (?, ?, ?, ?, ?)
2022-08-25T04:36:21.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "aai-ml",
  "timestamp": 1661402003551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:36:21.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:21.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "policy-id",
  "timestamp": 1661402003875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:36:21.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:21.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "clamp",
  "timestamp": 1661402011241,
  "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=?
2022-08-25T04:36:21.152Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3
2022-08-25T04:36:21.152Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3 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 (?, ?, ?, ?, ?)
2022-08-25T04:36:21.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "policy-id",
  "timestamp": 1661402012682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:36:21.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:36:21.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "aai-ml",
  "timestamp": 1661402012361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:36:21.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:36:21.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "policy-id",
  "timestamp": 1661402013690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:36:21.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:36:21.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402013657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:36:21.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:36:21.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "policy-id",
  "timestamp": 1661402014692,
  "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=?
2022-08-25T04:36:21.267Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3
2022-08-25T04:36:21.280Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3 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 (?, ?, ?, ?, ?)
2022-08-25T04:36:21.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402014466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:21.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:21.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402014466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:21.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:21.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402014466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:21.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:21.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "aai-ml",
  "timestamp": 1661402017276,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:36:21.394Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:36:21.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402014466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:21.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:21.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "aai-ml",
  "timestamp": 1661402018280,
  "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=?
2022-08-25T04:36:21.436Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3
2022-08-25T04:36:21.437Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3 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 (?, ?, ?, ?, ?)
2022-08-25T04:36:21.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402014466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:21.488Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:21.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402014466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/resourceInstances/pnf4893473fdbc40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:21.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:21.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402014466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:36:21.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:21.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402014466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:36:21.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:36:21.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402023232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:36:21.515Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:36:21.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402025123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIhe7eumyayziflfe4nvr/1.0/artifacts/service-DemoPnfIhe7eumyayziflfe4nvr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:36:21.519Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:36:21.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:36:21.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402026127,
  "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=?
2022-08-25T04:36:21.590Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3
2022-08-25T04:36:21.590Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3 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 (?, ?, ?, ?, ?)
2022-08-25T04:36:34.920Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:36:34.963Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:36:34.969Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:36:34.971Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T04:36:34.972Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T04:36:34.974Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T04:36:34.975Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:36:34.975Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:36:34.975Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:36:34.978Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:36:34.982Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:36:34.983Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:36:34.983Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:36:34.983Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||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=?
2022-08-25T04:36:35.020Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T04:37:05.021Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3 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=?
2022-08-25T04:37:05.043Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3 and serviceModelVersionId: 1d83b0f1-66e9-4fa3-8e3f-db8663c2305c
2022-08-25T04:37:05.044Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f96d2e5-bd66-40ba-bd64-6983e6489cd6
2022-08-25T04:37:05.046Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f96d2e5-bd66-40ba-bd64-6983e6489cd6/model-vers/model-ver/1d83b0f1-66e9-4fa3-8e3f-db8663c2305c?depth=0
2022-08-25T04:37:05.069Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-08-25T04:37:05.285Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f96d2e5-bd66-40ba-bd64-6983e6489cd6/model-vers/model-ver/1d83b0f1-66e9-4fa3-8e3f-db8663c2305c?depth=0|INFO|500||Invoke
2022-08-25T04:37:05.286Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f96d2e5-bd66-40ba-bd64-6983e6489cd6/model-vers/model-ver/1d83b0f1-66e9-4fa3-8e3f-db8663c2305c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f96d2e5-bd66-40ba-bd64-6983e6489cd6/model-vers/model-ver/1d83b0f1-66e9-4fa3-8e3f-db8663c2305c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d3980178-3500-411a-9234-e3c12539ee0e], X-ECOMP-RequestID=[bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3], X-TransactionId=[], X-ONAP-RequestID=[bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3], Content-Type=[application/merge-patch+json]}
2022-08-25T04:37:05.374Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f96d2e5-bd66-40ba-bd64-6983e6489cd6/model-vers/model-ver/1d83b0f1-66e9-4fa3-8e3f-db8663c2305c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-25T04:37:05.496Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f96d2e5-bd66-40ba-bd64-6983e6489cd6/model-vers/model-ver/1d83b0f1-66e9-4fa3-8e3f-db8663c2305c?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/8f96d2e5-bd66-40ba-bd64-6983e6489cd6/model-vers/model-ver/1d83b0f1-66e9-4fa3-8e3f-db8663c2305c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220825-04:37:05:404-70119], vertex-id=[262344], Content-Length=[0], Date=[Thu, 25 Aug 2022 04:37:05 GMT], Content-Type=[application/json]}
2022-08-25T04:37:05.499Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f96d2e5-bd66-40ba-bd64-6983e6489cd6/model-vers/model-ver/1d83b0f1-66e9-4fa3-8e3f-db8663c2305c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-25T04:37:05.509Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f96d2e5-bd66-40ba-bd64-6983e6489cd6/model-vers/model-ver/1d83b0f1-66e9-4fa3-8e3f-db8663c2305c?depth=0|INFO|500||InvokeReturn
2022-08-25T04:37:05.520Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-25T04:37:05.520Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||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=?
2022-08-25T04:37:05.532Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||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)
2022-08-25T04:37:05.533Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-25T04:37:05.534Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-25T04:37:05.535Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:37:05.538Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:37:05.538Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402225534,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:37:05.639Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T04:37:05.644Z||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.
2022-08-25T04:37:05.645Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:37:05.685Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:37:05.688Z||pool-99-thread-1|||||INFO|500||cambria reply ok (47 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=?
2022-08-25T04:37:06.559Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:37:06.575Z|9b1a8188-543e-4b95-908b-4b076a420bfd|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.
2022-08-25T04:37:06.576Z|9b1a8188-543e-4b95-908b-4b076a420bfd|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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:37:11.024Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:37:11.025Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:37:11.025Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"fe04449a-196c-46b6-8a88-8fbbd130a2bd","serviceName":"Demo_pNF_q0EP0M2plUkzxzRbNqDT","serviceVersion":"1.0","serviceUUID":"c84b5031-c2ce-4425-b2f1-d5f5680ac977","serviceDescription":"catalog service description","serviceInvariantUUID":"6d506a77-7174-4084-9912-650251aa6b02","resources":[{"resourceInstanceName":"pNF bb717334-5fe8 0","resourceName":"pNF bb717334-5fe8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"16c65f78-f119-40c0-9e73-8ebdf16246d3","resourceInvariantUUID":"052f0457-55c0-4fb6-9abb-b9786b7f3157","resourceCustomizationUUID":"2ba1287c-a6be-4821-a7f9-8c5b05b3019e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/vf-license-model.xml","artifactChecksum":"ZGQ1ODA5ZWM2ZWJiOTk0ZmE3NGQwZmFkNTcwOTI2YjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48089964-3ef0-4a10-a1ae-44045a28e51e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/pNF.csar","artifactChecksum":"OWY0YWQ3NTU3NmE4YTU0YzFkYzc2ZWRlZTdkOWYyMTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2f144fc2-1a7c-4433-a030-19c5eb0db31b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"91dff682-a33f-4908-9841-5169b58ef392","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/vendor-license-model.xml","artifactChecksum":"OTc1YzRlMDIxYjllNzIxOGM2Zjk3YTdkMTIxYTU0OGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cab9f0d2-11a8-4f29-b592-94445c4dff36","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e94ff4f8-77b9-4d79-9435-3dce27e44b62","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d00afb00-86a3-4f26-b5f7-e3837050b179","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQ0ep0m2plukzxzrbnqdt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-template.yml","artifactChecksum":"MDBlMGZjMDgwYjIyMDZkMjE2YjMxZDQzM2I2MTJhZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d457f7c1-5515-408b-b318-35b4e448140d","artifactVersion":"1"},{"artifactName":"service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar","artifactChecksum":"ZjJkNjMwNTdiMjg1MzVhNGI2NTczOTUwOGYwNzI0MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c16b779-99fe-4ca2-aecf-9c0ea507228b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T04:37:11.028Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:37:11.028Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:37:11.039Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:37:11.040Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402226559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:37:11.133Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-08-25T04:37:11.134Z||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.
2022-08-25T04:37:11.134Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:37:11.156Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:37:11.157Z||pool-100-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:37:12.042Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:37:12.043Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:37:12.046Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:37:12.047Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402226559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:37:12.147Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:37:12.148Z||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.
2022-08-25T04:37:12.148Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:37:12.167Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:37:12.167Z||pool-101-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:37:13.052Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:37:13.053Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:37:13.058Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:37:13.058Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402226559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:37:13.159Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T04:37:13.162Z||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.
2022-08-25T04:37:13.163Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:37:13.195Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:37:13.195Z||pool-102-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:37:14.058Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:37:14.059Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:37:14.062Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:37:14.062Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402226559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:37:14.172Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-08-25T04:37:14.178Z||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.
2022-08-25T04:37:14.179Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:37:14.194Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:37:14.196Z||pool-103-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:37:15.062Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:37:15.063Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:37:15.066Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:37:15.066Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402226559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:37:15.166Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:37:15.170Z||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.
2022-08-25T04:37:15.170Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:37:15.185Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:37:15.187Z||pool-104-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:37:16.067Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:37:16.068Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:37:16.093Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:37:16.093Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402226559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:37:16.184Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-08-25T04:37:16.185Z||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.
2022-08-25T04:37:16.186Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:37:16.233Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:37:16.234Z||pool-105-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:37:17.094Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:37:17.096Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:37:17.098Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:37:17.098Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402226559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:37:17.199Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:37:17.200Z||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.
2022-08-25T04:37:17.200Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:37:17.226Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:37:17.226Z||pool-106-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:37:18.100Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:37:18.103Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:37:18.112Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:37:18.113Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402226559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:37:18.207Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-08-25T04:37:18.208Z||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.
2022-08-25T04:37:18.208Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:37:18.225Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:37:18.226Z||pool-107-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:37:19.114Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "serviceName": "Demo_pNF_q0EP0M2plUkzxzRbNqDT",
  "serviceVersion": "1.0",
  "serviceUUID": "c84b5031-c2ce-4425-b2f1-d5f5680ac977",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6d506a77-7174-4084-9912-650251aa6b02",
  "resources": [
    {
      "resourceInstanceName": "pNF bb717334-5fe8 0",
      "resourceCustomizationUUID": "2ba1287c-a6be-4821-a7f9-8c5b05b3019e",
      "resourceName": "pNF bb717334-5fe8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "16c65f78-f119-40c0-9e73-8ebdf16246d3",
      "resourceInvariantUUID": "052f0457-55c0-4fb6-9abb-b9786b7f3157",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar",
      "artifactChecksum": "ZjJkNjMwNTdiMjg1MzVhNGI2NTczOTUwOGYwNzI0MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4c16b779-99fe-4ca2-aecf-9c0ea507228b"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T04:37:19.115Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T04:37:19.116Z|9b1a8188-543e-4b95-908b-4b076a420bfd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c84b5031-c2ce-4425-b2f1-d5f5680ac977 ASDC
2022-08-25T04:37:19.116Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fe04449a-196c-46b6-8a88-8fbbd130a2bd
ServiceName:Demo_pNF_q0EP0M2plUkzxzRbNqDT
ServiceVersion:1.0
ServiceUUID:c84b5031-c2ce-4425-b2f1-d5f5680ac977
ServiceInvariantUUID:6d506a77-7174-4084-9912-650251aa6b02
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar
ArtifactUUID:4c16b779-99fe-4ca2-aecf-9c0ea507228b
ArtifactChecksum:ZjJkNjMwNTdiMjg1MzVhNGI2NTczOTUwOGYwNzI0MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF bb717334-5fe8 0
ResourceCustomizationUUID:2ba1287c-a6be-4821-a7f9-8c5b05b3019e
ResourceInvariantUUID:052f0457-55c0-4fb6-9abb-b9786b7f3157
ResourceName:pNF bb717334-5fe8
ResourceType:PNF
ResourceUUID:16c65f78-f119-40c0-9e73-8ebdf16246d3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-25T04:37:19.117Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c84b5031-c2ce-4425-b2f1-d5f5680ac977 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 (?, ?, ?, ?, ?)
2022-08-25T04:37:19.219Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:37:19.221Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-25T04:37:19.222Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-25T04:37:19.222Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4c16b779-99fe-4ca2-aecf-9c0ea507228b from URL: /sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar
2022-08-25T04:37:19.223Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-08-25T04:37:19.223Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar
2022-08-25T04:37:19.397Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-08-25T04:37:19.420Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar 4c16b779-99fe-4ca2-aecf-9c0ea507228b 82651
2022-08-25T04:37:19.421Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar ASDC sendASDCNotification
2022-08-25T04:37:19.422Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar
2022-08-25T04:37:19.422Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:37:19.423Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:37:19.426Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:37:19.427Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402239421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:37:19.527Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:37:19.529Z||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.
2022-08-25T04:37:19.529Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:37:19.548Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:37:19.548Z||pool-108-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:37:20.427Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:37:20.429Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-25T04:37:20.430Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4c16b779-99fe-4ca2-aecf-9c0ea507228b, URL: /sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar to file: /app/ASDC/1/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar
2022-08-25T04:37:20.430Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar
2022-08-25T04:37:20.431Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar
2022-08-25T04:37:20.431Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar
2022-08-25T04:37:20.593Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16992691876159301475/Definitions/service-DemoPnfQ0ep0m2plukzxzrbnqdt-template.yml
2022-08-25T04:37:20.754Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:37:20.770Z||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.
2022-08-25T04:37:20.770Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:37:20.820Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:37:20.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:37:20.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "clamp",
  "timestamp": 1661402109129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:37:20.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:37:20.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:37:20.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "cds",
  "timestamp": 1661402117402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:37:20.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:37:20.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:37:20.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "clamp",
  "timestamp": 1661402109129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:37:20.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:37:20.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:37:20.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "cds",
  "timestamp": 1661402117402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:37:20.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:37:20.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:37:20.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "clamp",
  "timestamp": 1661402109129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:37:20.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:37:20.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:37:20.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "cds",
  "timestamp": 1661402117402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:37:20.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:37:22.108Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-25T04:37:22.109Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-08-25T04:37:22.109Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar
2022-08-25T04:37:22.109Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-25T04:37:22.109Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bb717334-5fe8 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-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar
2022-08-25T04:37:22.109Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar
2022-08-25T04:37:22.109Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar
2022-08-25T04:37:22.109Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar
2022-08-25T04:37:22.110Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar
2022-08-25T04:37:22.111Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar
2022-08-25T04:37:22.111Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar
2022-08-25T04:37:22.111Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-08-25T04:37:22.111Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:37:22.111Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_q0EP0M2plUkzxzRbNqDT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:37:22.111Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Node template pNF bb717334-5fe8 0 is matching search criteria
2022-08-25T04:37:22.112Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-08-25T04:37:22.112Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF bb717334-5fe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:37:22.112Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:37:22.112Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_q0EP0M2plUkzxzRbNqDT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:37:22.112Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Node template pNF bb717334-5fe8 0 is matching search criteria
2022-08-25T04:37:22.112Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-08-25T04:37:22.113Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF bb717334-5fe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:37:22.113Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:37:22.113Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_q0EP0M2plUkzxzRbNqDT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:37:22.113Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:37:22.113Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_q0EP0M2plUkzxzRbNqDT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:37:22.113Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:37:22.114Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_q0EP0M2plUkzxzRbNqDT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:37:22.115Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:37:22.116Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_q0EP0M2plUkzxzRbNqDT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:37:22.116Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:37:22.116Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_q0EP0M2plUkzxzRbNqDT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:37:22.116Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_q0EP0M2plUkzxzRbNqDT
Description:catalog service description
Model UUID:c84b5031-c2ce-4425-b2f1-d5f5680ac977
Model Version:NULL
Model InvariantUuid:6d506a77-7174-4084-9912-650251aa6b02
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=?
2022-08-25T04:37:22.141Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 16c65f78-f119-40c0-9e73-8ebdf16246d3
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=?
2022-08-25T04:37:22.149Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||pNF bb717334-5fe8 0
2022-08-25T04:37:22.150Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 16c65f78-f119-40c0-9e73-8ebdf16246d3
2022-08-25T04:37:22.150Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||No resources found for Service: c84b5031-c2ce-4425-b2f1-d5f5680ac977
2022-08-25T04:37:22.159Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: c84b5031-c2ce-4425-b2f1-d5f5680ac977
2022-08-25T04:37:22.159Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bb717334-5fe8 0 16c65f78-f119-40c0-9e73-8ebdf16246d3 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=?
2022-08-25T04:37:22.167Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f228b3b, org.onap.sdc.toscaparser.api.parameters.Input@1322e91c, org.onap.sdc.toscaparser.api.parameters.Input@fb518b, org.onap.sdc.toscaparser.api.parameters.Input@3030fd92, org.onap.sdc.toscaparser.api.parameters.Input@2b50d3fc]
2022-08-25T04:37:22.169Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:37:22.173Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_q0EP0M2plUkzxzRbNqDT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:37:22.180Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid c84b5031-c2ce-4425-b2f1-d5f5680ac977: pNF bb717334-5fe8
2022-08-25T04:37:22.180Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||Processing PNF resource: 16c65f78-f119-40c0-9e73-8ebdf16246d3
2022-08-25T04:37:22.181Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:37:22.181Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_q0EP0M2plUkzxzRbNqDT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:37:22.181Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||Resource customization UUID: 2ba1287c-a6be-4821-a7f9-8c5b05b3019e is the same as notified resource customizationUUID: 2ba1287c-a6be-4821-a7f9-8c5b05b3019e
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 (?, ?)
2022-08-25T04:37:22.226Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bb717334-5fe8 16c65f78-f119-40c0-9e73-8ebdf16246d3 0 ASDC deployResourceStructure
2022-08-25T04:37:22.226Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar ASDC sendASDCNotification
2022-08-25T04:37:22.226Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar
2022-08-25T04:37:22.226Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:37:22.227Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:37:22.231Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:37:22.231Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402242226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:37:22.331Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:37:22.332Z||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.
2022-08-25T04:37:22.332Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:37:22.351Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:37:22.352Z||pool-109-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:37:23.232Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe04449a-196c-46b6-8a88-8fbbd130a2bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:37:23.246Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe04449a-196c-46b6-8a88-8fbbd130a2bd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:37:23.249Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:37:23.249Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:37:23.249Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:37:53.256Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe04449a-196c-46b6-8a88-8fbbd130a2bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:37:53.271Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe04449a-196c-46b6-8a88-8fbbd130a2bd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:37:53.276Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:37:53.276Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:37:53.276Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:38:20.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:38:20.728Z||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.
2022-08-25T04:38:20.729Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:38:20.780Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:38:20.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402119889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "clamp",
  "timestamp": 1661402109129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402120238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "cds",
  "timestamp": 1661402117402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402119889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "clamp",
  "timestamp": 1661402109129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402120238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "cds",
  "timestamp": 1661402117402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402119889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "clamp",
  "timestamp": 1661402109129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402120238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "cds",
  "timestamp": 1661402117402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402119889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "clamp",
  "timestamp": 1661402109129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402120238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "cds",
  "timestamp": 1661402117402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "aai-ml",
  "timestamp": 1661402123551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "policy-id",
  "timestamp": 1661402123875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402119889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "clamp",
  "timestamp": 1661402109129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:38:20.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402120238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "cds",
  "timestamp": 1661402117402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:38:20.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "aai-ml",
  "timestamp": 1661402123551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "policy-id",
  "timestamp": 1661402123875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402119889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402120238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:38:20.879Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "cds",
  "timestamp": 1661402126150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:38:20.882Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:38:20.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "aai-ml",
  "timestamp": 1661402123551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "policy-id",
  "timestamp": 1661402123875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402119889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402120238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "cds",
  "timestamp": 1661402127158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-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=?
2022-08-25T04:38:20.949Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fe04449a-196c-46b6-8a88-8fbbd130a2bd
2022-08-25T04:38:20.950Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe04449a-196c-46b6-8a88-8fbbd130a2bd 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 (?, ?, ?, ?, ?)
2022-08-25T04:38:20.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "aai-ml",
  "timestamp": 1661402123551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.979Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "policy-id",
  "timestamp": 1661402123875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.979Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402119889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:38:20.979Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402120238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.980Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "aai-ml",
  "timestamp": 1661402123551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.980Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "policy-id",
  "timestamp": 1661402123875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.981Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402128970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:38:20.981Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:38:20.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "aai-ml",
  "timestamp": 1661402123551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.981Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "policy-id",
  "timestamp": 1661402123875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.982Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402130009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T04:38:20.982Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:38:20.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "aai-ml",
  "timestamp": 1661402123551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.982Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "policy-id",
  "timestamp": 1661402123875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:20.982Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:20.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:20.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402131012,
  "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=?
2022-08-25T04:38:21.771Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of fe04449a-196c-46b6-8a88-8fbbd130a2bd
2022-08-25T04:38:21.771Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe04449a-196c-46b6-8a88-8fbbd130a2bd 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 (?, ?, ?, ?, ?)
2022-08-25T04:38:21.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:21.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "aai-ml",
  "timestamp": 1661402123551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:38:21.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:21.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:21.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "policy-id",
  "timestamp": 1661402123875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:38:21.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:21.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:21.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "aai-ml",
  "timestamp": 1661402132333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:38:21.788Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:38:21.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:21.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "policy-id",
  "timestamp": 1661402132709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:38:21.789Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:38:21.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:21.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "policy-id",
  "timestamp": 1661402133713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:38:21.789Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:38:21.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:21.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "policy-id",
  "timestamp": 1661402134717,
  "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=?
2022-08-25T04:38:21.796Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe04449a-196c-46b6-8a88-8fbbd130a2bd
2022-08-25T04:38:21.796Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe04449a-196c-46b6-8a88-8fbbd130a2bd 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 (?, ?, ?, ?, ?)
2022-08-25T04:38:21.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:21.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402134465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:21.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:21.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:21.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "clamp",
  "timestamp": 1661402135239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:38:21.810Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:38:21.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:21.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402134465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:21.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:21.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:21.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "clamp",
  "timestamp": 1661402136265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:38:21.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:38:21.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:21.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402134465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:21.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:21.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:21.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "aai-ml",
  "timestamp": 1661402137070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:38:21.822Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:38:21.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:21.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "clamp",
  "timestamp": 1661402137270,
  "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=?
2022-08-25T04:38:21.863Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fe04449a-196c-46b6-8a88-8fbbd130a2bd
2022-08-25T04:38:21.864Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe04449a-196c-46b6-8a88-8fbbd130a2bd 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 (?, ?, ?, ?, ?)
2022-08-25T04:38:21.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:21.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402134465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:21.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:21.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:21.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "aai-ml",
  "timestamp": 1661402138074,
  "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=?
2022-08-25T04:38:21.961Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fe04449a-196c-46b6-8a88-8fbbd130a2bd
2022-08-25T04:38:21.962Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe04449a-196c-46b6-8a88-8fbbd130a2bd 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 (?, ?, ?, ?, ?)
2022-08-25T04:38:21.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:21.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402134465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:21.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:21.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:21.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402134465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:21.996Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:21.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:21.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402134465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:38:21.998Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:21.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:21.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402134465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:38:21.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:38:22.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:22.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402143198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:38:22.001Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:38:22.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:22.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402145019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:38:22.002Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:38:22.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-25T04:38:22.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402146022,
  "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=?
2022-08-25T04:38:22.059Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fe04449a-196c-46b6-8a88-8fbbd130a2bd
2022-08-25T04:38:22.060Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe04449a-196c-46b6-8a88-8fbbd130a2bd 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 (?, ?, ?, ?, ?)
2022-08-25T04:38:23.277Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe04449a-196c-46b6-8a88-8fbbd130a2bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:38:23.380Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe04449a-196c-46b6-8a88-8fbbd130a2bd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:38:23.385Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:38:23.386Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T04:38:23.386Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T04:38:23.386Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T04:38:23.387Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:38:23.387Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:38:23.387Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:38:23.388Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:38:23.388Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:38:23.389Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:38:23.389Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:38:23.389Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:38:23.434Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T04:38:53.436Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fe04449a-196c-46b6-8a88-8fbbd130a2bd 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=?
2022-08-25T04:38:53.494Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fe04449a-196c-46b6-8a88-8fbbd130a2bd and serviceModelVersionId: c84b5031-c2ce-4425-b2f1-d5f5680ac977
2022-08-25T04:38:53.494Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d506a77-7174-4084-9912-650251aa6b02
2022-08-25T04:38:53.500Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d506a77-7174-4084-9912-650251aa6b02/model-vers/model-ver/c84b5031-c2ce-4425-b2f1-d5f5680ac977?depth=0
2022-08-25T04:38:53.536Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-08-25T04:38:53.717Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d506a77-7174-4084-9912-650251aa6b02/model-vers/model-ver/c84b5031-c2ce-4425-b2f1-d5f5680ac977?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]}
2022-08-25T04:38:53.727Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d506a77-7174-4084-9912-650251aa6b02/model-vers/model-ver/c84b5031-c2ce-4425-b2f1-d5f5680ac977?depth=0|INFO|500||Invoke
2022-08-25T04:38:53.805Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d506a77-7174-4084-9912-650251aa6b02/model-vers/model-ver/c84b5031-c2ce-4425-b2f1-d5f5680ac977?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-25T04:38:53.906Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d506a77-7174-4084-9912-650251aa6b02/model-vers/model-ver/c84b5031-c2ce-4425-b2f1-d5f5680ac977?depth=0|INFO|500||InvokeReturn
2022-08-25T04:38:53.907Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d506a77-7174-4084-9912-650251aa6b02/model-vers/model-ver/c84b5031-c2ce-4425-b2f1-d5f5680ac977?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220825-04:38:53:839-83431], vertex-id=[446584], Content-Length=[0], Date=[Thu, 25 Aug 2022 04:38:53 GMT], Content-Type=[application/json]}
2022-08-25T04:38:53.907Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-08-25T04:38:53.908Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-25T04:38:53.908Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T04:38:53.926Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-25T04:38:53.927Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fe04449a-196c-46b6-8a88-8fbbd130a2bd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-25T04:38:53.927Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-25T04:38:53.927Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:38:53.932Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:38:53.932Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402333927,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:38:54.031Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T04:38:54.032Z||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.
2022-08-25T04:38:54.032Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:38:54.061Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:38:54.062Z||pool-110-thread-1|||||INFO|500||cambria reply ok (31 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=?
2022-08-25T04:38:54.948Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:38:54.949Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|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.
2022-08-25T04:38:54.949Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:39:04.496Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:39:04.497Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:39:04.498Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|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.
2022-08-25T04:39:04.499Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:39:14.062Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:39:14.064Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:39:14.065Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|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.
2022-08-25T04:39:14.066Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:39:20.727Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:39:20.728Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|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.
2022-08-25T04:39:20.728Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:39:20.799Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:39:20.800Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-25T04:39:20.800Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402225534,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:39:20.803Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:39:20.805Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-25T04:39:20.805Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402226559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:39:20.806Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:39:20.806Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-25T04:39:20.807Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402226559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:39:20.808Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:39:20.808Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-25T04:39:20.808Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402226559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:39:20.809Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:39:20.809Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-25T04:39:20.809Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402226559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:39:20.809Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:39:20.809Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-25T04:39:20.809Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402226559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:39:20.809Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:39:20.810Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-25T04:39:20.810Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402226559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/resourceInstances/pnfbb7173345fe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:39:20.810Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:39:20.810Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-25T04:39:20.810Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402226559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:39:20.811Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:39:20.811Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-25T04:39:20.811Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402226559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:39:20.811Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:39:20.811Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-25T04:39:20.811Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402239421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:39:20.812Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:39:23.627Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:39:23.628Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:39:23.631Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:39:23.631Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:39:33.203Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:39:33.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:39:33.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:39:33.207Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:39:42.776Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:40:20.718Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:40:20.719Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:40:20.719Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:40:20.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:40:20.727Z||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.
2022-08-25T04:40:20.727Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:40:20.762Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:40:20.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:40:20.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402242226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ0ep0m2plukzxzrbnqdt/1.0/artifacts/service-DemoPnfQ0ep0m2plukzxzrbnqdt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:40:20.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:40:30.293Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:41:20.715Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:41:20.717Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:41:20.717Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:41:20.726Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:41:20.728Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|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.
2022-08-25T04:41:20.729Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:41:21.263Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:41:21.263Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:41:21.264Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04449a-196c-46b6-8a88-8fbbd130a2bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402333927,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:41:21.265Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:41:30.285Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:42:20.716Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:42:20.716Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:42:20.717Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:42:20.727Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:42:20.728Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|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.
2022-08-25T04:42:20.728Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:42:30.317Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:42:30.373Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:43:20.716Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:43:20.717Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:43:20.717Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:43:20.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:43:20.727Z||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.
2022-08-25T04:43:20.727Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:43:30.335Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:43:30.335Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:44:20.720Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:44:20.721Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:44:20.721Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:44:20.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:44:20.731Z||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.
2022-08-25T04:44:20.733Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:44:20.920Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:44:20.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402639889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "aai-ml",
  "timestamp": 1661402633551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402640238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402640238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "aai-ml",
  "timestamp": 1661402633551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402639889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T04:44:20.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "cds",
  "timestamp": 1661402642402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402640238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "aai-ml",
  "timestamp": 1661402633551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402639889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:44:20.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "cds",
  "timestamp": 1661402642402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402640238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402639889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.955Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "aai-ml",
  "timestamp": 1661402633551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.956Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "policy-id",
  "timestamp": 1661402643875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.960Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402644466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.961Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.962Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "cds",
  "timestamp": 1661402642402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.962Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.962Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402640238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.963Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402639889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-25T04:44:20.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "aai-ml",
  "timestamp": 1661402633551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "policy-id",
  "timestamp": 1661402643875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.966Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402644466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.966Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "cds",
  "timestamp": 1661402642402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402640238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.968Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402639889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.969Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "aai-ml",
  "timestamp": 1661402633551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "policy-id",
  "timestamp": 1661402643875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:44:20.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402644466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "cds",
  "timestamp": 1661402642402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402640238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.973Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402639889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.974Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "aai-ml",
  "timestamp": 1661402633551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.975Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "policy-id",
  "timestamp": 1661402643875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402644466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "cds",
  "timestamp": 1661402642402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.977Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402640238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.977Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402639889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:44:20.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "aai-ml",
  "timestamp": 1661402633551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:44:20.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "policy-id",
  "timestamp": 1661402643875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402644466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "cds",
  "timestamp": 1661402642402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "policy-id",
  "timestamp": 1661402643875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402649339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:44:20.983Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:44:20.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "aai-ml",
  "timestamp": 1661402649220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:44:20.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:44:20.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402644466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "clamp",
  "timestamp": 1661402649129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "cds",
  "timestamp": 1661402642402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:44:20.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "policy-id",
  "timestamp": 1661402643875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402650411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:44:20.990Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:44:20.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402644466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "clamp",
  "timestamp": 1661402649129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T04:44:20.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "cds",
  "timestamp": 1661402651152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:44:20.991Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:44:20.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "policy-id",
  "timestamp": 1661402643875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:44:20.992Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402651466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:44:20.993Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:44:20.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402644466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:44:20.993Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "clamp",
  "timestamp": 1661402649129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:20.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:20.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "policy-id",
  "timestamp": 1661402652636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:44:20.994Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:44:20.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:20.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402652488,
  "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 (?, ?, ?, ?, ?)
2022-08-25T04:44:21.077Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0bb3bd31-5dc6-416a-91ac-3788efc0ef5f
2022-08-25T04:44:21.079Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bb3bd31-5dc6-416a-91ac-3788efc0ef5f 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 (?, ?, ?, ?, ?)
2022-08-25T04:44:21.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402653203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:44:21.132Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:44:21.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "clamp",
  "timestamp": 1661402649129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:21.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:21.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "policy-id",
  "timestamp": 1661402653642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:44:21.133Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:44:21.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402653493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T04:44:21.134Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:44:21.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "cds",
  "timestamp": 1661402653808,
  "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=?
2022-08-25T04:44:21.168Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0bb3bd31-5dc6-416a-91ac-3788efc0ef5f
2022-08-25T04:44:21.168Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bb3bd31-5dc6-416a-91ac-3788efc0ef5f 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 (?, ?, ?, ?, ?)
2022-08-25T04:44:21.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "clamp",
  "timestamp": 1661402649129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:21.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:21.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "policy-id",
  "timestamp": 1661402654644,
  "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=?
2022-08-25T04:44:21.222Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0bb3bd31-5dc6-416a-91ac-3788efc0ef5f
2022-08-25T04:44:21.222Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bb3bd31-5dc6-416a-91ac-3788efc0ef5f 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=?
2022-08-25T04:44:21.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "cds",
  "timestamp": 1661402642402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:21.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:21.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "clamp",
  "timestamp": 1661402649129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:21.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:21.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402655635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:44:21.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:44:21.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "policy-id",
  "timestamp": 1661402643875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:21.266Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:21.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "cds",
  "timestamp": 1661402642402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:21.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:21.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "clamp",
  "timestamp": 1661402649129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:21.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:21.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "aai-ml",
  "timestamp": 1661402656155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:44:21.269Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:44:21.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402656645,
  "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=?
2022-08-25T04:44:21.283Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0bb3bd31-5dc6-416a-91ac-3788efc0ef5f
2022-08-25T04:44:21.284Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bb3bd31-5dc6-416a-91ac-3788efc0ef5f 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 (?, ?, ?, ?, ?)
2022-08-25T04:44:21.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "policy-id",
  "timestamp": 1661402643875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:21.328Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:21.329Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.330Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "cds",
  "timestamp": 1661402642402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:21.331Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:21.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "clamp",
  "timestamp": 1661402649129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:44:21.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:21.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "aai-ml",
  "timestamp": 1661402657159,
  "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=?
2022-08-25T04:44:21.347Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0bb3bd31-5dc6-416a-91ac-3788efc0ef5f
2022-08-25T04:44:21.348Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bb3bd31-5dc6-416a-91ac-3788efc0ef5f 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 (?, ?, ?, ?, ?)
2022-08-25T04:44:21.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402644466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:21.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:21.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "policy-id",
  "timestamp": 1661402643875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:44:21.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:21.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "cds",
  "timestamp": 1661402642402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:21.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:21.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402644466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:21.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:21.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "policy-id",
  "timestamp": 1661402643875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:21.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:21.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "cds",
  "timestamp": 1661402642402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:21.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:21.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402644466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:21.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:21.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "policy-id",
  "timestamp": 1661402643875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:21.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:21.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "cds",
  "timestamp": 1661402642402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:21.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:21.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402644466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:21.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:44:21.411Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:44:21.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T04:44:21.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"0bb3bd31-5dc6-416a-91ac-3788efc0ef5f","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"16472ff3-e792-4c20-9962-469846f5e41e","serviceDescription":"service","serviceInvariantUUID":"a1ee1b7c-ec7f-4a59-b98c-1b81c2a7ac31","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2b241738-a66d-45db-ab1a-5e1b5d9d52eb","resourceInvariantUUID":"b6d4cfaf-d917-4c5e-a093-9fe30ea8610b","resourceCustomizationUUID":"a505eb06-15ae-4ec0-b8ec-475232de5a05","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":"ZWMzNDY4OTg1NzUyMDY1MWJjZjk3ZTFiNDhjMjAzZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a33b404e-73dd-4821-93b7-8260c872581c","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":"NDllZDc5NzA2NzkzMmVlZWRjZjljY2VmYzgxZjE1YTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"71085187-402c-4dec-9541-a5592c2ba82a","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":"4b6056e3-0c1a-467b-88cf-60a206efac82","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":"1208acb6-50be-4234-bd09-8afb79eacaaa","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":"691a6083-a0c3-4ac4-8908-8fd339346676","artifactVersion":"2","generatedFromUUID":"4b6056e3-0c1a-467b-88cf-60a206efac82"},{"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":"ODhkYWYwOGMxOTEyMjVhMGZhZTA4NjQxNDljZDI2ZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ecf8f621-445b-4537-a8ff-0f8392492431","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":"MDM3MWMyOGViNWM0YTBhOGJlNzg3ODIzZmRlMmI3MGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"30a0d623-04eb-42b8-bc9c-78f86628472f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZmJmYTlmOTBiMWM0YWRjMWIwYjAyMzdjMzU3NDdiM2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"af19bc8f-60ef-4c6e-8f1d-d94b23ea1b4e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T04:44:21.418Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:44:21.419Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:44:21.436Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:44:21.436Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:21.532Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-25T04:44:21.535Z||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.
2022-08-25T04:44:21.535Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:44:21.574Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:44:21.576Z||pool-111-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:44:22.443Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:44:22.443Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:44:22.504Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:44:22.512Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T04:44:22.603Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-08-25T04:44:22.604Z||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.
2022-08-25T04:44:22.604Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:44:22.636Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:44:22.637Z||pool-112-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:44:23.513Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:44:23.513Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:44:23.517Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:44:23.528Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:44:23.624Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-25T04:44:23.633Z||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.
2022-08-25T04:44:23.633Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:44:23.673Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:44:23.673Z||pool-113-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:44:24.533Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:44:24.537Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:44:24.569Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:44:24.570Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:24.672Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-25T04:44:24.673Z||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.
2022-08-25T04:44:24.673Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:44:24.697Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:44:24.698Z||pool-114-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:44:25.588Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:44:25.589Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:44:25.592Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:44:25.592Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-25T04:44:25.692Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:44:25.693Z||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.
2022-08-25T04:44:25.693Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:44:25.731Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:44:25.731Z||pool-115-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:44:26.593Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:44:26.597Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:44:26.633Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:44:26.633Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:26.732Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:44:26.737Z||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.
2022-08-25T04:44:26.737Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:44:26.790Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:44:26.796Z||pool-116-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:44:27.637Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:44:27.638Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:44:27.662Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:44:27.662Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:44:27.773Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-08-25T04:44:27.776Z||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.
2022-08-25T04:44:27.777Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:44:27.823Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:44:27.829Z||pool-117-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:44:28.663Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:44:28.664Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:44:28.666Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:44:28.666Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:44:28.769Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-25T04:44:28.770Z||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.
2022-08-25T04:44:28.770Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:44:28.838Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:44:28.839Z||pool-118-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:44:29.675Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "16472ff3-e792-4c20-9962-469846f5e41e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a1ee1b7c-ec7f-4a59-b98c-1b81c2a7ac31",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "a505eb06-15ae-4ec0-b8ec-475232de5a05",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2b241738-a66d-45db-ab1a-5e1b5d9d52eb",
      "resourceInvariantUUID": "b6d4cfaf-d917-4c5e-a093-9fe30ea8610b",
      "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": "NDllZDc5NzA2NzkzMmVlZWRjZjljY2VmYzgxZjE1YTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "71085187-402c-4dec-9541-a5592c2ba82a",
          "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": "4b6056e3-0c1a-467b-88cf-60a206efac82",
          "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": "691a6083-a0c3-4ac4-8908-8fd339346676",
            "generatedFromUUID": "4b6056e3-0c1a-467b-88cf-60a206efac82"
          },
          "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": "691a6083-a0c3-4ac4-8908-8fd339346676",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZmJmYTlmOTBiMWM0YWRjMWIwYjAyMzdjMzU3NDdiM2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "af19bc8f-60ef-4c6e-8f1d-d94b23ea1b4e"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T04:44:29.676Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T04:44:29.676Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 16472ff3-e792-4c20-9962-469846f5e41e ASDC
2022-08-25T04:44:29.676Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:0bb3bd31-5dc6-416a-91ac-3788efc0ef5f
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:16472ff3-e792-4c20-9962-469846f5e41e
ServiceInvariantUUID:a1ee1b7c-ec7f-4a59-b98c-1b81c2a7ac31
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:af19bc8f-60ef-4c6e-8f1d-d94b23ea1b4e
ArtifactChecksum:ZmJmYTlmOTBiMWM0YWRjMWIwYjAyMzdjMzU3NDdiM2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:a505eb06-15ae-4ec0-b8ec-475232de5a05
ResourceInvariantUUID:b6d4cfaf-d917-4c5e-a093-9fe30ea8610b
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2b241738-a66d-45db-ab1a-5e1b5d9d52eb
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:71085187-402c-4dec-9541-a5592c2ba82a
ArtifactChecksum:NDllZDc5NzA2NzkzMmVlZWRjZjljY2VmYzgxZjE1YTE=
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:4b6056e3-0c1a-467b-88cf-60a206efac82
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:691a6083-a0c3-4ac4-8908-8fd339346676
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:691a6083-a0c3-4ac4-8908-8fd339346676
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-25T04:44:29.677Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 16472ff3-e792-4c20-9962-469846f5e41e 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=?
2022-08-25T04:44:29.939Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:44:29.941Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-25T04:44:29.941Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-25T04:44:29.941Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: af19bc8f-60ef-4c6e-8f1d-d94b23ea1b4e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-25T04:44:29.941Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-25T04:44:29.941Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-25T04:44:30.106Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-25T04:44:30.154Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar af19bc8f-60ef-4c6e-8f1d-d94b23ea1b4e 78805
2022-08-25T04:44:30.158Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-08-25T04:44:30.159Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-25T04:44:30.159Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:44:30.160Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:44:30.195Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:44:30.197Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402670158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:44:30.276Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2022-08-25T04:44:30.282Z||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.
2022-08-25T04:44:30.283Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:44:30.310Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:44:30.311Z||pool-119-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:44:31.199Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:44:31.201Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-25T04:44:31.206Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: af19bc8f-60ef-4c6e-8f1d-d94b23ea1b4e, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-25T04:44:31.207Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-08-25T04:44:31.208Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-25T04:44:31.208Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-25T04:44:31.596Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP216113264672164734/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
2022-08-25T04:44:35.081Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-25T04:44:35.082Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-25T04:44:35.082Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-25T04:44:35.082Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-25T04:44:35.082Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||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
2022-08-25T04:44:35.082Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||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
2022-08-25T04:44:35.082Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-25T04:44:35.082Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-25T04:44:35.082Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-25T04:44:35.082Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||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
2022-08-25T04:44:35.082Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-25T04:44:35.083Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||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
2022-08-25T04:44:35.083Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-25T04:44:35.083Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-25T04:44:35.083Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:35.083Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:44:35.083Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-25T04:44:35.083Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-25T04:44:35.095Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:44:35.095Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:35.095Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:44:35.096Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-25T04:44:35.096Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-25T04:44:35.096Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:44:35.096Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:35.097Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:44:35.097Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:35.097Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-25T04:44:35.097Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-08-25T04:44:35.097Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-08-25T04:44:35.097Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-08-25T04:44:35.097Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-25T04:44:35.097Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-25T04:44:35.098Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:35.098Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T04:44:35.098Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:35.098Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-25T04:44:35.098Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:44:35.098Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:35.099Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-25T04:44:35.099Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:44:35.099Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:35.099Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-25T04:44:35.099Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:44:35.099Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:35.099Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-25T04:44:35.099Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-25T04:44:35.100Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-25T04:44:35.100Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6bbbca06-ccdd-4869-b852-41acce2bc6d2
2022-08-25T04:44:35.113Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:35.113Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:44:35.113Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:35.114Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:44:35.114Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:35.114Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:44:35.115Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:35.116Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:44:35.116Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:16472ff3-e792-4c20-9962-469846f5e41e
Model Version:NULL
Model InvariantUuid:a1ee1b7c-ec7f-4a59-b98c-1b81c2a7ac31
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:8e8119e7-287f-47af-a317-6f1026212b6c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b6d4cfaf-d917-4c5e-a093-9fe30ea8610b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a505eb06-15ae-4ec0-b8ec-475232de5a05
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:41fa4f97-d30b-4a0b-99cf-8b3aff0a8410
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b3935378-1ff0-4c4a-9510-6da1a7cce9f2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6bbbca06-ccdd-4869-b852-41acce2bc6d2
ModelInvariantUuid:cf0f5ae2-4f3b-4a10-8835-80829f299ee5
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:8d3e8d79-9f91-48c6-a329-2115a2926935
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:25a8238a-e433-4305-92b3-66a4e0845595
ModelInvariantUuid:60ac2bad-a727-4df1-b2fe-04e267cadcc4
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:45b75e18-5839-4f5e-a8b9-46412cb0f72e
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=?
2022-08-25T04:44:35.145Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 2b241738-a66d-45db-ab1a-5e1b5d9d52eb
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=?
2022-08-25T04:44:35.159Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2022-08-25T04:44:35.160Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2b241738-a66d-45db-ab1a-5e1b5d9d52eb
2022-08-25T04:44:35.160Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 71085187-402c-4dec-9541-a5592c2ba82a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-08-25T04:44:35.160Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-25T04:44:35.161Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||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
2022-08-25T04:44:35.230Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-25T04:44:35.230Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 71085187-402c-4dec-9541-a5592c2ba82a 792
2022-08-25T04:44:35.230Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||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
2022-08-25T04:44:35.231Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||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
2022-08-25T04:44:35.231Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:44:35.231Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:44:35.237Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:44:35.238Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402675230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:44:35.337Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:44:35.346Z||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.
2022-08-25T04:44:35.348Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:44:35.380Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:44:35.381Z||pool-120-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:44:36.239Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "41fa4f97-d30b-4a0b-99cf-8b3aff0a8410",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b3935378-1ff0-4c4a-9510-6da1a7cce9f2",
    "vfModuleModelCustomizationUUID": "52b48cc8-c4bd-4936-81a4-b3fc1353c78f",
    "isBase": true,
    "artifacts": [
      "4b6056e3-0c1a-467b-88cf-60a206efac82",
      "691a6083-a0c3-4ac4-8908-8fd339346676"
    ],
    "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": ""
    }
  }
]
2022-08-25T04:44:36.248Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3935378-1ff0-4c4a-9510-6da1a7cce9f2
VfModuleModelInvariantUUID:41fa4f97-d30b-4a0b-99cf-8b3aff0a8410
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b6056e3-0c1a-467b-88cf-60a206efac82
,
691a6083-a0c3-4ac4-8908-8fd339346676

}
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


}

2022-08-25T04:44:36.250Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "41fa4f97-d30b-4a0b-99cf-8b3aff0a8410",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b3935378-1ff0-4c4a-9510-6da1a7cce9f2",
    "vfModuleModelCustomizationUUID": "52b48cc8-c4bd-4936-81a4-b3fc1353c78f",
    "isBase": true,
    "artifacts": [
      "4b6056e3-0c1a-467b-88cf-60a206efac82",
      "691a6083-a0c3-4ac4-8908-8fd339346676"
    ],
    "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": ""
    }
  }
]
2022-08-25T04:44:36.250Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3935378-1ff0-4c4a-9510-6da1a7cce9f2
VfModuleModelInvariantUUID:41fa4f97-d30b-4a0b-99cf-8b3aff0a8410
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b6056e3-0c1a-467b-88cf-60a206efac82
,
691a6083-a0c3-4ac4-8908-8fd339346676

}
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


}

2022-08-25T04:44:36.250Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4b6056e3-0c1a-467b-88cf-60a206efac82 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-08-25T04:44:36.250Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-25T04:44:36.251Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||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
2022-08-25T04:44:36.320Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-25T04:44:36.321Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 4b6056e3-0c1a-467b-88cf-60a206efac82 5033
2022-08-25T04:44:36.321Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||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
2022-08-25T04:44:36.321Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||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
2022-08-25T04:44:36.321Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:44:36.322Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:44:36.350Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:44:36.350Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402676321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:44:36.425Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms
2022-08-25T04:44:36.427Z||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.
2022-08-25T04:44:36.427Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:44:36.454Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:44:36.455Z||pool-121-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:44:37.352Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 691a6083-a0c3-4ac4-8908-8fd339346676 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-08-25T04:44:37.359Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-25T04:44:37.360Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||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
2022-08-25T04:44:37.411Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-25T04:44:37.412Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 691a6083-a0c3-4ac4-8908-8fd339346676 903
2022-08-25T04:44:37.412Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||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
2022-08-25T04:44:37.412Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||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
2022-08-25T04:44:37.413Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:44:37.413Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:44:37.415Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:44:37.416Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402677412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:44:37.515Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:44:37.516Z||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.
2022-08-25T04:44:37.516Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:44:37.541Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:44:37.541Z||pool-122-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:44:38.417Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 16472ff3-e792-4c20-9962-469846f5e41e
2022-08-25T04:44:38.418Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 2b241738-a66d-45db-ab1a-5e1b5d9d52eb 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=?
2022-08-25T04:44:38.479Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15fbc467, org.onap.sdc.toscaparser.api.parameters.Input@252d785d, org.onap.sdc.toscaparser.api.parameters.Input@4ea252c3, org.onap.sdc.toscaparser.api.parameters.Input@42bc420, org.onap.sdc.toscaparser.api.parameters.Input@4fb8f03e]
2022-08-25T04:44:38.483Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:38.483Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:44:38.484Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-08-25T04:44:38.484Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= a505eb06-15ae-4ec0-b8ec-475232de5a05
2022-08-25T04:44:38.484Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a505eb06-15ae-4ec0-b8ec-475232de5a05 matches Tosca VF Customization UUID: a505eb06-15ae-4ec0-b8ec-475232de5a05
2022-08-25T04:44:38.484Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: a505eb06-15ae-4ec0-b8ec-475232de5a05  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=?
2022-08-25T04:44:38.488Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:38.495Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:44:38.496Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id a505eb06-15ae-4ec0-b8ec-475232de5a05: {\"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\"}
2022-08-25T04:44:38.496Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a12de4
2022-08-25T04:44:38.496Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:38.496Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T04:44:38.497Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 52b48cc8-c4bd-4936-81a4-b3fc1353c78f
2022-08-25T04:44:38.497Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 52b48cc8-c4bd-4936-81a4-b3fc1353c78f
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=?
2022-08-25T04:44:38.507Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:38.508Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-25T04:44:38.508Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:44:38.508Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:38.509Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-25T04:44:38.509Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:44:38.509Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:38.509Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-25T04:44:38.509Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-25T04:44:38.509Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-25T04:44:38.509Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6bbbca06-ccdd-4869-b852-41acce2bc6d2
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=?
2022-08-25T04:44:38.526Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:38.530Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-25T04:44:38.530Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:44:38.531Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:38.531Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-25T04:44:38.531Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a505eb06-15ae-4ec0-b8ec-475232de5a05
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=?
2022-08-25T04:44:38.540Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:38.540Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:44:38.541Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 16472ff3-e792-4c20-9962-469846f5e41e: basic_vm_macro
2022-08-25T04:44:38.541Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:38.542Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:44:38.542Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:38.542Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:44:38.543Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:38.546Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:44:38.547Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:38.548Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:44:38.551Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:44:38.551Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:44:38.551Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||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 (?, ?, ?, ?, ?)
2022-08-25T04:44:38.817Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 2b241738-a66d-45db-ab1a-5e1b5d9d52eb 1 ASDC deployResourceStructure
2022-08-25T04:44:38.818Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||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
2022-08-25T04:44:38.818Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||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
2022-08-25T04:44:38.818Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:44:38.819Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:44:38.823Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:44:38.824Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402678818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T04:44:38.925Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:44:38.928Z||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.
2022-08-25T04:44:38.928Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:44:38.960Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:44:38.961Z||pool-123-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:44:39.832Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||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
2022-08-25T04:44:39.833Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||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
2022-08-25T04:44:39.833Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:44:39.834Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:44:39.837Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:44:39.837Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402679832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T04:44:39.937Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:44:39.940Z||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.
2022-08-25T04:44:39.940Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:44:39.972Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:44:39.972Z||pool-124-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:44:40.839Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||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
2022-08-25T04:44:40.839Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||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
2022-08-25T04:44:40.839Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:44:40.840Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:44:40.843Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:44:40.844Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402680838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-25T04:44:40.949Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-08-25T04:44:40.950Z||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.
2022-08-25T04:44:40.950Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:44:40.975Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:44:40.975Z||pool-125-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:44:41.848Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-08-25T04:44:41.848Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-25T04:44:41.848Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:44:41.848Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:44:41.852Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:44:41.853Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402681848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:44:41.953Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:44:41.954Z||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.
2022-08-25T04:44:41.954Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:44:41.972Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:44:41.973Z||pool-126-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:44:42.854Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0bb3bd31-5dc6-416a-91ac-3788efc0ef5f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:44:42.866Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0bb3bd31-5dc6-416a-91ac-3788efc0ef5f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:44:42.869Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:44:42.870Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T04:44:42.870Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T04:44:42.870Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T04:44:42.870Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:44:42.871Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:44:42.871Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:44:42.871Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:44:42.871Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:44:42.871Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:44:42.876Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T04:45:12.877Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0bb3bd31-5dc6-416a-91ac-3788efc0ef5f 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=?
2022-08-25T04:45:12.926Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0bb3bd31-5dc6-416a-91ac-3788efc0ef5f and serviceModelVersionId: 16472ff3-e792-4c20-9962-469846f5e41e
2022-08-25T04:45:12.926Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a1ee1b7c-ec7f-4a59-b98c-1b81c2a7ac31
2022-08-25T04:45:12.931Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a1ee1b7c-ec7f-4a59-b98c-1b81c2a7ac31/model-vers/model-ver/16472ff3-e792-4c20-9962-469846f5e41e?depth=0
2022-08-25T04:45:12.963Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-08-25T04:45:13.208Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1ee1b7c-ec7f-4a59-b98c-1b81c2a7ac31/model-vers/model-ver/16472ff3-e792-4c20-9962-469846f5e41e?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]}
2022-08-25T04:45:13.221Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1ee1b7c-ec7f-4a59-b98c-1b81c2a7ac31/model-vers/model-ver/16472ff3-e792-4c20-9962-469846f5e41e?depth=0|INFO|500||Invoke
2022-08-25T04:45:13.390Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1ee1b7c-ec7f-4a59-b98c-1b81c2a7ac31/model-vers/model-ver/16472ff3-e792-4c20-9962-469846f5e41e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-25T04:45:13.514Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1ee1b7c-ec7f-4a59-b98c-1b81c2a7ac31/model-vers/model-ver/16472ff3-e792-4c20-9962-469846f5e41e?depth=0|INFO|500||InvokeReturn
2022-08-25T04:45:13.514Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1ee1b7c-ec7f-4a59-b98c-1b81c2a7ac31/model-vers/model-ver/16472ff3-e792-4c20-9962-469846f5e41e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220825-04:45:13:425-95226], vertex-id=[270472], Content-Length=[0], Date=[Thu, 25 Aug 2022 04:45:13 GMT], Content-Type=[application/json]}
2022-08-25T04:45:13.514Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-08-25T04:45:13.520Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-25T04:45:13.521Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T04:45:13.539Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-25T04:45:13.543Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0bb3bd31-5dc6-416a-91ac-3788efc0ef5f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-25T04:45:13.544Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-25T04:45:13.545Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:45:13.556Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:45:13.557Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402713543,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:45:13.654Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-25T04:45:13.657Z||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.
2022-08-25T04:45:13.657Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:45:13.754Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:45:13.755Z||pool-127-thread-1|||||INFO|500||cambria reply ok (99 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=?
2022-08-25T04:45:14.679Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T04:45:14.679Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"426655f1-b895-41eb-a990-307411a6023c","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"0a46046e-33c6-4500-9232-b5398b6fbdd3","serviceDescription":"service","serviceInvariantUUID":"841d9922-2a46-4f84-865f-55785632934f","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"04d52b7e-2587-469a-9eee-9026740adeb2","resourceInvariantUUID":"f3bad476-2a1a-451d-91d3-e50465686176","resourceCustomizationUUID":"81f2e7e8-2e57-4ceb-8c8c-97354a7c1942","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"Njg1Yjc4ZTc5NGQ0N2ZjN2VhMDdkMmU0Y2NkNzczNTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce7205c3-9a32-4ecf-be3a-afd8991d0235","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"MTg1M2I0N2Q0ZTU0NDUyYThkMzE0NzZlNTVlY2QwMjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea28af66-923f-4d21-8bc2-1112bbade6d2","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0ceb356b-55a0-4311-a538-dc2a40c35906","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3ef5f71a-c2c4-4ff9-9499-4687bc8962c3","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4d585c71-47ad-4f6d-acaa-b15bc7bc0b58","artifactVersion":"2","generatedFromUUID":"211696b4-c5b5-429a-abcc-737cb478f751"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"76b91ce1-e149-4231-9149-3d7a25b0a81f","artifactVersion":"2","generatedFromUUID":"0ceb356b-55a0-4311-a538-dc2a40c35906"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"211696b4-c5b5-429a-abcc-737cb478f751","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a5236414-f606-44c2-81b9-26a758e92a04","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"NzI5YmUyMzc1Yzk1OWU4NDQ5YWNiMzUxMTEyYzc1Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"03e6fd55-c6f5-44a3-a7f2-88dcf906a10d","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YThmNzM5NTM3YjU1OTM5M2NiZDNiMDM2NmZlOTA1ZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e18615d8-1f88-4a47-a882-91355bb5b618","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T04:45:14.680Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:45:14.681Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:45:14.684Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:45:14.685Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:45:14.788Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-25T04:45:14.790Z||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.
2022-08-25T04:45:14.790Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:45:14.811Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:45:14.812Z||pool-128-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:45:15.685Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:45:15.686Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:45:15.705Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:45:15.705Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T04:45:15.791Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2022-08-25T04:45:15.794Z||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.
2022-08-25T04:45:15.794Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:45:15.857Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:45:15.859Z||pool-129-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:45:16.718Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:45:16.722Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:45:16.779Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:45:16.780Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:45:16.857Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 76 ms
2022-08-25T04:45:16.861Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:45:16.861Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:45:16.897Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:45:16.899Z||pool-130-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:45:17.784Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:45:17.785Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:45:17.789Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:45:17.789Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:45:17.891Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T04:45:17.894Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:45:17.895Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:45:17.941Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:45:17.943Z||pool-131-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:45:18.790Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:45:18.791Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:45:18.798Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:45:18.798Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-25T04:45:18.899Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T04:45:18.901Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:45:18.901Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:45:18.923Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:45:18.924Z||pool-132-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:45:19.800Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:45:19.806Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:45:19.822Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:45:19.823Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-25T04:45:19.918Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-08-25T04:45:19.921Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:45:19.922Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:45:19.954Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:45:19.956Z||pool-133-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:45:20.728Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:45:20.733Z||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.
2022-08-25T04:45:20.734Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:45:20.765Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:45:20.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:45:20.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "policy-id",
  "timestamp": 1661402643875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:45:20.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:45:20.826Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:45:20.842Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:45:20.852Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:45:20.852Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-25T04:45:20.953Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:45:20.955Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:45:20.955Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:45:20.977Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:45:20.979Z||pool-134-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:45:21.854Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:45:21.856Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:45:21.862Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:45:21.862Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:45:21.964Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T04:45:21.965Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:45:21.966Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:45:21.984Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:45:21.985Z||pool-135-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:45:22.863Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:45:22.864Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:45:22.877Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:45:22.877Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:45:22.977Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:45:22.981Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:45:22.981Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:45:23.055Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:45:23.059Z||pool-136-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:45:23.887Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:45:23.889Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:45:23.909Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:45:23.910Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:45:24.006Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-08-25T04:45:24.011Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:45:24.012Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:45:24.046Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:45:24.047Z||pool-137-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:45:24.924Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0a46046e-33c6-4500-9232-b5398b6fbdd3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "841d9922-2a46-4f84-865f-55785632934f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "81f2e7e8-2e57-4ceb-8c8c-97354a7c1942",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "04d52b7e-2587-469a-9eee-9026740adeb2",
      "resourceInvariantUUID": "f3bad476-2a1a-451d-91d3-e50465686176",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "MTg1M2I0N2Q0ZTU0NDUyYThkMzE0NzZlNTVlY2QwMjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea28af66-923f-4d21-8bc2-1112bbade6d2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0ceb356b-55a0-4311-a538-dc2a40c35906",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "76b91ce1-e149-4231-9149-3d7a25b0a81f",
            "generatedFromUUID": "0ceb356b-55a0-4311-a538-dc2a40c35906"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4d585c71-47ad-4f6d-acaa-b15bc7bc0b58",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "76b91ce1-e149-4231-9149-3d7a25b0a81f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "211696b4-c5b5-429a-abcc-737cb478f751",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YThmNzM5NTM3YjU1OTM5M2NiZDNiMDM2NmZlOTA1ZmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e18615d8-1f88-4a47-a882-91355bb5b618"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T04:45:24.925Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T04:45:24.926Z|0bb3bd31-5dc6-416a-91ac-3788efc0ef5f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0a46046e-33c6-4500-9232-b5398b6fbdd3 ASDC
2022-08-25T04:45:24.928Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:426655f1-b895-41eb-a990-307411a6023c
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:0a46046e-33c6-4500-9232-b5398b6fbdd3
ServiceInvariantUUID:841d9922-2a46-4f84-865f-55785632934f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:e18615d8-1f88-4a47-a882-91355bb5b618
ArtifactChecksum:YThmNzM5NTM3YjU1OTM5M2NiZDNiMDM2NmZlOTA1ZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:81f2e7e8-2e57-4ceb-8c8c-97354a7c1942
ResourceInvariantUUID:f3bad476-2a1a-451d-91d3-e50465686176
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:04d52b7e-2587-469a-9eee-9026740adeb2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:ea28af66-923f-4d21-8bc2-1112bbade6d2
ArtifactChecksum:MTg1M2I0N2Q0ZTU0NDUyYThkMzE0NzZlNTVlY2QwMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:0ceb356b-55a0-4311-a538-dc2a40c35906
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:76b91ce1-e149-4231-9149-3d7a25b0a81f
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:4d585c71-47ad-4f6d-acaa-b15bc7bc0b58
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:76b91ce1-e149-4231-9149-3d7a25b0a81f
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:211696b4-c5b5-429a-abcc-737cb478f751
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-25T04:45:24.928Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0a46046e-33c6-4500-9232-b5398b6fbdd3 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 (?, ?, ?, ?, ?)
2022-08-25T04:45:25.200Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:45:25.206Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-25T04:45:25.206Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-25T04:45:25.207Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e18615d8-1f88-4a47-a882-91355bb5b618 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-25T04:45:25.207Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-25T04:45:25.207Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-25T04:45:25.472Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-25T04:45:25.509Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar e18615d8-1f88-4a47-a882-91355bb5b618 158203
2022-08-25T04:45:25.510Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-08-25T04:45:25.510Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-25T04:45:25.510Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:45:25.510Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:45:25.522Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:45:25.523Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402725509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:45:25.623Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:45:25.625Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:45:25.626Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:45:25.663Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:45:25.664Z||pool-138-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:45:26.528Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:45:26.534Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-25T04:45:26.535Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e18615d8-1f88-4a47-a882-91355bb5b618, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-25T04:45:26.536Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-08-25T04:45:26.539Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-25T04:45:26.540Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-25T04:45:26.987Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16681166598857500173/Definitions/service-BasicCnfMacro-template.yml
2022-08-25T04:45:31.328Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-25T04:45:31.329Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-25T04:45:31.329Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-25T04:45:31.329Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-08-25T04:45:31.329Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-25T04:45:31.329Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-25T04:45:31.330Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-25T04:45:31.330Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_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-BasicCnfMacro-csar.csar
2022-08-25T04:45:31.330Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-25T04:45:31.330Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:31.330Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:45:31.331Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-25T04:45:31.331Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-25T04:45:31.331Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:45:31.331Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:31.331Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:45:31.332Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-25T04:45:31.332Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-25T04:45:31.335Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:45:31.335Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:31.335Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:45:31.335Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:31.336Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-08-25T04:45:31.336Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-08-25T04:45:31.336Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-08-25T04:45:31.336Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-25T04:45:31.337Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:31.337Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T04:45:31.337Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:31.338Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-25T04:45:31.338Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:45:31.338Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:31.338Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-25T04:45:31.338Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:45:31.339Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:31.339Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-25T04:45:31.339Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:45:31.339Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:31.339Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-25T04:45:31.339Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:45:31.340Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:31.340Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-08-25T04:45:31.340Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-08-25T04:45:31.340Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0ec30355-baae-4533-a4c9-a7160a6a600a
2022-08-25T04:45:31.340Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:31.340Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:45:31.341Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:31.341Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:45:31.341Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:31.341Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:45:31.341Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:31.342Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:45:31.342Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:0a46046e-33c6-4500-9232-b5398b6fbdd3
Model Version:NULL
Model InvariantUuid:841d9922-2a46-4f84-865f-55785632934f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:1eaec855-5021-4a83-9ae4-82523f3562de
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f3bad476-2a1a-451d-91d3-e50465686176
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:81f2e7e8-2e57-4ceb-8c8c-97354a7c1942
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f5bc1479-470c-4438-b623-c541500cfac4
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:7fa527e1-2c19-41b9-86b9-976cff913260
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:f9e0c3bb-9adf-402a-9069-1e3ef8aa45b1
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:344473a9-1c5d-41e2-82a9-5bae5fd6cbf5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0ec30355-baae-4533-a4c9-a7160a6a600a
ModelInvariantUuid:33f0a327-b1cd-4cba-8498-e6c581f296d5
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:9f62cde6-0e46-41f2-a8ac-b7896a0a2b02
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:6389f518-4427-4c7f-a515-f06a6fa750eb
ModelInvariantUuid:2c7faca5-f570-4cd9-b81b-a0994fc3b502
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:5c19243c-57bf-41e3-a955-8a8f5a8063c0
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=?
2022-08-25T04:45:31.369Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 04d52b7e-2587-469a-9eee-9026740adeb2
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=?
2022-08-25T04:45:31.374Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||basic_cnf_macro 0
2022-08-25T04:45:31.374Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 04d52b7e-2587-469a-9eee-9026740adeb2
2022-08-25T04:45:31.374Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ea28af66-923f-4d21-8bc2-1112bbade6d2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-25T04:45:31.375Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-25T04:45:31.375Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-25T04:45:31.487Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-25T04:45:31.488Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ea28af66-923f-4d21-8bc2-1112bbade6d2 1565
2022-08-25T04:45:31.489Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-08-25T04:45:31.489Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-25T04:45:31.489Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:45:31.490Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:45:31.496Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:45:31.499Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402731489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:45:31.597Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-25T04:45:31.598Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:45:31.598Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:45:31.620Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:45:31.620Z||pool-139-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:45:32.501Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "f9e0c3bb-9adf-402a-9069-1e3ef8aa45b1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "344473a9-1c5d-41e2-82a9-5bae5fd6cbf5",
    "vfModuleModelCustomizationUUID": "5977bc12-161c-4696-aff3-14723d052240",
    "isBase": true,
    "artifacts": [
      "0ceb356b-55a0-4311-a538-dc2a40c35906",
      "76b91ce1-e149-4231-9149-3d7a25b0a81f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "f5bc1479-470c-4438-b623-c541500cfac4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7fa527e1-2c19-41b9-86b9-976cff913260",
    "vfModuleModelCustomizationUUID": "15b36d91-aec9-47c8-b000-a7e7d6425867",
    "isBase": false,
    "artifacts": [
      "211696b4-c5b5-429a-abcc-737cb478f751"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-25T04:45:32.522Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:344473a9-1c5d-41e2-82a9-5bae5fd6cbf5
VfModuleModelInvariantUUID:f9e0c3bb-9adf-402a-9069-1e3ef8aa45b1
VfModuleModelDescription:NULL
Artifacts UUID List:{
0ceb356b-55a0-4311-a538-dc2a40c35906
,
76b91ce1-e149-4231-9149-3d7a25b0a81f

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:7fa527e1-2c19-41b9-86b9-976cff913260
VfModuleModelInvariantUUID:f5bc1479-470c-4438-b623-c541500cfac4
VfModuleModelDescription:NULL
Artifacts UUID List:{
211696b4-c5b5-429a-abcc-737cb478f751

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-08-25T04:45:32.545Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "f9e0c3bb-9adf-402a-9069-1e3ef8aa45b1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "344473a9-1c5d-41e2-82a9-5bae5fd6cbf5",
    "vfModuleModelCustomizationUUID": "5977bc12-161c-4696-aff3-14723d052240",
    "isBase": true,
    "artifacts": [
      "0ceb356b-55a0-4311-a538-dc2a40c35906",
      "76b91ce1-e149-4231-9149-3d7a25b0a81f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "f5bc1479-470c-4438-b623-c541500cfac4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7fa527e1-2c19-41b9-86b9-976cff913260",
    "vfModuleModelCustomizationUUID": "15b36d91-aec9-47c8-b000-a7e7d6425867",
    "isBase": false,
    "artifacts": [
      "211696b4-c5b5-429a-abcc-737cb478f751"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-25T04:45:32.546Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:344473a9-1c5d-41e2-82a9-5bae5fd6cbf5
VfModuleModelInvariantUUID:f9e0c3bb-9adf-402a-9069-1e3ef8aa45b1
VfModuleModelDescription:NULL
Artifacts UUID List:{
0ceb356b-55a0-4311-a538-dc2a40c35906
,
76b91ce1-e149-4231-9149-3d7a25b0a81f

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:7fa527e1-2c19-41b9-86b9-976cff913260
VfModuleModelInvariantUUID:f5bc1479-470c-4438-b623-c541500cfac4
VfModuleModelDescription:NULL
Artifacts UUID List:{
211696b4-c5b5-429a-abcc-737cb478f751

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-08-25T04:45:32.547Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0ceb356b-55a0-4311-a538-dc2a40c35906 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-25T04:45:32.548Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-25T04:45:32.549Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-25T04:45:32.611Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-25T04:45:32.611Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 0ceb356b-55a0-4311-a538-dc2a40c35906 914
2022-08-25T04:45:32.611Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-08-25T04:45:32.612Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-25T04:45:32.612Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:45:32.612Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:45:32.614Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:45:32.614Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402732611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:45:32.729Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T04:45:32.731Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:45:32.732Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:45:32.758Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:45:32.759Z||pool-140-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:45:33.628Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4d585c71-47ad-4f6d-acaa-b15bc7bc0b58 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-25T04:45:33.629Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-25T04:45:33.629Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-25T04:45:33.679Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-25T04:45:33.679Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 4d585c71-47ad-4f6d-acaa-b15bc7bc0b58 12
2022-08-25T04:45:33.680Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-08-25T04:45:33.680Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-25T04:45:33.680Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:45:33.680Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:45:33.683Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:45:33.684Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402733680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:45:33.783Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:45:33.784Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:45:33.784Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:45:33.799Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:45:33.801Z||pool-141-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:45:34.688Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 76b91ce1-e149-4231-9149-3d7a25b0a81f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-25T04:45:34.689Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-25T04:45:34.689Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-25T04:45:34.742Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-25T04:45:34.743Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 76b91ce1-e149-4231-9149-3d7a25b0a81f 96
2022-08-25T04:45:34.743Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-08-25T04:45:34.743Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-25T04:45:34.744Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:45:34.744Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:45:34.746Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:45:34.747Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402734743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:45:34.846Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:45:34.847Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:45:34.847Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:45:34.865Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:45:34.865Z||pool-142-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:45:35.751Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 211696b4-c5b5-429a-abcc-737cb478f751 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-25T04:45:35.767Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-25T04:45:35.767Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-25T04:45:35.819Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-25T04:45:35.821Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 211696b4-c5b5-429a-abcc-737cb478f751 20206
2022-08-25T04:45:35.821Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-08-25T04:45:35.821Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-25T04:45:35.821Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:45:35.821Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:45:35.826Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:45:35.826Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402735821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:45:35.947Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 120 ms
2022-08-25T04:45:35.948Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:45:35.948Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:45:35.965Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:45:35.967Z||pool-143-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:45:36.836Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0a46046e-33c6-4500-9232-b5398b6fbdd3
2022-08-25T04:45:36.836Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 04d52b7e-2587-469a-9eee-9026740adeb2 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 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=?
2022-08-25T04:45:36.854Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21d7a7c, org.onap.sdc.toscaparser.api.parameters.Input@3c7d1a78, org.onap.sdc.toscaparser.api.parameters.Input@64c00c19, org.onap.sdc.toscaparser.api.parameters.Input@2d62fe67, org.onap.sdc.toscaparser.api.parameters.Input@44c5af2d]
2022-08-25T04:45:36.858Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:36.859Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:45:36.859Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-08-25T04:45:36.860Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 81f2e7e8-2e57-4ceb-8c8c-97354a7c1942
2022-08-25T04:45:36.860Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 81f2e7e8-2e57-4ceb-8c8c-97354a7c1942 matches Tosca VF Customization UUID: 81f2e7e8-2e57-4ceb-8c8c-97354a7c1942
2022-08-25T04:45:36.861Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 81f2e7e8-2e57-4ceb-8c8c-97354a7c1942  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=?
2022-08-25T04:45:36.863Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:36.865Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:45:36.866Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 81f2e7e8-2e57-4ceb-8c8c-97354a7c1942: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-08-25T04:45:36.867Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ed0ecf3
2022-08-25T04:45:36.867Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:36.868Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T04:45:36.869Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 15b36d91-aec9-47c8-b000-a7e7d6425867
2022-08-25T04:45:36.870Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 15b36d91-aec9-47c8-b000-a7e7d6425867
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=?
2022-08-25T04:45:36.875Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:36.876Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-25T04:45:36.877Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:45:36.878Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:36.878Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-25T04:45:36.879Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:45:36.881Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:36.882Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-25T04:45:36.882Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=81f2e7e8-2e57-4ceb-8c8c-97354a7c1942
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=?
2022-08-25T04:45:36.884Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:36.886Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:45:36.887Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0a46046e-33c6-4500-9232-b5398b6fbdd3: basic_cnf_macro
2022-08-25T04:45:36.887Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:36.888Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:45:36.888Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:36.889Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:45:36.889Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:36.890Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:45:36.891Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:36.891Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:45:36.892Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:45:36.893Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:45:36.893Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf_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 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: 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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:45:36.936Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 04d52b7e-2587-469a-9eee-9026740adeb2 2 ASDC deployResourceStructure
2022-08-25T04:45:36.937Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-08-25T04:45:36.937Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-25T04:45:36.937Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:45:36.937Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:45:36.946Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:45:36.947Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402736937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T04:45:37.048Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T04:45:37.049Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:45:37.049Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:45:37.073Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:45:37.073Z||pool-144-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:45:37.951Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-08-25T04:45:37.951Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-25T04:45:37.951Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:45:37.951Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:45:37.954Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:45:37.954Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402737950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T04:45:38.055Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-08-25T04:45:38.056Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:45:38.057Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:45:38.073Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:45:38.074Z||pool-145-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:45:38.966Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-08-25T04:45:38.966Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-08-25T04:45:38.967Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-25T04:45:38.968Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:45:38.971Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:45:38.972Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402738966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-25T04:45:39.072Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:45:39.073Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:45:39.073Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:45:39.091Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:45:39.091Z||pool-146-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:45:39.974Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-08-25T04:45:39.974Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-25T04:45:39.975Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:45:39.975Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:45:39.979Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:45:39.979Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402739974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-08-25T04:45:40.079Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:45:40.081Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:45:40.081Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:45:40.100Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:45:40.101Z||pool-147-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:45:40.980Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-08-25T04:45:40.981Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-08-25T04:45:40.981Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-25T04:45:40.983Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:45:40.987Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:45:40.987Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402740980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-25T04:45:41.086Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:45:41.086Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:45:41.087Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:45:41.107Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:45:41.107Z||pool-148-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:45:41.988Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-08-25T04:45:41.989Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-25T04:45:41.989Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:45:41.989Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:45:41.991Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:45:41.992Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402741988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:45:42.092Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:45:42.093Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:45:42.093Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:45:42.110Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:45:42.111Z||pool-149-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:45:42.993Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 426655f1-b895-41eb-a990-307411a6023c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:45:43.005Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 426655f1-b895-41eb-a990-307411a6023c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:45:43.008Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:45:43.008Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:45:43.008Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:46:13.009Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 426655f1-b895-41eb-a990-307411a6023c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:46:13.025Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 426655f1-b895-41eb-a990-307411a6023c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:46:13.028Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:46:13.028Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:46:13.028Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:46:20.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:46:20.730Z||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.
2022-08-25T04:46:20.730Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:46:20.777Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:46:20.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:46:20.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402659889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:46:20.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:46:43.029Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 426655f1-b895-41eb-a990-307411a6023c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:46:43.043Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 426655f1-b895-41eb-a990-307411a6023c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:46:43.046Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:46:43.047Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:46:43.047Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:47:13.048Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 426655f1-b895-41eb-a990-307411a6023c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:47:13.061Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 426655f1-b895-41eb-a990-307411a6023c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:47:13.064Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:47:13.065Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:47:13.065Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:47:20.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:47:20.727Z||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.
2022-08-25T04:47:20.727Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:47:20.776Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:47:20.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402660238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "cds",
  "timestamp": 1661402642402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402644466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "policy-id",
  "timestamp": 1661402643875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402659889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T04:47:20.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402660238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "cds",
  "timestamp": 1661402642402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402644466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T04:47:20.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "policy-id",
  "timestamp": 1661402643875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402659889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:47:20.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402660238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "cds",
  "timestamp": 1661402642402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402644466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:47:20.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "policy-id",
  "timestamp": 1661402643875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402659889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402660238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "cds",
  "timestamp": 1661402642402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:47:20.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "aai-ml",
  "timestamp": 1661402663551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402644466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "policy-id",
  "timestamp": 1661402643875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:47:20.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402659889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-25T04:47:20.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402660238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "aai-ml",
  "timestamp": 1661402663551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402644466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-25T04:47:20.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "cds",
  "timestamp": 1661402665322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:47:20.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:47:20.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402659889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-25T04:47:20.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "policy-id",
  "timestamp": 1661402665775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:47:20.828Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:47:20.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402660238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "aai-ml",
  "timestamp": 1661402663551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402644466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:47:20.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402659889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-25T04:47:20.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "policy-id",
  "timestamp": 1661402666779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:47:20.830Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:47:20.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "cds",
  "timestamp": 1661402666727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-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=?
2022-08-25T04:47:20.838Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 426655f1-b895-41eb-a990-307411a6023c
2022-08-25T04:47:20.838Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 426655f1-b895-41eb-a990-307411a6023c 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 (?, ?, ?, ?, ?)
2022-08-25T04:47:20.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402660238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.850Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "aai-ml",
  "timestamp": 1661402663551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.850Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402667757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:47:20.851Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:47:20.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402659889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.852Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "policy-id",
  "timestamp": 1661402667782,
  "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=?
2022-08-25T04:47:20.856Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 426655f1-b895-41eb-a990-307411a6023c
2022-08-25T04:47:20.857Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 426655f1-b895-41eb-a990-307411a6023c 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 (?, ?, ?, ?, ?)
2022-08-25T04:47:20.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402660238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "aai-ml",
  "timestamp": 1661402663551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:47:20.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402659889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402660238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "aai-ml",
  "timestamp": 1661402663551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "clamp",
  "timestamp": 1661402669319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:47:20.867Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:47:20.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402659889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:47:20.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402670002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:47:20.868Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:47:20.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402660238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.868Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402670158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:47:20.869Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:47:20.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "aai-ml",
  "timestamp": 1661402663551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402670611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:47:20.870Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:47:20.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402671006,
  "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=?
2022-08-25T04:47:20.875Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 426655f1-b895-41eb-a990-307411a6023c
2022-08-25T04:47:20.876Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 426655f1-b895-41eb-a990-307411a6023c 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 (?, ?, ?, ?, ?)
2022-08-25T04:47:20.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "aai-ml",
  "timestamp": 1661402663551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.885Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402671670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:47:20.885Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:47:20.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "aai-ml",
  "timestamp": 1661402663551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.885Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402672719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:47:20.885Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:47:20.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "aai-ml",
  "timestamp": 1661402663551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:47:20.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "clamp",
  "timestamp": 1661402673333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:47:20.886Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:47:20.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402673779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:47:20.887Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:47:20.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "aai-ml",
  "timestamp": 1661402674278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:47:20.887Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:47:20.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "clamp",
  "timestamp": 1661402674338,
  "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=?
2022-08-25T04:47:20.905Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0bb3bd31-5dc6-416a-91ac-3788efc0ef5f
2022-08-25T04:47:20.905Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bb3bd31-5dc6-416a-91ac-3788efc0ef5f 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 (?, ?, ?, ?, ?)
2022-08-25T04:47:20.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402674859,
  "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=?
2022-08-25T04:47:20.940Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 426655f1-b895-41eb-a990-307411a6023c
2022-08-25T04:47:20.940Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 426655f1-b895-41eb-a990-307411a6023c 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=?
2022-08-25T04:47:20.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.954Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402675230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:47:20.954Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:47:20.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.954Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "clamp",
  "timestamp": 1661402649129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.955Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402675863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T04:47:20.955Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:47:20.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402676321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:47:20.956Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:47:20.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "clamp",
  "timestamp": 1661402649129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T04:47:20.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402677412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:47:20.957Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:47:20.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "clamp",
  "timestamp": 1661402649129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "clamp",
  "timestamp": 1661402649129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.959Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402678818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T04:47:20.959Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:47:20.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "clamp",
  "timestamp": 1661402649129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.960Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402679832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T04:47:20.961Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:47:20.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "clamp",
  "timestamp": 1661402649129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.961Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402680838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-25T04:47:20.964Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:47:20.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "aai-ml",
  "timestamp": 1661402681198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:47:20.966Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:47:20.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "clamp",
  "timestamp": 1661402649129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:20.968Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:20.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402681848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:47:20.968Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:47:20.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:20.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "aai-ml",
  "timestamp": 1661402682201,
  "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=?
2022-08-25T04:47:20.991Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 426655f1-b895-41eb-a990-307411a6023c
2022-08-25T04:47:20.992Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 426655f1-b895-41eb-a990-307411a6023c 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 (?, ?, ?, ?, ?)
2022-08-25T04:47:21.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:21.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "clamp",
  "timestamp": 1661402649129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:21.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:21.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:21.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "clamp",
  "timestamp": 1661402649129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:21.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:21.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:21.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "clamp",
  "timestamp": 1661402649129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:47:21.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:21.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:21.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "clamp",
  "timestamp": 1661402691322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:47:21.025Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:47:21.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:21.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "clamp",
  "timestamp": 1661402696329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:47:21.025Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:47:21.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:21.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "clamp",
  "timestamp": 1661402697336,
  "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=?
2022-08-25T04:47:21.034Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 426655f1-b895-41eb-a990-307411a6023c
2022-08-25T04:47:21.034Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 426655f1-b895-41eb-a990-307411a6023c 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 (?, ?, ?, ?, ?)
2022-08-25T04:47:21.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:21.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb3bd31-5dc6-416a-91ac-3788efc0ef5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402713543,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:47:21.062Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:47:21.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:21.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:21.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:21.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:21.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-25T04:47:21.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:21.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:21.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:47:21.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:21.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:21.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:47:21.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:21.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:21.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-25T04:47:21.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:21.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:47:21.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-25T04:47:21.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:47:43.065Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 426655f1-b895-41eb-a990-307411a6023c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:47:43.083Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 426655f1-b895-41eb-a990-307411a6023c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:47:43.088Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:47:43.088Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T04:47:43.089Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T04:47:43.089Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T04:47:43.089Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:47:43.089Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:47:43.089Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:47:43.090Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:47:43.090Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:47:43.090Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:47:43.090Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:47:43.121Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T04:48:13.123Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 426655f1-b895-41eb-a990-307411a6023c 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=?
2022-08-25T04:48:13.163Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 426655f1-b895-41eb-a990-307411a6023c and serviceModelVersionId: 0a46046e-33c6-4500-9232-b5398b6fbdd3
2022-08-25T04:48:13.164Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 841d9922-2a46-4f84-865f-55785632934f
2022-08-25T04:48:13.166Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/841d9922-2a46-4f84-865f-55785632934f/model-vers/model-ver/0a46046e-33c6-4500-9232-b5398b6fbdd3?depth=0
2022-08-25T04:48:13.182Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-08-25T04:48:13.393Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/841d9922-2a46-4f84-865f-55785632934f/model-vers/model-ver/0a46046e-33c6-4500-9232-b5398b6fbdd3?depth=0|INFO|500||Invoke
2022-08-25T04:48:13.394Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/841d9922-2a46-4f84-865f-55785632934f/model-vers/model-ver/0a46046e-33c6-4500-9232-b5398b6fbdd3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/841d9922-2a46-4f84-865f-55785632934f/model-vers/model-ver/0a46046e-33c6-4500-9232-b5398b6fbdd3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[426655f1-b895-41eb-a990-307411a6023c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[67e9e2fa-d5c3-46c9-9f36-73ef0a84a2b7], X-ECOMP-RequestID=[426655f1-b895-41eb-a990-307411a6023c], X-TransactionId=[], X-ONAP-RequestID=[426655f1-b895-41eb-a990-307411a6023c], Content-Type=[application/merge-patch+json]}
2022-08-25T04:48:13.528Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/841d9922-2a46-4f84-865f-55785632934f/model-vers/model-ver/0a46046e-33c6-4500-9232-b5398b6fbdd3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-25T04:48:13.621Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/841d9922-2a46-4f84-865f-55785632934f/model-vers/model-ver/0a46046e-33c6-4500-9232-b5398b6fbdd3?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/841d9922-2a46-4f84-865f-55785632934f/model-vers/model-ver/0a46046e-33c6-4500-9232-b5398b6fbdd3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220825-04:48:13:557-25270], vertex-id=[205040], Content-Length=[0], Date=[Thu, 25 Aug 2022 04:48:13 GMT], Content-Type=[application/json]}
2022-08-25T04:48:13.622Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/841d9922-2a46-4f84-865f-55785632934f/model-vers/model-ver/0a46046e-33c6-4500-9232-b5398b6fbdd3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-25T04:48:13.624Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/841d9922-2a46-4f84-865f-55785632934f/model-vers/model-ver/0a46046e-33c6-4500-9232-b5398b6fbdd3?depth=0|INFO|500||InvokeReturn
2022-08-25T04:48:13.626Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-25T04:48:13.626Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T04:48:13.646Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-25T04:48:13.647Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 426655f1-b895-41eb-a990-307411a6023c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-25T04:48:13.648Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-25T04:48:13.649Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:48:13.654Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:48:13.655Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402893647,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:48:13.764Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-08-25T04:48:13.767Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:48:13.768Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:48:13.817Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:48:13.819Z||pool-150-thread-1|||||INFO|500||cambria reply ok (54 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=?
2022-08-25T04:48:14.674Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:48:14.675Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:48:14.675Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:48:19.100Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:48:19.101Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-25T04:48:19.101Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6859cd77-12c0-4f8a-a468-01a33863e070","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"3b3ad59c-fa18-463b-a397-b25d7b9c5410","serviceDescription":"service","serviceInvariantUUID":"dedbc8ce-ebf6-4f74-aa25-ae4bc9d08629","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c1dae436-bb78-4f67-be01-0ac88b94e212","resourceInvariantUUID":"6232f563-41a4-43dc-b24a-d209f29fc5f9","resourceCustomizationUUID":"87ea6778-e989-46c5-9b95-b844fda64197","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":"MjA2YjIxYjZkNGNjMjdkODhiNzBlY2JmYmMzOGQ1N2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2d43e2f9-7c63-42ab-9474-5787fd26102e","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":"834ac7f8-1b0c-4912-9b7d-e2611da5c9f2","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":"8c2d233d-5c55-417b-8cf6-4d0df3d8ddae","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":"ZTU1ZmMyYzcxYmY3ODAxNmM4NDAyMDlmMDdlMmZkYWQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"60fe23da-b164-415f-a6b6-cac25ce1da45","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":"04ad5cc1-9b10-43aa-a315-a80cea094b8a","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":"d07175c7-07de-4bf4-913b-2b07e1e34d1f","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":"508352c9-6a64-445f-9bbc-629087b647bc","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":"MWYzNjE3NmU5Yzk0YjAxMjBmYWVjMzZiYmE0NWMzYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"519930bf-c1c3-4d18-bf0d-9524f9d5ba2d","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDk2OGJlODY0OThhNTRkNGFmZmE2M2Y3YWI2NDNjY2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a62168e4-122a-4e68-a0bd-5a0d2f0b79d3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T04:48:19.116Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:48:19.117Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:48:19.122Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:48:19.123Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402894674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:48:19.221Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T04:48:19.223Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:48:19.223Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:48:19.271Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:48:19.272Z||pool-151-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:48:20.129Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:48:20.134Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:48:20.137Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:48:20.137Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402894674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:48:20.239Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T04:48:20.244Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:48:20.245Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:48:20.280Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:48:20.282Z||pool-152-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:48:20.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:48:20.727Z||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.
2022-08-25T04:48:20.727Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:48:20.775Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:48:20.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:48:20.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-25T04:48:20.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:48:20.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:48:20.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:48:20.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:48:20.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:48:20.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:48:20.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:48:20.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:48:20.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402660720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:48:20.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:48:20.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:48:20.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402725509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:48:20.796Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:48:20.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:48:20.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402731489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:48:20.800Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:48:20.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:48:20.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402732611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:48:20.801Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:48:20.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:48:20.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402733680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:48:20.801Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:48:20.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:48:20.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402734743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:48:20.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:48:20.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:48:20.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402735821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:48:20.806Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:48:20.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:48:20.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402736937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-25T04:48:20.809Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:48:20.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:48:20.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402737950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T04:48:20.809Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:48:20.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:48:20.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402738966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-25T04:48:20.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:48:20.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:48:20.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402739974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-08-25T04:48:20.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:48:20.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:48:20.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402740980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-25T04:48:20.811Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:48:20.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-25T04:48:20.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402741988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:48:20.820Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:48:21.138Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:48:21.140Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:48:21.145Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:48:21.145Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402894674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:48:21.245Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:48:21.249Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:48:21.249Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:48:21.293Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:48:21.295Z||pool-153-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:48:22.147Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:48:22.148Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:48:22.161Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:48:22.161Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402894674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:48:22.271Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-25T04:48:22.273Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:48:22.273Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:48:22.297Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:48:22.298Z||pool-154-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:48:23.173Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:48:23.173Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:48:23.212Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:48:23.212Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402894674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:48:23.299Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-08-25T04:48:23.302Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:48:23.309Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:48:23.331Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:48:23.333Z||pool-155-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:48:24.213Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:48:24.214Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:48:24.287Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:48:24.287Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402894674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:48:24.370Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-08-25T04:48:24.372Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:48:24.373Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:48:24.397Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:48:24.399Z||pool-156-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:48:25.302Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:48:25.302Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:48:25.323Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:48:25.323Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402894674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:48:25.422Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T04:48:25.425Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:48:25.426Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:48:25.472Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:48:25.474Z||pool-157-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:48:26.328Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:48:26.329Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:48:26.347Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:48:26.353Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402894674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:48:26.440Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-08-25T04:48:26.441Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:48:26.442Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:48:26.470Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:48:26.471Z||pool-158-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:48:27.364Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:48:27.367Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:48:27.370Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:48:27.370Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402894674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:48:27.473Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-25T04:48:27.483Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:48:27.483Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:48:27.538Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:48:27.540Z||pool-159-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:48:28.464Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3b3ad59c-fa18-463b-a397-b25d7b9c5410",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dedbc8ce-ebf6-4f74-aa25-ae4bc9d08629",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "87ea6778-e989-46c5-9b95-b844fda64197",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c1dae436-bb78-4f67-be01-0ac88b94e212",
      "resourceInvariantUUID": "6232f563-41a4-43dc-b24a-d209f29fc5f9",
      "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": "ZDk2OGJlODY0OThhNTRkNGFmZmE2M2Y3YWI2NDNjY2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a62168e4-122a-4e68-a0bd-5a0d2f0b79d3"
    }
  ],
  "workloadContext": "Production"
}
2022-08-25T04:48:28.465Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T04:48:28.466Z|426655f1-b895-41eb-a990-307411a6023c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3b3ad59c-fa18-463b-a397-b25d7b9c5410 ASDC
2022-08-25T04:48:28.467Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:6859cd77-12c0-4f8a-a468-01a33863e070
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:3b3ad59c-fa18-463b-a397-b25d7b9c5410
ServiceInvariantUUID:dedbc8ce-ebf6-4f74-aa25-ae4bc9d08629
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:a62168e4-122a-4e68-a0bd-5a0d2f0b79d3
ArtifactChecksum:ZDk2OGJlODY0OThhNTRkNGFmZmE2M2Y3YWI2NDNjY2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:87ea6778-e989-46c5-9b95-b844fda64197
ResourceInvariantUUID:6232f563-41a4-43dc-b24a-d209f29fc5f9
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c1dae436-bb78-4f67-be01-0ac88b94e212
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-25T04:48:28.468Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b3ad59c-fa18-463b-a397-b25d7b9c5410 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 (?, ?, ?, ?, ?)
2022-08-25T04:48:28.631Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:48:28.637Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-25T04:48:28.637Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-25T04:48:28.638Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a62168e4-122a-4e68-a0bd-5a0d2f0b79d3 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-25T04:48:28.639Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-25T04:48:28.641Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-25T04:48:28.754Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-25T04:48:28.761Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar a62168e4-122a-4e68-a0bd-5a0d2f0b79d3 105667
2022-08-25T04:48:28.762Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-08-25T04:48:28.762Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-25T04:48:28.762Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:48:28.762Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:48:28.764Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:48:28.765Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402908762,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:48:28.866Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T04:48:28.881Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:48:28.882Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:48:28.908Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:48:28.910Z||pool-160-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:48:29.770Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:48:29.782Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-25T04:48:29.783Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: a62168e4-122a-4e68-a0bd-5a0d2f0b79d3, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-25T04:48:29.783Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-08-25T04:48:29.785Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-25T04:48:29.786Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-25T04:48:30.513Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15793444045132850844/Definitions/service-TestPnfMacro-template.yml
2022-08-25T04:48:34.833Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-25T04:48:34.834Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-25T04:48:34.834Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-25T04:48:34.835Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-25T04:48:34.835Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-25T04:48:34.835Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-25T04:48:34.835Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-25T04:48:34.835Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-25T04:48:34.835Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-25T04:48:34.835Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-25T04:48:34.835Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-25T04:48:34.836Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-25T04:48:34.836Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:48:34.837Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:48:34.837Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-08-25T04:48:34.837Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-25T04:48:34.837Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:48:34.838Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:48:34.838Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:48:34.838Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-08-25T04:48:34.838Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-25T04:48:34.839Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:48:34.839Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:48:34.839Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:48:34.840Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:48:34.840Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:48:34.840Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:48:34.840Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:48:34.840Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:48:34.841Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:48:34.841Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:48:34.841Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:48:34.841Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:3b3ad59c-fa18-463b-a397-b25d7b9c5410
Model Version:NULL
Model InvariantUuid:dedbc8ce-ebf6-4f74-aa25-ae4bc9d08629
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=?
2022-08-25T04:48:34.921Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: c1dae436-bb78-4f67-be01-0ac88b94e212
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=?
2022-08-25T04:48:34.939Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||test-pnf 0
2022-08-25T04:48:34.941Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c1dae436-bb78-4f67-be01-0ac88b94e212
2022-08-25T04:48:34.942Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 3b3ad59c-fa18-463b-a397-b25d7b9c5410
2022-08-25T04:48:34.943Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 3b3ad59c-fa18-463b-a397-b25d7b9c5410
2022-08-25T04:48:34.943Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 c1dae436-bb78-4f67-be01-0ac88b94e212 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=?
2022-08-25T04:48:35.010Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6aa8ee2b, org.onap.sdc.toscaparser.api.parameters.Input@1fde14c2, org.onap.sdc.toscaparser.api.parameters.Input@7571b319, org.onap.sdc.toscaparser.api.parameters.Input@315fe082, org.onap.sdc.toscaparser.api.parameters.Input@1c2b8934]
2022-08-25T04:48:35.011Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:48:35.011Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:48:35.012Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 3b3ad59c-fa18-463b-a397-b25d7b9c5410: test-pnf
2022-08-25T04:48:35.012Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||Processing PNF resource: c1dae436-bb78-4f67-be01-0ac88b94e212
2022-08-25T04:48:35.012Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-25T04:48:35.013Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:48:35.013Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||Resource customization UUID: 87ea6778-e989-46c5-9b95-b844fda64197 is the same as notified resource customizationUUID: 87ea6778-e989-46c5-9b95-b844fda64197
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 (?, ?)
2022-08-25T04:48:35.254Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf c1dae436-bb78-4f67-be01-0ac88b94e212 0 ASDC deployResourceStructure
2022-08-25T04:48:35.257Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-08-25T04:48:35.263Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-25T04:48:35.263Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:48:35.263Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:48:35.275Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:48:35.276Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402915257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:48:35.377Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T04:48:35.378Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:48:35.378Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:48:35.401Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:48:35.402Z||pool-161-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:48:36.276Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6859cd77-12c0-4f8a-a468-01a33863e070
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:48:36.316Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6859cd77-12c0-4f8a-a468-01a33863e070
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:48:36.324Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:48:36.324Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:48:36.324Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:49:06.325Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6859cd77-12c0-4f8a-a468-01a33863e070
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:49:06.337Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6859cd77-12c0-4f8a-a468-01a33863e070
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:49:06.343Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:49:06.344Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:49:06.344Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:49:20.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:49:20.727Z||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.
2022-08-25T04:49:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:49:20.773Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:49:20.774Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.774Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402884465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "clamp",
  "timestamp": 1661402889129,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "policy-id",
  "timestamp": 1661402883875,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "cds",
  "timestamp": 1661402882402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "clamp",
  "timestamp": 1661402889129,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.777Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402884465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.777Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "policy-id",
  "timestamp": 1661402883875,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.778Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "cds",
  "timestamp": 1661402882402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.779Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "426655f1-b895-41eb-a990-307411a6023c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402893647,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:49:20.779Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:49:20.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "clamp",
  "timestamp": 1661402889129,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.779Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402884465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "policy-id",
  "timestamp": 1661402883875,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "cds",
  "timestamp": 1661402882402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "clamp",
  "timestamp": 1661402889129,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402884465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "policy-id",
  "timestamp": 1661402883875,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "cds",
  "timestamp": 1661402882402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "clamp",
  "timestamp": 1661402889129,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402884465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "policy-id",
  "timestamp": 1661402883875,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "cds",
  "timestamp": 1661402882402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "clamp",
  "timestamp": 1661402889129,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402884465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "policy-id",
  "timestamp": 1661402883875,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "cds",
  "timestamp": 1661402882402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "clamp",
  "timestamp": 1661402889129,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402884465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "policy-id",
  "timestamp": 1661402883875,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "cds",
  "timestamp": 1661402882402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402894674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "clamp",
  "timestamp": 1661402889129,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "policy-id",
  "timestamp": 1661402883875,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402884465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "cds",
  "timestamp": 1661402882402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402894674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:49:20.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "clamp",
  "timestamp": 1661402889129,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:49:20.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "policy-id",
  "timestamp": 1661402883875,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:49:20.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402884465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:49:20.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:20.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:49:20.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "cds",
  "timestamp": 1661402882402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:49:20.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:49:36.344Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6859cd77-12c0-4f8a-a468-01a33863e070
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:49:36.443Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6859cd77-12c0-4f8a-a468-01a33863e070
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:49:36.456Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:49:36.456Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:49:36.456Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:50:06.456Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6859cd77-12c0-4f8a-a468-01a33863e070
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:50:06.477Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6859cd77-12c0-4f8a-a468-01a33863e070
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:50:06.480Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:50:06.480Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:50:06.481Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:50:20.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:50:20.730Z||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.
2022-08-25T04:50:20.736Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:50:20.767Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:50:20.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:50:20.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402899889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:50:20.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:50:36.484Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6859cd77-12c0-4f8a-a468-01a33863e070
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:50:36.522Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6859cd77-12c0-4f8a-a468-01a33863e070
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:50:36.530Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:50:36.530Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:50:36.530Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:51:06.531Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6859cd77-12c0-4f8a-a468-01a33863e070
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:51:06.544Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6859cd77-12c0-4f8a-a468-01a33863e070
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:51:06.546Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:51:06.546Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:51:06.546Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:51:20.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:51:20.728Z||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.
2022-08-25T04:51:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:51:21.264Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:51:21.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402900238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402894674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "policy-id",
  "timestamp": 1661402901498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:51:21.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:51:21.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402901669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:51:21.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:51:21.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "cds",
  "timestamp": 1661402901211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:51:21.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:51:21.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402899889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402900238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402894674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "policy-id",
  "timestamp": 1661402902502,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:51:21.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:51:21.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402899889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "cds",
  "timestamp": 1661402902690,
  "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=?
2022-08-25T04:51:21.282Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6859cd77-12c0-4f8a-a468-01a33863e070
2022-08-25T04:51:21.282Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6859cd77-12c0-4f8a-a468-01a33863e070 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 (?, ?, ?, ?, ?)
2022-08-25T04:51:21.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402900238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402894674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402903637,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:51:21.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:51:21.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "policy-id",
  "timestamp": 1661402903504,
  "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=?
2022-08-25T04:51:21.298Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6859cd77-12c0-4f8a-a468-01a33863e070
2022-08-25T04:51:21.299Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6859cd77-12c0-4f8a-a468-01a33863e070 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 (?, ?, ?, ?, ?)
2022-08-25T04:51:21.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402899889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.322Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402900238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.323Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402894674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.324Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661402904640,
  "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=?
2022-08-25T04:51:21.332Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6859cd77-12c0-4f8a-a468-01a33863e070
2022-08-25T04:51:21.333Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6859cd77-12c0-4f8a-a468-01a33863e070 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 (?, ?, ?, ?, ?)
2022-08-25T04:51:21.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "aai-ml",
  "timestamp": 1661402903551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402899889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.353Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402900238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.353Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402894674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.354Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "aai-ml",
  "timestamp": 1661402903551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.355Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402899889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.355Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.356Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402900238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.357Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.357Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402894674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.357Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.358Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "aai-ml",
  "timestamp": 1661402903551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.358Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402899889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.359Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402900238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-25T04:51:21.360Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.360Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402894674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:51:21.361Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "aai-ml",
  "timestamp": 1661402903551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.361Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402899889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.362Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402900238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "aai-ml",
  "timestamp": 1661402903551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661402899889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:51:21.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402908762,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:51:21.365Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:51:21.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402900238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "aai-ml",
  "timestamp": 1661402903551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402910010,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:51:21.368Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:51:21.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "aai-ml",
  "timestamp": 1661402903551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "clamp",
  "timestamp": 1661402910371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:51:21.370Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:51:21.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402911034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-25T04:51:21.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:51:21.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "aai-ml",
  "timestamp": 1661402903551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-25T04:51:21.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661402912037,
  "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=?
2022-08-25T04:51:21.383Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6859cd77-12c0-4f8a-a468-01a33863e070
2022-08-25T04:51:21.384Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6859cd77-12c0-4f8a-a468-01a33863e070 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 (?, ?, ?, ?, ?)
2022-08-25T04:51:21.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "aai-ml",
  "timestamp": 1661402903551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-25T04:51:21.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-25T04:51:21.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "clamp",
  "timestamp": 1661402912374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:51:21.396Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:51:21.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "aai-ml",
  "timestamp": 1661402913291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-25T04:51:21.396Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:51:21.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "clamp",
  "timestamp": 1661402913381,
  "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=?
2022-08-25T04:51:21.402Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6859cd77-12c0-4f8a-a468-01a33863e070
2022-08-25T04:51:21.402Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6859cd77-12c0-4f8a-a468-01a33863e070 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 (?, ?, ?, ?, ?)
2022-08-25T04:51:21.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661402915257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:51:21.443Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:51:21.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "aai-ml",
  "timestamp": 1661402918147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-25T04:51:21.444Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:51:21.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-25T04:51:21.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "aai-ml",
  "timestamp": 1661402919150,
  "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=?
2022-08-25T04:51:21.451Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6859cd77-12c0-4f8a-a468-01a33863e070
2022-08-25T04:51:21.451Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6859cd77-12c0-4f8a-a468-01a33863e070 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 (?, ?, ?, ?, ?)
2022-08-25T04:51:36.549Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6859cd77-12c0-4f8a-a468-01a33863e070
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-25T04:51:36.565Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6859cd77-12c0-4f8a-a468-01a33863e070
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:51:36.567Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:51:36.568Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T04:51:36.568Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T04:51:36.568Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T04:51:36.568Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:51:36.568Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:51:36.569Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:51:36.569Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:51:36.569Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:51:36.569Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:51:36.569Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-25T04:51:36.570Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:51:36.576Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T04:52:06.576Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6859cd77-12c0-4f8a-a468-01a33863e070 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=?
2022-08-25T04:52:06.597Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6859cd77-12c0-4f8a-a468-01a33863e070 and serviceModelVersionId: 3b3ad59c-fa18-463b-a397-b25d7b9c5410
2022-08-25T04:52:06.598Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dedbc8ce-ebf6-4f74-aa25-ae4bc9d08629
2022-08-25T04:52:06.603Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dedbc8ce-ebf6-4f74-aa25-ae4bc9d08629/model-vers/model-ver/3b3ad59c-fa18-463b-a397-b25d7b9c5410?depth=0
2022-08-25T04:52:06.666Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-08-25T04:52:06.831Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dedbc8ce-ebf6-4f74-aa25-ae4bc9d08629/model-vers/model-ver/3b3ad59c-fa18-463b-a397-b25d7b9c5410?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]}
2022-08-25T04:52:06.834Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dedbc8ce-ebf6-4f74-aa25-ae4bc9d08629/model-vers/model-ver/3b3ad59c-fa18-463b-a397-b25d7b9c5410?depth=0|INFO|500||Invoke
2022-08-25T04:52:06.947Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dedbc8ce-ebf6-4f74-aa25-ae4bc9d08629/model-vers/model-ver/3b3ad59c-fa18-463b-a397-b25d7b9c5410?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-25T04:52:07.053Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dedbc8ce-ebf6-4f74-aa25-ae4bc9d08629/model-vers/model-ver/3b3ad59c-fa18-463b-a397-b25d7b9c5410?depth=0|INFO|500||InvokeReturn
2022-08-25T04:52:07.054Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dedbc8ce-ebf6-4f74-aa25-ae4bc9d08629/model-vers/model-ver/3b3ad59c-fa18-463b-a397-b25d7b9c5410?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220825-04:52:06:975-6656], vertex-id=[303240], Content-Length=[0], Date=[Thu, 25 Aug 2022 04:52:06 GMT], Content-Type=[application/json]}
2022-08-25T04:52:07.054Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-08-25T04:52:07.055Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-25T04:52:07.055Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T04:52:07.121Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-25T04:52:07.124Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6859cd77-12c0-4f8a-a468-01a33863e070 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-25T04:52:07.128Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-25T04:52:07.133Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:52:07.165Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:52:07.168Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661403127126,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:52:07.265Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-08-25T04:52:07.267Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:52:07.268Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:52:07.323Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:52:07.335Z||pool-162-thread-1|||||INFO|500||cambria reply ok (69 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=?
2022-08-25T04:52:08.189Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:52:08.189Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:52:08.190Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:52:18.471Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:52:18.472Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:52:18.473Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:52:18.473Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:52:20.727Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:52:20.727Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|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.
2022-08-25T04:52:20.727Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:52:21.363Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:52:21.365Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:52:21.365Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6859cd77-12c0-4f8a-a468-01a33863e070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661403127126,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:52:21.367Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:52:28.011Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:52:28.016Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:52:28.018Z||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.
2022-08-25T04:52:28.018Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:52:37.577Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:52:37.578Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:52:37.579Z||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.
2022-08-25T04:52:37.580Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:52:47.125Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:52:47.127Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:52:47.130Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:52:47.130Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:52:56.685Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:52:56.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:52:56.688Z||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.
2022-08-25T04:52:56.689Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:53:06.235Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:53:06.238Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:53:06.239Z||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.
2022-08-25T04:53:06.239Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:53:15.790Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:53:20.719Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:53:20.720Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:53:20.720Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:53:20.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:53:20.727Z||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.
2022-08-25T04:53:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:53:30.294Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:53:30.294Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:54:20.715Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:54:20.716Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:54:20.716Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:54:20.726Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:54:20.728Z||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.
2022-08-25T04:54:20.729Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:54:30.284Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:54:30.285Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:55:20.715Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:55:20.717Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:55:20.717Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:55:20.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:55:20.727Z||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.
2022-08-25T04:55:20.727Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:55:30.288Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:55:30.290Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:56:20.715Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:56:20.715Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:56:20.715Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:56:20.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:56:20.727Z||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.
2022-08-25T04:56:20.727Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:56:30.320Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:56:30.322Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:57:20.715Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:57:20.715Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:57:20.716Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:57:20.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:57:20.727Z||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.
2022-08-25T04:57:20.727Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:57:30.281Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:57:30.281Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:58:20.715Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:58:20.716Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:58:20.716Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:58:20.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:58:20.728Z||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.
2022-08-25T04:58:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:58:30.285Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:58:30.327Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:59:20.715Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:59:20.716Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:59:20.717Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:59:20.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:59:20.727Z||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.
2022-08-25T04:59:20.727Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:59:30.278Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T04:59:30.314Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:00:20.715Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:00:20.716Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T05:00:20.716Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T05:00:20.727Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:00:20.727Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|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.
2022-08-25T05:00:20.728Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|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 jGXc0mv6uBlg1WK0) ...
2022-08-25T05:00:30.281Z|fe04449a-196c-46b6-8a88-8fbbd130a2bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:00:30.283Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:01:20.716Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:01:20.718Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T05:01:20.718Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T05:01:20.727Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:01:20.727Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|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.
2022-08-25T05:01:20.727Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|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 jGXc0mv6uBlg1WK0) ...
2022-08-25T05:01:30.276Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:01:30.276Z|bd6c8a23-d2d1-4291-a8ba-a98a08b65fe3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:02:20.715Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:02:20.716Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T05:02:20.716Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T05:02:20.726Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:02:20.727Z||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.
2022-08-25T05:02:20.727Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T05:02:30.276Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:02:30.276Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:03:20.715Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:03:20.716Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T05:03:20.716Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T05:03:20.727Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T05:03:20.727Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|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.
2022-08-25T05:03:20.727Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|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 jGXc0mv6uBlg1WK0) ...
2022-08-25T05:03:30.272Z|6859cd77-12c0-4f8a-a468-01a33863e070|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-25T05:03:30.288Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK